.maindiv {
margin:0 auto;
width:760px;
height:500px;
background:#fff;
font-size:14px;
font-family:arial;
}
* body{
    margin:0;
}
.title {
width:100%;
height:20px;
font-size:16px;
text-align:center;
font-family:arial;
}
.divA {
width:100%;
float:left;
margin-top:1px;
}
.form {
width:350px;
float:left;
background-color: linear-gradient(to top, #ffffff 0%, #99ff99 100%);
font-family:arial;
padding:10px 0 0 10px;
}
.divB {
width:700px;
height:100%;
background:linear-gradient(to top, #ffffff 0%, #ccffcc 100%);
border-top:solid 2px #999;
}
.divD {
width:250px;
height:600px;
padding:10px 5px;
float:left;
background: linear-gradient(to top, #ffffff 0%, #ccffff 100%);
border-right:dashed 1px #999;
}
p {
text-align:center;
font-weight:700;
color:#5678C0;
font-size:18px;
}
.form h2 {
text-align:center;
}
a {
text-decoration:none;
font-size:18px;
margin:2px 0 0 5px;
padding:3px;
color:#0000ff;
}
a:hover {
color:red;
text-decoration:underline;
}
.clear {
clear:both
}
span {
font-weight:700;
}
