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

.form_element_group {
	margin: 0 20px 20px 0;
	width: 630px;
	float: left;
	/*padding: 10px 20px 20px;*/
	display: inline;
	height: auto;
}
.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: 250px;
	padding: 2px;
	border: 1px solid #cecece;
}

.form select {
	width: 246px !important;
}

.form input.radio {
	width: auto !important;
	border: 0 !important;
}
.form select {
	width: 406px;
}

.labelclear {clear: both !important;}

.form input:focus, .form select:focus, .form textarea:focus {
	border: 1px solid #888;
	background: #FFFFCC;
}
.form_element_group label {
	clear: left !important;
	/*width: 150px;*/
	height: 20px;
	vertical-align: middle;
	display: inline-block;
	color: #2D2B2E;
	font-weight: bold;
	padding-top: 4px;
}
.mandatory {
	font-weight: bold;
	color: darkorange;
}
.next_element {
	margin-top: 20px;
}

.submit_button {
	width: auto !important;
	padding: 10px !important;
	font-weight: bold;
	color: #000;
	border: 2px outset #F18D01 !important;
	background: url(../images/background-lijn.jpg) center left repeat-x;
	cursor: pointer;
}
#submit {
	float: right;
	right: 20px;
	width: 465px;
	text-align: center;
}

.submit_image {
	width: auto !important;
	height: auto !important;
	width: auto !important;
	padding: none !important;
	border: 0 !important;
}

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

/* validation */
label.error {margin-left: 20px;}
label.error, span.error {
	background: #FD1700;
	color: #FFF;
	vertical-align: middle;
	padding: 3px 0 0 5px;
	clear: none !important;
}


select.datesel {width: 100px;}
select.datesel option {width: 90px;}

input.error, select.error, textarea.error {border: 1px solid red; color: red;}

span.attention {
	background: url(../images/background-lijn.jpg) left center repeat-x;
	color: #FFF;
	padding: 5px;
	vertical-align: middle;
	font-weight: bold;
	display: block;
	width: 400px !important;
	margin-top: 0;
	margin-bottom: 10px;
	margin-right: 2px;
}


.ajaxdiv {
	float:right;
}
textarea {
	margin: 5px 0;
	height: 200px;
}


.input_with_margin_bottom {
	margin-bottom: 5px;
}
label {clear: both; display: block; height: 16px; width: 120px; margin-top: -1px; line-height: 16px; vertical-align: top; margin-bottom: 5px;}

.reportabove {color: red; font-weight: bold; font-size: 16px;}

.countryselectAdd {margin: 10px 0;}

.radiocheck label.error {
	margin-top: -10px;
	*margin-top: -20px;
}
/* ------------- Specifieke MAN styling -------------*/
#manstyling {
	margin: -25px 0 0 0;
}
#manstyling .example {
	color: #CCC;
	padding-left: 90px;
}
#manstyling .delRow {
	width: 50px;
}

#manstyling .addRow {
	width: 100px;
}
#manstyling #velda {
	width: 40px !important;
	margin: 0 5px 5px 0;
}
#manstyling #veldb {
	width: 60px !important;
	margin: 0 5px 5px 0;
}
#manstyling #veldc {
	width: 52px !important;
	margin: 0 5px 5px 0;
}
#manstyling #aantal {
	width: 35px !important;
	margin: 0 5px 5px 20px;
}
#manstyling #omschrijving {
	width: 250px !important;
	margin: 0 5px 5px 0;
}

#manstyling #ex_omschrijving {
	width: 250px !important;
	/*margin: 0 5px 5px 0;*/
	background: #FFF;
}




/* ------------- RECAPTCHA -------------*/
.recaptchatable {
	width: 465px !important;
	border: 0;
}
#recaptcha_widget_div {
	margin-left: 3px !important;
}
#recaptcha_logo, #recaptcha_tagline {
	display: none !important;
}

/*------------- MAN FORMULIER -------------*/
input.velda {
	width:20px;
}

input.veldb {
	width:40px;
}

input.veldc {
	width:30px;
}

input.aantal {
	width:30px;
	margin-left: 15px;
}

input.ex_velda {
	width:20px;
	background: #FFF;
}

input.ex_veldb {
	width:40px;
	background: #FFF;
}

input.ex_veldc {
	width:30px;
	background: #FFF;
}

input.ex_aantal {
	width:30px;
	margin-left: 15px;
	background: #FFF;
}

.form_element_group label.labela {
	width: 90px;
}

.tabel label.examplea {
	width: 20px;
	padding-left: 4px;
	border: 1px solid #CCC;
}

.tabel label.exampleb {
	width: 40px;
	padding-left: 4px;
	border: 1px solid #CCC;
}

.tabel label.examplec {
	width: 30px;
	padding-left: 4px;
	border: 1px solid #CCC;
}

.form_element_group label.labelamount {
	width: 60px;
	margin-left:15px;
}

.labeldesc {
	width: 250px;
}