.centercol h2{
	margin: 0px;
}
.centercol h3{
	font-size: 15px;
	text-transform: uppercase;
}
.centercol{
	text-align: justify;
	width: 445px;
}
div.form {
   
    width: 500px;
}
div.form form label{
    display: block;
    font-weight: bold;
    margin-bottom:5px;
    width: 500px;
}

div.form input{
    display: block;
    width:444px;
}

div.form input.submit{
    float: left;
    border: 1px solid #a7a7a7;
    width: 200px;
    margin-left:5px;
}
