/* Contact styles */

table {font-size: 85%; width: 530;}
table td {padding-bottom: 5px;}
table td.column1 {width: 130px;}
table td.column2 {width: 400px;}

.required {color: #FF0000; font-size: 130%; font-weight: bold;}

input, textarea, select {border: 1px solid #004098;}
input {width: 250px;}
input.checkbox, input.radio {width: auto; border: 0;}
textarea {width: 250px;}

/* Give a special rule to IE */
input.other {width: 182px;}

/* All other browsers get this */
html>body input.other {width: 188px;}

input.button {background-color: #2A63B1; border: 1px outset #666; color: #fff; font-size: 85%; font-weight: bold; margin-right: 10px; width: 80px;}
