body{

background: rgb(238,238,238);
}
#form{
position:absolute;
top:150px;
left:970px;
width:290px;
box-shadow:3px 3px 5px 6px #ccc;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: -webkit-linear-gradient(rgb(205,205,205),rgb(254,254,254));
background: -o-linear-gradient(rgb(205,205,205),rgb(254,254,254));
background: -moz-linear-gradient(rgb(205,205,205),rgb(254,254,254)); 
background: linear-gradient(rgb(205,205,205),rgb(254,254,254)); 
}
#left{
position:absolute;
left:-10px;
top:160px;
}

#left img{
margin:-10px;
}

#center{
position:absolute;
top:110px;
left:450px;
}
#red{
color:#FF0000;

}
input[type="submit"]
{
width:100px;
display:block;
margin-bottom:10px;
background-color:#810000;
color:#FFFFFF;
}
input[type="submit"]:hover
{
background-color:#666666;
}
input[type="text"]{
border:1px solid #810000;


}
#footer {
position:absolute;
top:800px;
left:150px;
	width:960px;
	height:75px;
	clear:both;
	text-align:center;
	line-height:25px;
	padding:20px 0 0 0;
	margin:auto;
}
#footer, #footer a {
	color:#939393;
	font-weight:normal;
	text-decoration:none;
	border:none;
	text-transform:uppercase;
}
 #footer a ul{
	color:#939393;
	font-weight:normal;
	text-decoration:none;
	border:none;
	text-transform:uppercase;
}

#footer ul{ 
list-style-type:none
}
#footer a:hover {
	text-decoration:none;
}

#footer .lf {
	
	margin-left:355px;
}
#center{
width:500px;
}