* {
	margin : 0px;
	padding : 0px;
}

body {
	font-size : 0.8em;
	font-family : sans-serif;
}


h1 {
	color: #002d62;
	font-size: 1.4em;
	margin : 0px;
	text-align : center;
}

div#center {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible
}

div#login {
	margin : 0px auto;
	width : 300px;
	margin-top : -75px;
	padding: 10px;
	border: 1px solid #ccc;
	
	border-radius : 10px;
	-webkit-border-radius : 10px;
	-webkit-border-radius : 10px;
	-webkit-border-radius : 10px;
	-moz-border-radius : 10px;
}

div.message {
	background: url(/admin/img/lock.jpg) center left no-repeat;
	padding-left: 26px;
	margin: 10px 0px;
	
}
form{
	background-color: #c6ddf4;
	padding : 5px 10px;
	font-size : 0.9em
	
	border-radius : 5px;
	-webkit-border-radius : 5px;
	-webkit-border-radius : 5px;
	-moz-border-radius : 5px;
}

label {
	font-weight: bold;
	float : left;
	clear : none;
	width : 25%;
	padding : 2px 0px;
}
fieldset {
	border : none;
}
input {
	display : block;
	width : 72%;
	float : right;
	clear : none;
	border-width : 1px;
	border-radius : 3px;
	-webkit-border-radius : 3px;
	-moz-border-radius : 3px;
}
div.input {
	clear : both;
	margin : 5px 0px;
}
fieldset.submit {
	text-align : right;
}
fieldset.submit input {
	width : auto;
	display : inline;
	background-color : white;
	padding : 0px 1em;
}