.register_header {
	width: 644px; /*665 - 21*/
	height: 21px; /*24 - 3*/
	background-color: #90467c;
	color: #fbf7c3;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0px 0px 21px;
	margin-top: 8px;
	float: left;
}

.register_main {
	width: 663px;
	background-color: #FFF;
	font-size: 11px;
	min-height: 560px; /*575 - 15 */
	border-left: 1px solid #92467c;
	border-right: 1px solid #92467c;
	float: left;
}

.register_subhead {
	color: #90467c;
	font-size: 13px;
	font-weight: bold;
	margin-left: 21px;
}
.register_hr {
	height: 1px;
	border-top: 1px solid #dfcddd;
	margin: 8px 0px 13px 21px;
	width: 433px;
}

.register_fieldname {
	text-align: right;
	width: 210px;
	margin: 0px;padding:0px;
	    font-size: 16px;
    color: #636363;
}

.register_required {
	color: #90467c;
	text-align: left;
	width: 12px;
	margin: 0px;padding:0px;
}

.register_input {
	width: 230px;
}
.register_input_pay {
	width: 380px;
}
.register_input_textarea {
	padding-left: 50px;
	width: 440px;
}

.register_input_select {
	padding-left: 50px;
	width: 440px;
}

.register_info {
	color:red;
	font-style:italic;
}

.register_info_pay {
	width: 136px;
	vertical-align: top;
}

.r_input_text {
	padding: 5px; 
	margin: 5px; 
	color: #6e6d6d; 
	width: 347px; 
	background-color: rgb(255, 255, 255); 
	border: 1px solid rgb(221, 222, 222); 
	border-radius: 6px; 
	font-size: 16px; 
	transition: background-color 0.5s; 
	font-weight: 300;
}
.r_input_text_small {
	border: 1px solid #adadad;
	font-size: 12px;
	height: 20px;
	width: 45px;
}

.r_input_text_verification {
	border: 1px solid #c3c2c2;
	font-size: 11px;
	width: 90px;
	height: 24px;
	color: #010101;
}


.r_input_textarea {
	border: 1px solid #adadad;
	font-size: 13px;
	padding: 3px;
	height: 75px;
	width: 217px;
}
.r_input_textarea_double {
	border: 1px solid #adadad;
	font-size: 13px;
	padding: 3px;
	height: 75px;
	width: 353px;
}
.r_input_select {
	padding: 5px; 
	margin: 5px; 
	color: #6e6d6d; 
	width: 347px; 
	background-color: rgb(255, 255, 255); 
	border: 1px solid rgb(221, 222, 222); 
	border-radius: 6px; 
	font-size: 16px; 
	transition: background-color 0.5s; 
	font-weight: 300;
}

.r_input_select_month {
	border: 1px solid #c3c2c2;
	font-weight:lighter;
	font-size: 12px;
	color: #a6a6a6;
	padding: 3px 3px 3px 0px;
	height: 25px;
	width: 50px;
}

.r_input_select_year {
	border: 1px solid #c3c2c2;
	font-weight:lighter;
	font-size: 12px;
	color: #a6a6a6;
	padding: 3px 3px 3px 0px;
	height: 25px;
	width: 100px;
}

.r_input_select_small {
	border: 1px solid #c3c2c2;
	font-weight:lighter;
	font-size: 12px;
	font-size: 12px;
	color: #a6a6a6;
	padding: 3px;
	height: 25px;
	width: 95px;
}

.r_input_helper_text {
	color: #A6A6A6;
}

.register_cancel {
	width: 96px;
	height: 26px;
	border: 0px;
	cursor: pointer;
	background-image: url('../images/register_cancel.jpg');
}

.register_submit {
	width: 96px;
	height: 26px;
	border: 0px;
	cursor: pointer;
	background-image: url('../images/register_submit.jpg');
}
.register_signin {
	margin-top: 7px;
	margin-right: 7px;
	text-align: right;
}
.register_signin_header {
	width: 159px;
	height: 21px; /*24 - 3*/
	background-color: #90467c;
	color: #fbf7c3;
	font-weight: bold;
	font-size: 16px;
	padding: 3px 0px 0px 0px;
	margin-top: 8px;
	text-align: center;
}

.register_signin_body {
	width: 159px;
	height: 68px;  /* 77 - 9 */
	background-color: #fbf7c3;
	margin-bottom: 8px;
	color: #636466;
	text-align: center;
	padding-top: 9px;
}
.register_employer_link {margin-left: 165px;}
.register_employer_link a.link { color: #000;text-decoration: underline;}
.register_employer_link a.hover { color: #000;text-decoration: none;}
.register_employer_link a.active { color: #000;text-decoration: underline;}
.register_employer_link a.visited { color: #000;text-decoration: underline;}