#backgroundPopup {
    z-index:1;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
    /*font-family: "lucida grande",tahoma,verdana,arial,sans-serif;*/
   /* background: none repeat scroll 0 0 #f5c8c8;*/
    border: 10px solid #ccc;
    border-radius: 3px 3px 3px 3px;
    color: #333333;
    display: none; padding:0;
    font-size: 14px;
    left:0; right:0;
    margin-left:auto; margin-right:auto;
    position:absolute;
    bottom: 2%;
    width: 525px; height:auto;
    z-index: 2;
	background:#ffffff;
	padding:0;border-radius:10px 10px;
}
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("closebox.png") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 30px;
    position: absolute;
    right: -27px;
    top: -24px;
    width: 30px;
}
span.ecs_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: -65px;
    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 {
    margin:0px;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}




.clear{ clear:both;}

.pop-forminner
{ width:93%; margin:0px auto; height:auto;  }

.heading-pop
{ background-color:#cb120a; margin:0px;
text-align:center; font-size:29px; height:48px; color:#FFFFFF; font-family: 'oswaldregular'; line-height:45px; }

.text-leftfield
{ width:100%; height:32px; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828;  margin:10px 0 6px 0px;}

.text-leftfield:hover{ border:solid thin #666;}

.zipcode2
{ width:97%; height:21px; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828; font-weight:normal; margin:10px 0px 6px 0px; padding:1%;}

.zipcode2:hover{ border:solid thin #666;}

.textfield100
{ width:93%; height:21px; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828; font-weight:normal; margin:10px 0px 6px 0px; padding:1%;}

.textfield100:hover{ border:solid thin #666;}

.textarea100
{ width:97%; height:21px; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828; font-weight:normal; margin:10px 0 6px 0; padding:5px 5px 0;} 

.textarea100:hover{ border:solid thin #666;}

.pop-form-left{ float:left; width:49%;}

.pop-form-right{ float:right; width:48%;}

.requir-box{ height:15px;float:left; color:#DB283A; font-family:Arial, Helvetica, sans-serif;font-size:12px;}

.pop-form-left1{ float:left; width:49%; margin:14px 0 0 0;}

.pop-form-left2{ float:left; width:49%; margin:3px 0 0 0;}



.sub-btn{
border:1px solid #df0909; 
-webkit-border-radius: 5px;  margin:10px auto; width:40%; 
-moz-border-radius: 5px;border-radius: 5px; text-align:center; 

text-transform:uppercase;

font-size:17px;font-family:calibri; 
padding: 0px 10px 5px 10px; text-decoration:none; 

font-weight:bold; color: #FFFFFF;

 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}

.sub-btn:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}


.sub-btn1{
border:1px solid #df0909; 
-webkit-border-radius: 5px; width:40%;  margin:10px auto; 
-moz-border-radius: 5px;border-radius: 5px; text-align:center; 

text-transform:uppercase;

font-size:17px;font-family:calibri; 
padding: 0px 10px 5px 10px; text-decoration:none; 

font-weight:bold; color: #FFFFFF;

 background-color: #f62b2b; background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#d20202));
 background-image: -webkit-linear-gradient(top, #f62b2b, #d20202);
 background-image: -moz-linear-gradient(top, #f62b2b, #d20202);
 background-image: -ms-linear-gradient(top, #f62b2b, #d20202);
 background-image: -o-linear-gradient(top, #f62b2b, #d20202);
 background-image: linear-gradient(to bottom, #f62b2b, #d20202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#d20202);
}

.sub-btn1:hover{
 border:1px solid #b30808;
 background-color: #e40a0a; background-image: -webkit-gradient(linear, left top, left bottom, from(#e40a0a), to(#9f0202));
 background-image: -webkit-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -moz-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -ms-linear-gradient(top, #e40a0a, #9f0202);
 background-image: -o-linear-gradient(top, #e40a0a, #9f0202);
 background-image: linear-gradient(to bottom, #e40a0a, #9f0202);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#e40a0a, endColorstr=#9f0202);
}


.gender-box{ width:100%; height:21px; float:left; font-family:Arial, Helvetica, sans-serif;
font-size:15px; color: #2a2828; font-weight:normal; margin:10px 0px 6px 0px; padding:1%;background-color:#CCCCCC;}

.date-txt{ font-family:Arial, Helvetica, sans-serif;font-size:14px; color: #2a2828; font-weight:normal; }

.radio-icon{ margin:2px 2px 0 0; width:20px;}

.check-icon{ margin:1px 0px 0 0; width:20px;}


.spouse-box{ width:100%; height:auto; font-family:Arial, Helvetica, sans-serif;
font-size:15px; color: #2a2828; font-weight:normal; margin:0px 0px 6px 0px; }




.txt-field-right
{ width:225px; height:21px;  float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828; font-weight:normal; margin:10px 0px 0px 0px; padding-left:5px;}

.txt-field-right:hover{ border:solid thin #666;}

.txt-field-left
{ width:225px; height:21px; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828; font-weight:normal; margin:10px 0px 0px 0px; padding-left:5px;}

.txt-field-left:hover{ border:solid thin #666;}

.txt-field-left33
{ width:98%; height:21px; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:14px; color: #2a2828; font-weight:normal; margin:10px 0px 0px 0px; padding-left:5px;}

.txt-field-left33:hover{ border:solid thin #666;}

.textarea-new
{ width:475px; height:auto; float:left; border:solid thin #aaa8a8; font-family:Arial, Helvetica, sans-serif;
font-size:15px; color: #2a2828; font-weight:normal; margin:10px 0 6px 0; padding:5px 5px;} 

.textarea-new:hover{ border:solid thin #666;}

.thanku_popup{height:auto; padding:20px;font-size:22px;}

.date-box{ width:100%;}


@media only screen and (max-width: 960px) {

#toPopup{ position:absolute;}



}
@media only screen and (max-width: 568px) {

#toPopup{ width:88%;}

.txt-field-left{ width:96%;}

.txt-field-right{ width:96%;}

.thanku_popup{ text-align:center;}

.pop-form-left2{ float:left; width:51%;}

}


@media only screen and (max-width: 480px) {

#toPopup{ width:83%; }

.pop-form-left{ float:left; width:100%;}

.pop-form-right{ float:right; width:100%;}

.txt-field-left33{ width:96%;}

.textfield100{ width:97%;}

.sub-btn{ width:61%;}

.sub-btn1{  width:61%;}

.textarea100{  width:95%;}

.thanku_popup{ padding:30px 20px;}

.pop-form-left1{ width:60%; margin:8px 0 0 0;}

.pop-form-left2{ float:left; width:66%; margin:1px 0 2px 0 0;}

.check-box-text1{ margin:10px 4px 0 0; width:93%;}

}

@media only screen and (max-width:360px) {

#toPopup{ width:82%;}

.sub-btn{ width:61%;}

.sub-btn1{  width:61%;}

.pop-form-left1{ width:77%; }

.pop-form-left2{  width:92%;}

.check-box-text1{  width:90%;}
}


@media only screen and (max-width:320px) {



.pop-form-left1{ width:100%; }

.pop-form-left2{ width:100%;}
}