@CHARSET "ISO-8859-1";

#loginWindow{
	width: 401px;
	height: 410px;
	top: 200px;
	position: relative;
	margin: 0 auto;	
	/*background-color: #9A5D34;*/
	background-image: url('../img/login.jpg');
	font-family: Arial;
	font-size: 10pt;
	color: #FFF;
	
}

#loginWindow table{
	width: 200px;
	height: 150px;
	top: 80px;
	position: relative;
	margin: 0 auto;	
}


.input{
	width: 160px;
	height: 20px;
	font-size: 18px;
	color: black;
	font-weight: bold;
	font-family: Verdana;
}

.submit{
	font-size: 20px;
	font-family: Verdana;
	width: 150px;
	height: 50px;
	color: white;
	background-color: #004240;
}