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

body {
	background-color: #000000;
	background-image: url(../img/login-background.png);
	background-repeat: repeat-x;
	color: #666666;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
}
#login {
	background-image: url(../img/login-logo.png);
	background-repeat: no-repeat;
	margin-top: 205px;
	height: 295px;
}
#login-form {
	padding-top: 193px;
	text-align: center;
}
.inputText {
	padding:7px;
	border:1px solid #a3978b;
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	width:200px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #FFFFFF;
}
#submit {
	background-image: url(../img/login-button.png);
	height: 31px;
	width: 116px;
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: #000000;
	cursor: pointer; /* hand-shaped cursor */
	vertical-align: middle;
	display: inline-block;

}
#forgotpassword {
	color: #FFFFFF;
	font-size: 12px;
	text-align: center;
	padding-top: 50px;
}
a {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
}
