table
{
	border-collapse:separate;
	border-spacing:2px;
}

#content
{
  margin:80px 40px 0;
	text-align:left;
	background:white url(home_bg.jpg)  repeat-x bottom;
}

body
{
	height:90%;
}

#login
{
 /*margin-left:150px;*/
  padding-left:150px;
	width:550px;
	padding-top:20px;
	text-align:center;
}

div.errorSummary
{
  position:absolute;
  
  padding-left:150px;
  top:30px;
	width:350px;
	background:none;
	border:solid 2px #999999;
	
}


#login .bold
{
	font-weight:bolder;
	display:block;
	margin:5px 0;
}

#login form
{
	text-align:left;
}



#login table.simple
{
	width:320px;
	margin-top:10px;
	margin-bottom:10px;
}


input#LoginForm_password,
input#LoginForm_username
{
	background:white;
	border:solid 1px black;	
	width:230px;
}


#login div.enter
{
	text-align:center;
	margin-top:12px;
	height:111px;
	width:300px;
	background:transparent url(logo_small.png) bottom;
} 

#login div.enter input.button
{
	position:relative;
	font-size: 18px;
	font-color : black;
	border:none;
	color:;
	background: none;
	top: 20px;

}
