@CHARSET "UTF-8";

.columns {
	margin: 0px auto;
	width: 700px;
	height: 300px;
}

.columns_reg {
	margin: 50px auto;
	width: 700px;
}

.columns .column_left,
.columns_reg .column_left {
	float: left;
	width: 300px;
	margin-right: 40px;
}

.columns .column_right,
.columns_reg .column_right {
	float: right;
	width: 300px;
	margin-left: 30px;
}

.columns .vertical_bar,
.columns_reg .vertical_bar {
	float: left;
	width: 5px;
	height: 200px;
	border-left: 2px dotted #00B9EB;
}

.columns_reg .vertical_bar {
	float: left;
	width: 5px;
	height: 60px;
	border-left: 2px dotted #00B9EB;
}

.columns p, .columns_reg p,
p.highlighted {
	color: #00B9EB;
	font-size: 16px;
	margin-bottom: 10px;
}

.columns p.small {
	font-size: 12px;
	margin-top: 20px;
	color: #484848;
	font-weight: bold;
}
	
a.more {
	background-image: url(../images/more.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
	padding-left: 15px;
	font-size: 12px;
}
a.more:hover {
	text-decoration: underline;	
}
	
.button {
	border: 1px solid #00B9EB;
	margin-top: 10px;
	padding: 2px 5px;
	font-size: 14px;
}

.button:hover {
	background-color: #EFEFEF;
	border: 1px solid #DD1122;
}
	
.columns form {
	margin-top: 20px;	
}
	
.columns input {
	border: 1px solid #00B9EB;
	width: 150px;
	margin-top: 3px;
	padding: 2px 5px;

}

.columns input:hover {
	background-color: #EFEFEF;
}

.columns input.submit {
	width: 80px;
	float: right;
	margin-right: 80px;
}

.columns div.field_name {
	width: 50px;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 3px;
	float: left;
	padding-top: 2px;
}

.registration {
	width: 100%;
	border: 1px solid #484848;
	padding: 5px;
	border-spacing: 5px;
}

.registration span.confirm {
	border: 1px solid #00B9EB;
	padding: 2px 5px;
	background-color: #EFEFEF;
}

.registration input {
	border: 1px solid #00B9EB;
	border-spacing: 10px;
}

.registration input:hover {
	background-color: #EFEFEF;
}

.registration input.submit {
	border: 2px solid #DD1122;
	background-color: #FFF999;
	border-spacing: 10px;
}

.registration input.submit:hover {
	background-color: #EFEFEF;
	border: 2px solid #00B9EB;
}

.registration td.border-top {
	border-top: 2px solid #484848;
	height:20px;
}

#content .registration ul.error_list,
.error {
	color: #FF0000;
	/*border: 2px solid #EC0033;*/	
	background-color: #FFF7EA;
}

#content .registration ul.error_list li {
	color: #FF0000;
}

#content .registration ul.radio_list {
	margin: 0px;
	padding: 0px;
}

#content .registration ul.radio_list li {

}

#content .faq dl {
	width: 700px;
	margin-left: 20px;
}

#content .faq dl dt {
	color: #00B9EB;
	font-size: 18px;
	margin-bottom: 10px;
}

#content .faq dl dd {
	color: #484848;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 10px;
}

/* ============= Ajax Upload ============== */
#upload_status {

}

#uploaded_file {
	margin-bottom: 15px;
}

/* ============= PIN ============== */
.pin_forgotten {
	display: block;
	clear: both;
	margin-top: 45px;	
}

.pin_forgotten a:hover {
	text-decoration: underline;
}

.pin_forgotten #pin_mailform {
	width: 400px;
}

.pin_forgotten .field {
	float: left;
	width: 170px;
}

.pin_forgotten .field input {
	
}
	
.pin_forgotten .send {
	float: left;
}

.pin_forgotten .send input {
	width: 80px;
	height: 23px;
}

.pin_forgotten #pin_result {
	display: block;
	clear:both;
	padding-top: 5px;
}

