/* ====================================================
	Title:		Screen Style Sheet - Veerkracht
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2007.09.10
==================================================== /*


/* =Import Stylesheets
   Only modern browsers import these stylesheets

==================================================== */
	@import url("main.css");


/* Global element styling
================================================== */
*{
	margin: 0;
	padding: 0;
}

/* KLUDGE: font-size: 100.01% because of IE/Win Font Sizing Bugs */
html, body { 
	margin: 0; 
	padding: 0;	
	color: #666; 
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}

/* KLUDGE: making the scrollbar always visible in firefox */
html { 
	height: 100%; 
	margin: 0 0 1px 0; 
	}

h1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	color: #08a4e1; 
	white-space: nowrap; 
	}
h2 {
	margin: 10px 0 0 0; 
	font-size: 11px; 
	font-weight: bold;
	color: #039;
	}


img, a img { border: 0;}

a { 
	color: #339;
	text-decoration: underline;
 }
a:focus, a:hover {
	color: #02b7ee;
	text-decoration: none;
	 }
label {	
	width: 150px;
	float: left;
	color: #0c59a5;
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight: bold;
}	 
label a, label a:hover {
	color: #0c59a5;
}
.center { text-align: center; }
.left { float: left; }
.right { float: right;}
.input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #7a8970;
}

/* Forms */
form {
	margin: 15px 0;
	width: 454px;
}

fieldset {
	border: 0;
}
.formline {
	float: left;
	margin: 0 0 5px 0;
}
textarea {
	border: 1px solid #0c59a5;
	font-size: 11px;
	width: 290px;
	margin: 0 0 5px 0;
}
.textinput {
	border: 1px solid #0c59a5;
	font-size: 11px;
	height: 16px;
	padding: 2px 0 0 2px; 
	margin: 0 0 5px 0;
	width: 290px;
}
.select {
	width: 290px;
	height: 18px;
	border: 1px solid #0c59a5;
	font-size: 11px;
	margin: 0 0 5px 0;
}
select option {
	padding: 0 0 0 3px;
	font-size: 11px;
}
.verzenden {
	text-indent: -9999px;
	overflow: hidden;
	width: 120px;
	height: 22px;
	background: url(../images/btn_verzenden.gif) 0 0 no-repeat;
	border: 0;
	float: right;
	margin: 0 10px 0 0;
	cursor: pointer;
}