/*
	version		1.00
	project		Website 'www.active-uitzend.com' (2006-12)
	client		Active Uitzendorganisatie Venray BV

	author		Guilty by Design (www.guiltybydesign.eu)
	copyright	Guilty by Design (www.guiltybydesign.eu)

	remarks		07jan07		W3C CSS 2/2.1/3 validated
*/
/*************************************************
	layout
*************************************************/ 
fieldset{
	border: none;
	margin: 0;
	padding: 0;
}
form{
	margin: 0;
	padding: 0;
}
form .checkbox, form .radio{
	vertical-align: middle;
}
form .file{
	background-color: #f5f5ef;
	border-color: #a7a6aa;
	border-style: solid;
	border-width: 1px;
}
form .filehover{
	background-color: #f5f5ef;
	border-color: #012c62;
	border-style: solid;
	border-width: 1px;
}
form .select, form .text{
	background-color: #f5f5ef;
	border-color: #a7a6aa;
	border-style: solid;
	border-width: 1px;
}
form .selecthover, form .texthover{
	background-color: #f5f5ef;
	border-color: #012c62;
	border-style: solid;
	border-width: 1px;
}
form .submit{
	background-color: #f5f5ef;
	border-color: #a7a6aa;
	border-style: solid;
	border-width: 1px;
	height: 17px;
}
form .submithover{
	background-color: #f5f5ef;
	border-color: #012c62;
	border-style: solid;
	border-width: 1px;
	cursor: pointer;
	height: 17px;
}
form .textarea{
	background-color: #f5f5ef;
	border-color: #a7a6aa;
	border-style: solid;
	border-width: 1px;
	overflow: auto;
}
form .textareahover{
	background-color: #f5f5ef;
	border-color: #012c62;
	border-style: solid;
	border-width: 1px;
}

/*************************************************
	text
*************************************************/ 
form .file, form .filehover, form .select, form .selecthover, form .submit, form .submithover, form .text, form .texthover, form .textarea, form .textareahover{
	font-family: Tahoma, Arial, sans-serif;
}
form .file, form .filehover, form .select, form .selecthover, form .text, form .texthover, form .textarea, form .textareahover{
	color: #000000;
	font-size: 11px;
}
form .submit, form .submithover{
	color: #012c62;
	font-size: 10px;
	text-transform: uppercase;
}

