/* ====================================================
	Title:		Screen Style Sheet - Voetbalschool Techniek
	Author:		Harm Wimmenhove
	Site:		http://www.siyou.nl
	Date:		2007.12.03
==================================================== /*


/* =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: #000;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.125em; /* 16x1.125=18px */
	background: url(../images/bg_gradient.png) 0 0 repeat-x #000;
	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: #fff; 
	white-space: nowrap; 
	}

h2 {
	margin: 0; 
	font-size: 1.2em;
	line-height: 1.6em;	
	color: #0d4ba0;
	}
h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0;
}
:focus { outline-width: 0; }

form {
	margin: 15px 0 0 0;
}

.formline {
	float: left;
	display: block;
	vertical-align: middle;
	width: 385px;
	margin: 0 0 6px 0;
}	
.contentbox .content .formline p {
	margin: 0 0 0 0;
}
select option {
	font-size: 11px;
	}
img, a img, fieldset { border: 0;}


label {
	width: 140px;
	font-weight: bold;
	color: #0d4ba0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
}	 

.center { text-align: center; }
.left,
.radio,
label,
.textarea, 
.textinput,
.inputs { float: left; display: inline; }
.right { float: right; display: inline; }

.radiolist, 
.checkbox {
	float: left;
	width: 215px;
}
#warning {
	display: none;
	color: #003;
	font-size: 0.9em;
	background: url(../images/warning.gif) 0 0 no-repeat;
	padding: 0 0 0 22px;
	margin: 15px 0 0 0;
	font-weight: bold;
}
input {
	color: #02436a;
}
.select {
	width: 175px;
	padding: 1px;
	font-size: 11px;
}
.inputs {
	border: 1px solid #fff;
	width: 215px;
}
textarea {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #0d4ba0;
	color: #02436a;
	padding: 2px 0 0 1px;
	width: 216px;
	background: url(../images/bg_input.gif) 0 0 repeat-x #fff;
}
.textinput { 
	padding: 2px 0 0 2px; 
	border: 1px solid #0d4ba0;
	width: 215px;
	height: 16px;
	font-size: 11px;
	color: #02436a;
}
.m2 {
	margin: 0 5px 0 0;
	width: 100px;
}
.radio {
	margin: 3px 5px 0 0;
}
.radio span {
	margin: 0 0 2px 0;
}
.req {
	font-size: 10px;
	font-style: italic;
}
.btn_send {
	margin: 0 0 0 120px;
	float: left: display: inline;
}

.btn_print a {
	margin: 0 0 0 37px;
	float: left; 
	display: inline;
	width: 83px;
	height: 28px;	
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	background: url(../images/btn_print.gif) 0 0 no-repeat;
}

#mededeling {
   text-align: left;
   padding: 2em;
   font-size: 0.8em;
}

#mededeling hr {
   border-color:#FFD404 -moz-use-text-color -moz-use-text-color;
   border-style:solid none none;
   border-width:2px 0 0;
   margin:0 0 10px;


