html, body, div, p, h1, h2, h3, ul, ol, span, a, table, td, form, img, li {
   margin: 0;
   padding: 0;
}
body, html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#loginBox {
	width: 380px;
	height: 300px;
	margin: 150px auto 0 auto;
}
#loginBox #loginHeader {
	height: 80px;
	width: 100%;
	background: url(../images/popup_header.gif) no-repeat;
}
.copyright {
	width: 100%;
	height: 10px;
	text-align: center;
	font-size: 9px;
	margin-top: 10px;
}
.error-message {
	color: #FFFFFF;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom:5px;
	font-size:12px;
	width:350;
	padding:5px 0 5px 5px;
	border: 1px solid #E10000;
	background-color: #E90000;
}
#button{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #FF6600;
	color:#fff;
	border: 1px solid #fff;
	height: 20px;
	width: 100px;
	text-decoration: none;
	text-align: center
}
#password, #username {
	border: 1px solid #595858;
	vertical-align: bottom;
	height: 14px;
	width: 130px;
}
input[type=text]:focus, input[type=password]:focus {
	border: 1px solid #FF6600;
}
a {
	color: #333;
	text-decoration: none;
}
