@charset "utf-8";
/* CSS Document */

.page {
	padding: 15px;
	padding-top: 5px;
	text-align: center;
}
#membership_form.ajax-loading
{
	background-repeat: no-repeat;
	background-position: center center;
	height: 100px;
	width: 100%;
}

#membership_type_container {
}


#membership_form .form_item {
	margin: 8px;
}

#membership_form input {
	background-color: #dae1e8;
	margin-top: 10px;
	margin-bottom: 10px;
}

#membership_form input.required {
	border: 1px solid #7D0003;
	background-color: #FEF5F5;
}

#membership_form select {
	padding: 2px;
	margin: 4px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	margin-top: 10px;
	margin-bottom: 10px;

}
#membership_form select option{
	padding: 2px;
	margin: 2px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}

.select_label {
	font-family: Arial, Helvetica, sans-serif;

}
label {
	font-family: "Trebuchet MS", "Times New Roman", Times, serif;
	color: #62657D;
	font-size: 17px;
}

#membership_form input.readonly {
	margin: 2px;
	padding: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 70px;
	cursor: default;
	font-weight: bold;
	background-color: #FFFFFF;
	background-image: url(../../../../images/global/form/input_back_1.jpg);
}


span.required {
	color: #A9161A;
}
#membership_form div.readonly {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#membership_form div.readonly label {
}

#membership_form select.required {
	border: 1px solid #872123;
}

#membership_form select.attention {
	border: 1px inset #FF0000;
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FCE2E3;
	color: #480002;
	font-weight: bold;
}

.submit_btn {
	text-align: right;
}

#membership_type_container {
	background-image: url(../../../../images/global/form/select_membership_type_bk_1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 40px;
	margin-top: 20px;
}

#c_select_membership_type label {
	visibility: hidden;
}



#input_total {
	padding: 10px;
	width: 200px;
	margin-right: auto;
	margin-left: auto;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
}


#input_c_total {
	display: table;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	position: relative;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
}

p.error {
	background-color: #FDECEC;
	padding: 4px;
	padding-right: 26px;
	border: 1px solid #8A0000;
	display: inline;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	position: relative;
	background-image: url(../../../../images/global/arrows/red_up_1.png);
	background-repeat: no-repeat;
	background-position: right center;
}


p.error_msg {
	color: #C70E12;
	text-align: center;
	font-size: larger;
	display: list-item;
	list-style-position: outside;
	list-style-type: disc;
}
