#heading{
	width: 280px;
	height: 50px;
	margin: 50px 0px 0px 60px;
	padding: 20px 40px;
	font-size: 1.5em;
	color: #666666;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 600;
	font-style: none;
	text-align: center;
	border: none;
	border-radius: 10px;
	background-color: rgba(31, 31, 46, .1);
	box-shadow: 1px 1px 2px 0px black;
	border-top: 2px solid rgba(41, 41, 61, .5);
}









table{
	position: absolute;
	left: 0;
	right: 0;
	width: 900px;
	margin: 50px auto;
	padding: 40px 60px;
/* 	text-align: right; */
	color: white;
	border-radius: 5px;
	background-color: rgba(31, 31, 46, .1);
	box-shadow: 2px 2px 5px 0px black;
	border-top: 2px solid rgba(41, 41, 61, .4);
	z-index: 200;
}

/* 
tr > *{
	padding-top: 8px;
}
 */


/* 
table{
	position: relative;
	width: 80%;
	margin: 0px auto;
	padding: 20px;
	background-color: rgba(31, 31, 46, .1);
	box-shadow: 2px 2px 5px 0px black;
	border-top: 2px solid rgba(41, 41, 61, .5);
	z-index: 100;
}
 */

th{
	width: 100px;
	text-align: right;
	padding: 4px;
/* 	padding-right: 20px; */
	font-weight: 500;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: darkgrey;
}

td{
	height: 30px;
/* 	width: 800px; */
	padding: 5px 0px;
/* border: 1px dashed grey; */
}






label{
	font-size: 1rem;
	color: #666666;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-style: none;
}



input{
	width: 400px;
	font-size: 16px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
}


.row_spacer > *{
	padding-top: 60px;
}













/* 


#registration_fields{
	width: 550px;
	margin: 20px 0px 60px 0px;
}



input{
	width: 400px;
	margin-left: 10px;
	font-size: 16px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-style: normal;
	float: right;
}
 */











.input_cell{
	width: 400px;
}


.error_cell{
	position: relative;
}
.error_cell > span{
	display: none;
	position: absolute;
	color: red;
}

.error_hand{
	bottom: 0px;
	font-size: 36px;
}

.required_error{
	bottom: 12px;
	left: 60px;
	font-size: 15px;
}






/* 
.errors{
	position: absolute;
	margin: -15px 0px 0px 438px;
	font-size: 15px;
	color: red;
	text-align: left;
}

#error_hand{
	position: relative;
	top: 4px;
	right: 2px;
	font-size: 30px;
	animation: point 2s linear 10;
}

@keyframes point{
    0%   {right: 2px;}
    50%  {right: 20px;}
    100% {right: 2px;}
}
 */








#create_account_button {
	width: 150px;
	float: right;
}







/* +--------------------------------------------------+ */
/* | Success Message                                  | */
/* +--------------------------------------------------+ */
/* |                                                  | */
#success{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	width: 900px;
	margin: 50px auto 10px auto;
	font-size: 20px;
	text-align: center;
	text-shadow: 0px 0px 10px #0033CC;
	z-index: 100;
}
#success a:link{
	color: white;
	font-size: 14px;
	text-decoration: none;
}
#success a:visited{
	color: white;
}

#message{
	margin: 50px auto 100px auto;
}

.important{
	text-decoration: underline;
}

#return_hand{
	position: relative;
	top: 5px;
	right: 2px;
	font-size: 30px;
}

#return_link{
	font-size: 14px;
	font-weight: normal;
}
/* |                                                  | */
/* +--------------------------------------------------+ */

