@charset "UTF-8";
/* ALGEMENE STYLES voor de RESTO-pagina
	zie beneden voor de SELECT-styles
*/
div#contactForm{
	margin-bottom:20px;
}

div#contactForm div.radio{
	margin-left:10px;
}
div.row {
	clear: both;
	width:530px;
	padding-top:4px;
}

div.row span.label {
	float: left;
	width: 100px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative;
	top:2px;
}

div.row span.formw {
	float: right;
	width: 410px;
	text-align: left;
} 	
input.dhr{
	margin-left:100px;
	display:inline;
	width:20px;
}
input.mevr{
	margin-left:10px;
	display:inline;
	width:20px;
}

#contactForm input,
#contactForm textarea{
	width: 406px;
	border:1px solid #7a7c7b;
	padding: 0 2px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:11px;
}
#contactForm textarea{
	height:110px;
}

#contactForm input.verstuurknop {
	width: 80px;
	height: 27px;
	background: transparent url(/img/visit_gent/bg/contact_search.png) no-repeat 0 0;
	outline: none;
	border: none;
	cursor : pointer;
	color:white;
	font-size:11px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:120px;
}

#contactForm input.gbknop {
	width: 80px;
	height: 27px;
	background: transparent url(/img/visit_gent/bg/gb_search.png) no-repeat 0 0;
	outline: none;
	border: none;
	cursor : pointer;
	color:white;
	font-size:11px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:120px;
}

/****
	Styles voor select boxes na DOM-manipulatie (mootools)
	
	SEE http://forum.mootools.net/viewtopic.php?id=10307
	
****/
span#landkeuzespan div.selectField {
	background-image: url(/img/visit_gent/bg/select_bg_contact.png);
	font-family:Verdana, Arial, Helvetica, sans-serif;
	position:relative; 
	width:412px;
	height:19px;
}

span#landkeuzespan{
	position:relative;
	z-index:46;
}


/* arrow button */
span#landkeuzespan div.selectField div.status {
	padding: 0px;
	height: 19px;
	display: block;
	background-image: url(/img/visit_gent/bg/select_dropdown_contact.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	cursor:pointer
}
span#landkeuzespan div.selectField:hover div.status {
	background-position: 100% 100%;
} 
span#landkeuzespan div.selectField div.status div.selected{
	padding: 2px 4px;
	font-size: 11px;
	color: #333333;
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 19px;
	line-height: 15px;
}
span#landkeuzespan div.selectField div.optContainer {
	display: none;
	position: absolute;
	font-size: 11px;
	padding: 0px;
	background-color: #ffffff;
	border: solid 1px #dddddd;
	height: 200px;
	overflow: auto;
	left: 0px;
	top: 19px;
}
span#landkeuzespan div.selectField div.optContainer {
	width:410px;
}

span#landkeuzespan div.selectField div.opt{
	cursor: pointer;
	padding: 2px 4px;
	color: black;
	height:15px;
	line-height:15px;
}
/*
div.optGroup div.opt {
	cursor: default;
	padding: 2px 2px 2px 15px;
}
*/
span#landkeuzespan div.selectField div.optContainer div.over {
	background: #00b5e8;
	color: #ffffff;
}


span#landkeuzespan div.selectField div.optContainer div.disabled {
	color: #dddddd;
}


span#landkeuzespan div.selectField div.optContainer div.selected {
	background: #dddddd;
	color: #666666;
}
