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


/* =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 {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #ACA095;
	font: 11px Verdana, Helvetica, Arial, sans-serif;
	background: #999;
}
/* KLUDGE: making the scrollbar always visible in firefox */
html {
	height: 100%;
	margin: 0 0 1px 0;
	/*background: #ACA095 url("../images/bg_pand2.jpg") no-repeat fixed 0 0;
	background: #ACA095 url("http://www.siyou.nl/images/bg__siyou.jpg") no-repeat fixed 0 0;
	 not supported css
	-o-background-size: 100% auto;
	-webkit-background-size: 100% auto;
	-khtml-background-size: 100% auto;
	*/
}
body {
	background: transparent;
}
h1 {
	font-family: 'Lato', sans-serif;
	color: #ACA095;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
}
h2 {
	margin: 10px 0 0 0;
	font-size: 11px;
	font-weight: bold;
	color: #ACA095;
}
hr {
	border: 0;
	border-top: 1px solid #aca095;
	height: 1px;
	overflow: hidden;
	margin: 0;
}
/* give the hr margins for real browsers */
html>/**/body hr {
	margin: 5px 0 7px 0;
}
img, a img {
	border: 0;
}
a {
	color: #39c;
	text-decoration: none;
}
a:focus, a:hover {
	text-decoration: underline;
}
label {
	width: 115px;
	padding: 0 7px 0 0;
	float: left;
	text-align: right;
	color: #3d3d3d;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	cursor: pointer;
	font-weight: bold;
}
label a, label a:hover {
	color: #3d3d3d;
}
.center {
	text-align: center;
}
.left {
	float: left;
}
.right {
	float: right;
}
/* Forms */
form {
	margin: 15px 0 0 0;
	width: 450px;
}
#frm_login {
	margin-left: 40px;
	width: 330px;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
form li {
	list-style: none;
}
#warning {
	background: url(../images/warning.gif) 0 0 no-repeat;
	padding: 0 0 0 25px;
	font-size: 11px;
	display: none;
}
.formline {
	float: left;
	margin: 0 0 5px 0;
}
.input {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #3d3d3d;
	color: #6a6a6a;
}
textarea {
	border: 1px solid #3d3d3d;
	font-size: 11px;
	padding: 1px;
	width: 298px;
	margin: 0 0 5px 0;
	color: #6a6a6a;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
}
#frm_login .textinput {
	border: 1px solid #3d3d3d;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	height: 16px;
	padding: 2px 0 0 2px;
	margin: 0 0 5px 0;
	width: 200px;
}
.textinput {
	border: 1px solid #3d3d3d;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	height: 16px;
	padding: 2px 0 0 2px;
	margin: 0 0 5px 0;
	width: 298px;
}
.select {
	width: 300px;
	height: 18px;
	border: 1px solid #3d3d3d;
	font-size: 11px;
	margin: 0 0 5px 0;
}
select option {
	padding: 0 0 0 3px;
	font-size: 11px;
}
.submit, .login {
	text-indent: -9999px;
	width: 85px;
	height: 22px;
	margin: 0 0 0 342px;
	background: url(../images/btn_verzenden.gif) 0 0 no-repeat;
	border: 0;
	float: left;
	cursor: pointer;
}
.login {
	margin: 0 0 0 241px;
	background: url(../images/btn_login.gif) 0 0 no-repeat;
}
.req {
	font-size: 10px;
	font-style: italic;
}

