@charset "utf-8";
/* CSS Document */

@import url("system_message.css");

#login_top {
	background: url(../../_sharedimg/login_top.gif) top left no-repeat;
	height: 40px;
}

#login_body {
	width: 530px;
	background: #cfcfda;
}

#login_bottom {
	background: url(../../_sharedimg/login_bottom.gif) bottom left no-repeat;
	height: 5px;
}


#login_body form {
	margin: 30px 20px 20px 50px;

}

label {
	float:left;
	clear: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
	font-weight: normal;
	color: #b84a4c;
	margin: 2px 0 0 0;
	padding: 0;
	width: 110px;
}

input#username, input#password {
	width: 250px;
	border: 1px solid #636d93;
}

div.buttons {
	text-align: right;
	width: 362px;
}

div.buttons input {
	padding: 0;
	margin: 0 0 0 5px;
}