@CHARSET "ISO-8859-1";
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
}

html, body {
	height: 100%;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #EFEFEF;
}

a {
	text-decoration: none;
}

img {
	border: 0;
}

#login_container {
	width: 100%;
	height: 100%;
}

#login_wrapper {
	text-align: center;
	vertical-align: middle;
}

#login_form_center {
	height: 70px;
	background: transparent url( /login/png/login_field_wrapper.png ) no-repeat center;
}

#disclaimer {
	color: #666666;
	font-size: 9px;
	padding: 10px 0;
}
input.textfield {
	background: transparent url( /login/png/textfield.png ) no-repeat scroll right top;
	width: 94px;
	height: 21px;
	margin: auto;
	vertical-align: middle;
	border: 0;
	padding: 2px 2px 0;
}
#message {
	display: inline;
	padding: 5px 5px 5px 20px;
	line-height: 19px;
	background: white url( /images/uploading.gif ) no-repeat scroll 2px center;
	border: 1px solid #E4E5E6;
}
.error {
	color: #FCC;
}
