#contactInformation {
float: left;
width: 450px;
text-align: center;
font-size: 13px;
}
#contactCard {
float: right;
width: 317px;
}
#contactCard #contactCardLabel {
background-color: #5a5b5c;
color: #fdc401;
text-align: center;
font-size: 14px;
font-weight: bold;
}
#contactCardLabel {
margin: 0px 0px 20px 0px;
padding: 5px;
}
#contactInformation input, #contactInformation textarea, #contactInformation select {
border: 2px solid #666;
background-color: #ccc;
font-weight: bold;
padding: 0px;
margin: 2px;
width: 300px;
}
#contactInformation input[type="submit"] {
margin: 5px;
width: 100px;
}
#contactInformation textarea {
height: 150px;
}