/*
  AdeccoForm.css 
  
  Basic form styles
	
  Corporate Red		#ea2026
  Corporate Grey	#a9a18c
  Grey tint 1		#b6af9d   
  Grey tint 2		#c3bda3 (195,189,174)   Grey tint 1,  selected secondary menu
  Grey tint 3		#d0cbbf highlight grey , used for the selected tab, graphics and sub heading
  Grey tint 4		#ddd9d0   
  Grey tint 5		#e9e7e1  
*/

.adform fieldset {
	margin-bottom: 25px;
}

.adform legend {
	padding: 2px;
	font-weight:bold;
	margin-left: 7px;
	_margin-left: -2px;
	font-size: 1.1em;
	border: 1px solid #c0c0c0;
	background: #fff;
	margin-bottom: 10px;
}

.adform fieldset label {
	display: block;
	float: left;
	line-height: 1.8em;
	padding: 0 10px;
	text-align:right;
	width: 184px; /* Width of labels */
	font-weight: bold;
	color: #666;
	font-size: 0.95em;
}

.adform fieldset br {
	clear:left;
}

select, input {
font-size: 0.95em;
padding: 2px;
}

.adform em {
	font-weight: bold;
	font-style:normal;
	color: #ea2026;
}
/*\*//*/ .adform legend {display: inline-block;} /* IE Mac legend fix */



/* Custom form styles */
.adform {
	font-size: 1em;
	width:527px;
}

.adform fieldset{
	background-color: #e9e7e1;
	border: none;
	border-top: 1px solid #d0cbbf;
	padding-bottom: 10px;
	display: block;
	border-left: 6px solid #A9A18C;
}

.adform legend {
	color: #000000;
	padding: 2px 6px;
	/*background: url(../img/arrowbutt.gif) left top no-repeat;*/
}


.adform fieldset{_position:relative; _margin-top:10px;} 
.adform legend{_position:relative;_top:-10px;}


/* form elements */
.adform input, .adform textarea, .adform select {
	border: 1px solid #b6af9d;
}

.adform textarea, .adform select, .adform input {
	margin-bottom: 5px;
}

.adform input.large, textarea {
	width: 201px;
	padding: 2px;
}

.adform input.small {
	width: 60px;
}

.adform .error {
	font-size: 0.9em;
	color: #ea2026;
}

/* voor zoekformulieren bv zoekopties.asp */

.searchform {
margin: 10px 0 0 0;
}

.searchform label{
font-weight: bold;
display: block;
margin-bottom: 0.2em;
color: #a9a18c;
}

.searchform input, .searchform select {
padding: 0px;
}

.searchform .button {
padding: 3px 4px;
margin-top: 10px;
}

.searchform p {
margin-bottom: 7px;
}

input:focus, textarea:focus, select:focus, select:focus,input.sffocus, textarea.sffocus {
	/*background: #EFEFEF;*/
	border-color: #090;
}

fieldset p {
margin-left: 5px;
}

p.desc {
margin-left: 205px;
}

p.subheader {
margin-left: 205px;
margin-top: 10px;
font-weight: bold;
}

/* button onder aan form */
p.buttonbelowform {
margin-left: 210px;
}

input.noborder {
border: none;
}