/*
MonoMail (monomail.eu)
Login screen
Door Pixelpanic.be (versie 14-08-2009)
*/

body {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff;
	margin: 10px 10px 4px 10px;
	padding: 0;
}
p, ul, li, form, img, h1, h2, h3, h4, h5, h6, dl, dt, dd {
	margin: 0;
	padding: 0;
}
p {
	padding-bottom: 15px;
	line-height: 22px;
}
h1 {
	font: 20px;
	margin-bottom: 15px;
	color: #745724;
}
h1.klaarvoor {
	width: 238px;
	height: 20px;
	background: url(../img/h_klaarvoor.gif) no-repeat;
}
h1.nietvolledig {
	width: 246px;
	height: 25px;
	background: url(../img/h_nietvolledig.gif) no-repeat;
}
h1.verzonden {
	width: 203px;
	height: 20px;
	background: url(../img/h_verzonden.gif) no-repeat;
}
h1 span {
	display: none;
}
form, fieldset, input, legend, label {
	margin: 0;
	padding: 0;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
input.field {
	font: 16px Arial, sans-serif;
	background: #fff;
	width: 280px;
	border: solid 1px #D8D8D8;
	margin: 3px 0;
}
input.submit {
	margin-top: 10px;
	font: 14px Arial, sans-serif;
	cursor: pointer;
  	color: #000;
  	background: #EAEAEA;
  	border: 1px solid #D8D8D8;
	padding: 4px 6px;
	-moz-border-radius: 4px;
  	-webkit-border-radius: 4px;
}
input.submit:hover, input.submit:active {
	color: #000;
  	background: #C6D9E9;
  	border: 1px solid #1A68A9;
}
textarea {
	font: 16px Arial, sans-serif;
	background: #fff;
	width: 300px;
	height: 120px;
	border: solid 1px #D8D8D8;
	margin: 3px 0;
}
label {
	font-size: 11px;
}
label.ontbreekt {
	color: #A7230E;
}
ul.form {
	margin: 0;
}
ul.form li {
	padding: 0 0 6px 0;
	list-style: none;
}
