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


/* =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: #02436a;
	font: 0.875em Verdana, Arial, Helvetica, sans-serif;
	font-size: 100.01%;
	line-height: 1.125em; /* 16x1.125=18px */
	background: url(../images/bg.gif) 0 52px repeat-x #f9e000;
	text-align: center;
}

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

h1 {
	font-size: 1.8em; 
	line-height: 1.8em;
	color: #ff4d00; 
	white-space: nowrap; 
	}

h2 {
	margin: 0; 
	font-size: 1.2em;
	line-height: 1.5em;	
	color: #ff4d00;
	}
h3 {
	font-size: 1.0em;
	color: #02436a;
	font-weight: bold;
	margin: 5px 0;
}
.formline {
	float: left;
	display: block;
	width: 540px;
	margin: 0 0 6px 0;
}	

select option {
	font-size: 11px;
	}
img, a img, fieldset { border: 0;}

a { 
	color: #ff4d00;
	text-decoration: underline;
 }
a:focus, a:hover {
	color: #ff4d00;
	text-decoration: none;
	 }
label {
	width: 150px;
	font-weight: bold;
	color: #ff4d00;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}	 
label a, label a:hover {
	color: #ff4d00;
}
.center { text-align: center; }
.left,
label,
.textarea, 
.textinput { float: left; }
.right { float: right;}

input {
	color: #02436a;
}
.textinput { 
	padding: 2px 0 0 2px; 
	border: 1px solid #f60;
	width: 225px;
	background: url(../images/bg_input.gif) 0 0 repeat-x #fff;
	height: 16px;
	font-size: 11px;
	color: #02436a;
}
.m2 {
	margin: 0 5px 0 0;
	width: 100px;
}
.submit {
	background: url(../images/btn_versturen.gif) 0 0 no-repeat;
	width: 90px;
	height: 26px;
	margin: 3px 0 0 150px;
	border: 0;
	cursor: pointer;
	display: block;
}
textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #f60;
	color: #02436a;
	padding: 2px 0 0 1px;
	width: 226px;
	background: url(../images/bg_input.gif) 0 0 repeat-x #fff;
}

