body {
	background-color: #506373;
	margin: 0;
	padding: 0;
	text-align: center;
}
#logo{
	width: 300px;
	text-align: left;
	padding: 20px 0px 10px 0px;
}
#logininfo{
	width: 300px;
	height: 150px;
	background-color: #fff;
	border: 1px solid #000;
	font-family: Tahoma;
	color: #000;
	font-size: 11px;
	margin-top: 53px;
}
#logininfoerror{
	width: 300px;
	height: 170px;
	background-color: #fff;
	border: 1px solid #000;
	font-family: Tahoma;
	color: #000;
	font-size: 11px;
}
#errorbox{
	padding-top: 5px;
	color: #f00;
	font-weight: bold;
}
#logintable{
	margin: 10px 20px 10px 20px;
}
#head{
	border-bottom: 1px solid #dae2e9;
	background-color: #f0f8ff;
	padding: 10px 20px 10px 20px;
}
#head #title{
	font-family: 'Trebuchet MS',Tahoma;
	font-size: 13px;
	font-weight: bold;
	color: #000;
}
td.item{
	text-align: left;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #000;
	padding: 10px 10px 5px 0px;
}
input{
	font-family: Tahoma;
	font-size: 11px;
	color: #000;
}
.txt{
	text-align: left;
	width: 160px;
}
.mybutton{
	margin-top: 5px;
}
