#backgroundPopup{z-index:400;position:fixed;display:none;height:100%;width:100%;background:#000000;top:20%;left:0px;}
@media (max-width:768px){#Popup,#Popup1, #Popup2, #Popup3{width:200px;left:50%;margin-left:-100px;}
}
div.loader{background:url("img/loading.gif") no-repeat scroll 0 0 transparent;height:32px;width:32px;display:none;z-index:9999;top:40%;left:50%;position:absolute;margin-left:-10px;}
div.close{background:url("../img/closebox.png") no-repeat scroll 0 0 transparent;bottom:24px;cursor:pointer;float:right;height:30px;left:27px;position:relative;width:30px;opacity:1;}
span.popup_tooltip{background:none repeat scroll 0 0 #000000;border-radius:2px 2px 2px 2px;color:#FFFFFF;display:none;font-size:11px;height:16px;opacity:0.7;padding:4px 3px 2px 5px;position:absolute;right:-62px;text-align:center;top:-51px;width:93px;}
span.arrow{border-left:5px solid transparent;border-right:5px solid transparent;border-top:7px solid #000000;display:block;height:1px;left:40px;position:relative;top:3px;width:1px;}
div#popup_content{z-index:500;}
.bgff{background-color:#fff;}
#popup_content input{width:100%;height:32px;background-color:#F6F6F6;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #E0E0E0;margin-bottom:15px;}
#popup_content select{width:100%;height:32px;background-color:#F6F6F6;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #E0E0E0;margin-bottom:15px;}
#popup_content textarea{width:100%;height:80px;margin-bottom:20px;background-color:#F6F6F6;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border:1px solid #E0E0E0;}
#popup_content input[type="submit"]{width:100px !important;text-align:center;margin:0px auto;background-color:#009c3d;}