@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0; padding: 0;
}

div#container {
	width: 280px; height: 146px;
	margin: 25% auto;
	background: url('../img/login/bg.gif') no-repeat;
}

form#login_form {
	width: 150px; height: 76px;
	padding: 47px 0 0 111px;
}

input {
	width: 143px; height: 21px;
	margin-bottom: 6px;
	padding: 0 2px;
	border: none;
	background: white;
	text-align: right;
	font: small-caps bold 18px Arial, Helvetica, sans-serif;
	color: #95a7bf;
}

input#submit {
	margin: 5px 0 0 0;
	width: auto;
	border: none;
	background: none;
	cursor: pointer;
	color: white;
}

p#infotext {
	margin-top: 35px;
	text-indent: 20px;
	font: small-caps bold 13px Arial;
	color: #FF0000;
}
