body {
width: 100%
text-align: center;
margin: 0;
padding: 0;
background-color: #F5F7F8;
font-family: Verdana, Arial, Tahoma;
font-size: 12px;
}

#main {
margin: 0 auto;
width: 800px;
height: 550px;
background-image: url('../bg.gif');
position: relative;
}

#main .img-contener {
padding: 15px 0 0 50px;
}

#main .start {
display: block;
width: 100px;
height: 25px;
line-height: 25px;
text-align: center;
float: left;
position: absolute;
top: 502px;
left: 450px;
z-index: 3;
text-decoration: none;
color: #fff;
background-color: #7777BB;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #8D8D8D;
border-bottom: solid 1px #8D8D8D;
}

#main .start2 {
display: block;
width: 120px;
height: 25px;
line-height: 25px;
text-align: center;
float: left;
text-decoration: none;
color: #fff;
background-color: #7777BB;
border-top: solid 1px #fff;
border-left: solid 1px #fff;
border-right: solid 1px #8D8D8D;
border-bottom: solid 1px #8D8D8D;
margin-left: 350px;
}

#main ul {
	list-style: none;
	padding-top: 35px;
}

#main ul  li  {
	height: 25px;
}

#main ul  li span {
display: block; float: left; width: 200px;
}

#main ul  li input {
	border: solid 1px #7f7f7f; width: 350px;
}
