#formContainer {
width: 615px;
}

#formTitle {
text-align: center;
background-color: #CCCCCC;
padding: 10px;
}

#formTitle h1{
font-weight: bold;
color: #f93;
font-size: 1.3em;
}

#formSubTitle {
margin-bottom: 15px;
margin-top: 15px;
}

#formChamps {
margin-bottom: 10px;
}

#formLeft{
float: left;
}

#formRight{
margin-left: 110px;
}


