<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

.MainHolder{max-width:1080px;padding:0 0 0 10px;}
.FullWidth{background:#fff;}
.FullWidthColor{background:#024d6a ;color:White;}

.AdminLink{position:fixed;bottom:0px;right:5px;z-index:999;}


.FormHolder{padding:30px 0;}
.FormLeft{width:42%;float:left;}
.FormRight{width:54%;float:right;}
.FormRight img{max-width:99%;}
.SmallTextbox,.SmallTextboxWaterMark,.SmallDropDown{width:97%;border:solid 2px #c8d68f;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:#a4c618;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;}



/*Pop Up*/
.PopUpHolder{width:100%;height:100%;position:fixed;z-index:99991;background:url('../Images/PopUpBg.png');top:0px;left:0px;}
.PopupBlock{margin:5%;text-align:center;max-width:86%; max-height:77%;
            -webkit-transition: all 200ms linear; -moz-transition: all 200ms linear; transition: all 200ms linear;}

.ClosePopUp{width:100%;height:28px;background:url('../Images/Close.png') no-repeat center center;position:relative;margin:-18px 0 0 0;
            cursor:pointer;z-index:99999;}

</pre></body></html>