

body#contact .form_checkbox { float: left; width: 270px; }

body#contact label { display: block; float: left; width: 230px; padding: 5px 10px 5px 0; text-align: right; font: bold 16px 'Times New Roman'; }
	body#contact .required label { display: block; float: left; width: 70px; padding-right: 10px; text-align: right; font: bold 16px 'Arial'; color: #df031b; }

body#contact input { margin-bottom: 10px; width: 470px; font: normal 16px 'Arial'; border: 1px solid #cccccc; padding: 4px; }
	body#contact .required input { background: #ffcccc; }
body#contact input.checkbox { float: right; width: 20px; height: 20px; border: 1px solid #cccccc }
body#contact input.submit { margin-bottom: 10px; width: 160px; margin-left: 240px; font: normal 16px 'Times New Roman'; }
body#contact textarea { margin-bottom: 10px; width: 470px; height: 100px; font: normal 16px 'Arial'; border: 1px solid #cccccc; padding: 4px; }

