/*Form Styles*/

div.form-left {
float: left;
width: 400px;
clear: left;
margin: 0 0 20px 0;
}

div.form-right {
float: left;
width: 400px;
margin: 0 0 20px 0;
}

.input {
margin: 0 0 10px 0;
float: left;
clear: left;
}

.input label {
float: left;
}

.select label {
margin: 0 0 10px 0;
}

.checkbox {
margin: 0 0 0 5px;
}

.input input,
.input textarea {
float: left;
clear: left;
border:1px solid #CCCCCC;
font-size:20px;
}

.submit {
clear:left;
float:left;
margin:0 0 13px;
}

label {
font-weight: bold;
}

.checkbox label {
font-weight: normal;
}

