/* /////////////// CONTACT US PAGE ////////////////// */
.contactUsBox{height:auto;float:left;margin-top:20px;padding:20px;background-color:#f0f0f0;}
.contactUsBox > div{width:100%;height:auto;float:left;}
.contactUsBox > div span{width:130px;height:46px;float:left;color:#4a4a4a;font-size:14px;}
.contactUsBox > div p{width:210px;height:36px;padding:5px 10px 0 10px;float:left;color:#4a4a4a;font-size:14px;background:url('Images/Forms/ContactUsPage/input.png') no-repeat left 0;}
.contactUsBox > div p input{width:200px;height:20px;float:left;border:0px solid #fff;padding:0px 4px;}
.contactUsBox > div p.bigInput{height:198px;width:400px;background:url('Images/Forms/ContactUsPage/bigInput.png') no-repeat left 0;}
.contactUsBox > div p.bigInput textarea{height:178px;width:376px;border:0px;border:0px;}
.contactUsBox > div.btnBox{height:auto;width:590px;}
.contactUsBox > div.btnBox p{height:auto;width:400px;background:none;float:right;}
.contactUsBox > div.btnBox > p .btn{width:90px;height:34px;float:right;border:0px;cursor:pointer;background:url('/Portals/_default/Skins/L03/Images/Forms/ContactUsPage/submit_button.png') no-repeat 0 0;margin-top:4px;}
.contactUsBox > div > p .btn:hover{background:url('/Portals/_default/Skins/L03/Images/Forms/ContactUsPage/submit_button.png') no-repeat 0 -50px;}
.contactUsBox > div img.LoadingForms{float:right;display:none;}
.contactUsBox > div p input:focus,.contactUsBox > div p textarea:focus{outline:1px solid #fff;}
.contactUsBox > div strong{font-size:12px;color:red;float:left;display:none;margin-left:10px;font-weight:normal;}
