body{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFF;
}
.header {
	background-image: url(../images/top_bg.jpg);
	background-repeat: repeat-x;
	height: 42px;
}
.header_welcome {
	font-size: 11px;
	padding-right: 8px;
	text-align: right;
	color: #FFF;
	padding-bottom: 4px;
}
.header_welcome a {
	color: #FFF;
	text-decoration: none;
}
.header_menu {
	background-image: url(../images/top_menu_bg.jpg);
	background-repeat: repeat-x;
	height: 27px;
	padding-left: 0px; 
	padding-right: 8px;
	color: #333333;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
.login_box {
	position: relative;
	margin: 0 auto;
	width: 350px;
	margin-top: 50px;
	padding-bottom: 5px;
	color: #563333;
}
.reg_emp_box {
	position: relative;
	margin: 0 auto;
	width: 600px;
	margin-top: 50px;
	padding-bottom: 5px;
	color: #563333;
}
.login_box a {
	font-size: 11px;
	text-decoration: none;
	color: #969;
}
.login_header {
	padding: 7px;
	text-align: center;
	font-weight: bold;
	color: #C64934;
	font-size: 14px;
}
.login_error_txt {
	padding: 3px;
	text-align: center;
	color: #990;
}

a {
	font-size: 11px;
	color: #990099;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990099;
}
a:hover {
	text-decoration: none;
	color: #996699;
}
a:active {
	text-decoration: none;
	color: #990099;
}
.textbox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 3px;
	background-color: #f2f2f2;
	border: 1px solid #999;
	width: 250px;
	color: #999999;
}
.button {
	margin-top: 8px;
	width: 80px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 1px;
	color: #000000;
}
.footer {
	border-top: 1px solid #CCC;
	color: #999;
	width: 100%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	padding: 5px;
	bottom: 0px;
	position: fixed;
	background-color: #f2f2f2;
}