/* SolutionR Login Form Stylesheet, modified by Maikel Gommans for ICT Persoonlijk */


/* Meyer Reset Tool v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Styling */

* { 
	margin: 0; padding: 0;
}
html {
	font: 90%/1.3 arial,sans-serif;
	padding:1em;
	background: #FFFFFF;
	color: #575757;
}

#site {
	background-image: url(/bg-cm.png);
	background-repeat: no-repeat;
	width: 536px;
	height: 438px;
	margin: 0px auto;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -268px; /* half of width */
	margin-top: -219px;  /* half of height */
}

a{
	color: #333;
	text-decoration: none;
	font-size: 10px;
}

a:hover{
	color: #f8a81b;
}

h1 {
	color:#b70b0b;
	font-size:1.2em;
	font-weight:100;
}

/* Form width: 450px; */

#form {
	width: 350px;
	margin: 0 auto;
	margin-top: 150px;
}

form {
	padding:1em;
	margin: 0 auto;
}
/*.login {
	background:url(/user.png) no-repeat 95% 1em;
}*/
fieldset div {
	margin:0.3em 0;
	clear:both;
}
label {
	float:left;
	width:10em;
	text-align:right;
	margin-right:1em;
}
legend {
	color: #73be10;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
input {
	padding:0.15em;
	width:10em;
	border:1px solid #ddd;
	background:#fafafa;
	font: 0.95em arial, sans-serif;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:79px;
	height:25px;
	line-height: 25px;
	text-align: center;
	overflow:hidden;
	border:0;
	outline: 0;
	background:url(/button.png) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
	color: #999;
	float: right;
}
#submit-go:hover {
	background-position:0 -25px;
	color: #575757;	
}

#submit-go:active {
	outline: 0;
}