﻿body 
{
}

.MainForm{width:530px;font-family:Century Gothic, Arial;font-size:14px;}
.clear{clear:both;}
.Formrow{padding-bottom:10px;clear:both;}
.Formtext{width:130px;float:left;padding-left:20px;text-align:left;font-weight:bold;color:#0277a2;}
.FormControl{width:360px;float:right;text-align:left;}
.TextBox{width:340px;height:28px; border:1px solid #d8d4d4; background-color:#ffffff;outline:0px;
         border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;padding:3px;
         font-family:Century Gothic, Arial;}
.TextBox:focus{border:solid 1px #067db5;}
.error{font-size:12px; height:5px;padding-bottom:0px;color:Red;}

.RequiredField { color:Red;}

.TrialBtnCss { height:40px;background-color:#f58002;border:1px solid #fbca25;color:White;cursor:pointer;
               outline:0;font-size:14px;font-weight:bold;width:99%;border-radius:6px; -moz-border-radius:6px; -webkit-border-radius:6px;}
.TrialBtnCss:hover{background:#0893c7;}

.OrderBlock{font-size:28px;color:#f58002;font-weight:bold;text-align:left;border-bottom:dashed 1px #cacaca;padding-bottom:10px;
            margin-bottom:20px;}
.OrderBlock strong{color:#7e7d7c;font-size:15px;}


/*Feedback*/
.FormLeft{width:42%;float:left;}
.FormRight{width:54%;float:right;}
.FormSameblock{width:49%;float:left;margin-right:1%;}

.FormRight img,.FormLeft img{max-width:99%;}
.SmallTextbox,.SmallTextboxWaterMark,.SmallDropDown{width:97%;border:solid 2px #9bd0fd;padding:1%;color:#161f32;height:40px; margin:0 0 10px 0;
                                     font-family:Century Gothic;background:white;
                                     border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.SmallDropDown{width:99%;height:50px;}
.VisitBtn{background:#389bf0;color:White;padding:15px 00px;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;
          -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear; border:0px;
          text-transform:uppercase;cursor:pointer;width:100%;}
.VisitBtn:hover{background:#e97e30;}



/*Career*/
.Formlabel{text-align:left;float:left;font-size:13px;width:25%;font-family:Century Gothic;}
.CSmallTextbox,.CSmallTextboxWaterMark,.CSmallDropDown{width:70%;float:left; border:solid 1px #cacaca;padding:1%;color:#161f32;height:26px; margin:0 0 10px 0;
                                     font-family:Century Gothic;background:white;margin-right:1%;
                                     border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;}
.CSmallDropDown{height:40px;width:72%;}

.Subheader{text-transform:uppercase;font-family:Agency FB, Century Gothic; border-bottom:solid 1px #000;margin-bottom:16px;
           font-weight:bold;padding-bottom:5px;}
.BtnReload{width:160px;height:30px;background:url('../Images/Reload.png') no-repeat center center;cursor:pointer;
           border:solid 1px #eaeaea;}