@charset "utf-8";


#contactUsForm fieldset { width:162px; margin:0 auto; padding:10px 10px; border:1px solid #ddd; }
#contactUsForm legend { font-size: 2m; font-weight:bold; color:#333333; }
#contactUsForm label { margin:0 5px; color:#4e4e4e;}

#contactUsForm .field_container { margin:15px 0;}
#contactUsForm .iText { border : 1px solid #ccc; height:18px; width:160px;}
#contactUsForm .iTextArea { border : 1px solid #ccc; height:140px; width:160px; }
#contactUsForm .iText:focus { color : #333333; border : 1px solid #ccc; background-color : #fff;}
#contactUsForm .iTextArea:focus { color : #333333; border : 1px solid #ccc; background-color : #fcfcfc;}

#contactUsForm .wbutton { cursor:pointer; color: #6e6e6e; font: bold 12px Helvetica, Arial, sans-serif; text-decoration: none; padding: 7px 12px; position: relative; display: inline-block;
    text-shadow: 0 1px 0 #fff;  -webkit-transition: border-color .218s; -moz-transition: border .218s; -o-transition: border-color .218s; transition: border-color .218s;
    background: #f3f3f3; background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1)); background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    border: solid 1px #dcdcdc; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; margin-right: 10px;
}


'#contactUsForm fieldset { width:420px; margin:0 auto; padding:20px 50px; border:2px solid #eee; }
'#contactUsForm legend { font-size: 2em; font-weight:bold; color:#333333; }
'#contactUsForm label { margin:0 5px; color:#4e4e4e;}

'#contactUsForm .field_container { margin:15px 0;}
'#contactUsForm .iText { border : 1px solid #ccc; height:18px; width:220px;}
'#contactUsForm .iTextArea { border : 1px solid #ccc; height:160px; width:350px; }
'#contactUsForm .iText:focus { color : #333333; border : 1px solid #ccc; background-color : #fff;}
'#contactUsForm .iTextArea:focus { color : #333333; border : 1px solid #ccc; background-color : #fcfcfc;}

'#contactUsForm .wbutton { cursor:pointer; color: #6e6e6e; font: bold 12px Helvetica, Arial, sans-serif; text-decoration: none; padding: 7px 12px; position: relative; display: inline-block;
    'text-shadow: 0 1px 0 #fff;  -webkit-transition: border-color .218s; -moz-transition: border .218s; -o-transition: border-color .218s; transition: border-color .218s;
    'background: #f3f3f3; background: -webkit-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1)); background: -moz-linear-gradient(linear,0% 40%,0% 70%,from(#F5F5F5),to(#F1F1F1));
    'border: solid 1px #dcdcdc; border-radius: 2px; -webkit-border-radius: 2px; -moz-border-radius: 2px; margin-right: 10px;
'}