label{
float: left;
width: 120px;
font-weight: bold;
}

input, textarea{
width: 180px;
margin-bottom: 7px;
}

textarea{
width: 250px;
height: 150px;
}

.boxes{
width: 1em;
}

#submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
height: 20px;
}

br{
clear: left;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;   
}

#contactright {
 
    float: left; 
    width: 300px;   
}

#contactright a {
 
    color: #FF0000;   
    
}