
/* CSS for page Registration Code Form (#19) */

/* Continue Registration Link Text */
.continue_registration_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DADADA;
}
/* end registration link */
.end_registration_link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DADADA;
}
/* enter registration code button */
.enter_registration_code_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DADADA;
}
/* error message */
.error_message {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DADADA;
	text-align: center;
}
/* no code button */
.no_code_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DADADA;
}
/* page description */
.page_description {
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #DADADA;
	background-color: #transparen;
}
/* page title */
.page_title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #333333;
}
/* registration code data value */
.registration_code_data_value {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #DADADA;
}
/* registration code field label */
.registration_code_field_label {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DADADA;
}
/* Section Title */
.section_title {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	background-color: #333333;
}

