@charset "utf-8";
/* CSS Document */

/** DO NOT EDIT THIS BLOCK OF CODE, THIS IS THE DEFAULT CSS RESET THAT IS USED TO MAKE ALL BROWSERS DISPLAY AS CLOSE AS POSSIBLE BY DEFAULT **/
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;
	zoom:0;
}
body {
	line-height:1;
}
ul, li {
	list-style:none;
	display:inline;
}
.clear {
	clear:both;
}
/** END OF RESET **/


html{
	background:url(../images/background.jpg) no-repeat center top #e5e9f2;	
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	display:block;
	width:290px;
	height:110px;
	background:url(../images/logo.png) no-repeat -5px -5px;
	margin:40px auto;	
	overflow:hidden;
	text-indent:-500px;
	position:relative;
	left:0px;
}

form{
	display:block;
	width:150px;
	margin:0 auto;
}

form input[type=text], form input[type=password]{
	display:block;
	width:138px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
	padding:5px;
	font-size:16px;
	margin-bottom:5px;
	color:#999;
	border:1px solid #DDD;
}

form input[type=file]{
	display:none;
}

form input[type=submit]{
	display:block;
	width:150px;
	height:31px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border:none;
	padding:5px;
	font-size:16px;
	margin-bottom:5px;
	color:#999;
	border:1px solid #DDD;
	margin-top:6px;
}

form input[type=submit]:hover{
	cursor:pointer;
	color:#DDD;
	background:#999;
	border-color:#999;

}

.error{
	display:block;
	width:600px;
	margin:40px auto;
	font-size:12px;
	color:#999;
	text-align:left;
	line-height:14px;
	background-color:#FFF;
	padding:40px;	
	padding-bottom:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.error p{
	font-size:16px;
	margin-bottom:10px;
	text-transform:capitalize;	
}

.error li{
	display:block;
	color:#900;
	font-size:14px;
	margin-bottom:10px;
	padding:5px;
	padding-left:40px;
	width:635px;
	position:relative;
	left:-40px;	
}

.error li:nth-child(odd) {
	background-color:#EEE;
}
.error li:nth-child(even) {
	background-color:#DDD;
}

.error ul{
	display:block;
	margin:20px 0px;	
}

.error strong{
	color:#D00;	
}

#data{
	display:none;	
}