.required {
	color: #D3017E;
    font-weight: bold;
}
#contact input[type="text"], #contact textarea {
	width:270px;
}
#contact .submitbutton {
    background: #000000;
    border: none;
    color: #FFFFFF;
    padding: 5px;
    text-transform: uppercase;
    width: 150px;
}