@charset "UTF-8";

/* CSS Document */

#frmSS9, #contact {margin:0 40px 40px 30px; padding:40px 40px 20px 40px; background:#BFBFBF; border:1px solid #DFDFDF;}
#formHeader {margin:5px 40px 0 30px; padding:10px 20px; background:#AFAFAF; border:1px solid #DFDFDF; color:#FFF; text-align:center; font-size:20px;}
#frmSS9 table tr td, #contact table tr td {vertical-align:top;}
#PSpractice {display:none;}

/*========LARGE FORM========*/
#frmSS9 input, #contact input {width:280px; height:20px; margin:0 5px 10px 0; border:1px solid #EEE; background:#DFDFDF;}
#frmSS9 input:hover, #contact input:hover {border:1px solid #D2232A; background:#FFF;}
#frmSS9 input:focus, #contact input:focus {border:1px solid #D2232A; background:#FFF;}

#frmSS9 textarea.query, #contact textarea.query {width:320px; height:100px; margin:0 5px 0 0; border:1px solid #EEE; background:#DFDFDF;}
#frmSS9 textarea.query:hover, #contact textarea.query:hover {border:1px solid #D2232A; background:#FFF;}
#frmSS9 textarea.query:focus, #contact textarea.query:focus {border:1px solid #D2232A; background:#FFF;}

#frmSS9 input#submit, #contact input#submit {border:1px solid #EEE; background:#AFAFAF; width:100px; height:26px; margin:20px 0 0 0; padding:2px; font-weight:bold;color:#FFF;}
#frmSS9 input#submit:hover, #contact input#submit:hover {border:1px solid #EEE; background:#FFF; color:#D2232A;}

#frmSS9 input.checkbox, #contact input.checkbox {width:16px; height:16px; margin:0 5px 5px 0; border:1px solid #666;}

#frmSS9 input#capt, #contact input#capt {width:100px;}
#frmSS9 div.captFld, #contact div.captFld {background:#FFF; width:100px; margin:10px 0;}
#frmSS9 td.captHdr, #contact td.captHdr {height:50px; vertical-align:bottom;}

/*========LARGE FORM END========*/

