/* forms */
#form_intro_text {padding-right: 20px; margin-bottom: 20px;}
.hide {display: none;}
.short {width: 126px !important;}

.form_element_group {
	margin: 0 20px 20px 0;
	width: 408px;
	float: left;
	padding: 10px 20px 20px;
	display: inline;
	height: auto;
	border: 1px solid #cecece;
}
.form_element_group h2 {
	color: #666;
	font-size: 14px;
}
.form_element_right {
	margin-right: 0 !important;
	float: left;
}

.form input, .form textarea, .form select {
	width: 400px;
	padding: 2px;
	border: 1px solid #cecece;
}
.form input.radio {
	width: auto !important;
	border: 0 !important;
}
.form select {
	width: 406px;
}
.form input:focus, .form select:focus, .form textarea:focus {
	border: 1px solid #888;
	background: #FFFFCC;
}
.form_element_group label {
	clear: left !important;
	margin-top: 5px;
	display: block;
	padding-bottom: 3px;
	color: #2D2B2E;
	font-weight: bold;
}
.mandatory {
	font-weight: bold;
	color: darkorange;
}
.next_element {
	margin-top: 20px;
}

.submit_button {
	width: auto !important;
	padding: 10px !important;
	background: url(images/submit_button.jpg) center left repeat-x;
	cursor: pointer;
}
#submit {
	text-align: center;
	padding-top: 20px !important;
	margin: 0 auto;
}


hr {
	margin: 10px 0;
	height: 1px;
	background: #CCC;
	color: #CCC;
	border: none !important;
}

/* validation */
label.error {
	clear: both;
	background: #FD1700;
	color: #FFF;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	float: right;
	display: inline;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 2px;
}


.radiocheck label.error {
	margin-top: -10px;
	*margin-top: -20px;
}
