body
{
	background			: #C3C5C7;
	font-family			: Tahoma, sans-serif;
	font-size			: 11px;
	color				  : #000;
	border           : 0;
	margin           : 0;
	background-image    : url('../img/bg_login_bios.jpg');
	background-repeat: no-repeat;
	background-position: center top;
}

h1,
h2,
h3,
h4,
p
{
	margin				: 0;
	padding				: 0;
}

.display_none,
hr
{
	display				: none;
}

img
{
	border				: 0;
}

a:link,
a:visited
{
	color			: #369;
	text-decoration		: none;
	font-weight		: bold;
}

a:hover
{
    color			: #F61;
    text-decoration		: underline;
}

input,
select,
textarea
{
	font-family		: Tahoma, sans-serif;
	font-size			: 11px;
}

#div_login_homepage {
   margin            : auto;
   width             : 900px;
   height            : 500px;
   position          : relative;
}

#div_login_homepage div {

}

#div_login_homepage div.div_form {
   width             : 565px;
   height            : 38px;
   position          : absolute;
   left              : 288px;
   top               : 284px;
}

#div_login_homepage div.login_error {
   width             : 565px;
   height            : 20px;
   position          : absolute;
   left              : 288px;
   top               : 314px;
}


#div_login_homepage div.div_form input.input_1 {
   width             : 165px;
   font-size         : 13px;
   padding           : 4px;
}

#div_login_homepage div.div_form table td {
   padding           : 0 4px;
}
