#backgroundPopup {
    z-index:99999;
    position: fixed;
    display:none;
    height:100%;
    width:100%;
    background:#000000;
    top:0px;
    left:0px;
}
#toPopup {
background: none repeat scroll 0 0 #ffffff;
border: 10px solid #e72c37;
border-radius: 0px;
color: #333333;
display: none;
font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
font-size: 14px;
left: 50%;
margin-left: -410px;
position: fixed;
top: 20%;
width: 800px;
z-index: 999999;
}
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("../images/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: -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 {

    font-weight: bold;
    margin: 4px 7px;
    min-height: 84px;
    padding: 30px 100px;
    text-align: center;
    width: 96%;
    /* remove this comment if you want scroll bar
    overflow-y:scroll;
    height:200px
    */
}
#toPopup #popup_content p{

    overflow: hidden;
    padding: 0;
    margin: 0 0 15px 0 ;

}
#toPopup #popup_content p  label{
float: left;
font-weight: 500;
max-width: 100px;
padding-top: 6px;
text-transform: uppercase;
width: 100%;
}
#toPopup #popup_content form{
margin: 30px auto 0;
max-width: 400px;
overflow: hidden;
}

#toPopup #popup_content p input[type="text"]{
border: 1px solid #dfdfdf;
border-radius: 0;
box-shadow: none;
height: 25px;
max-width: 277px;
overflow: hidden;
width: 100%;
margin: 0;
}

#toPopup #popup_content p input.error{
 	border: 1px solid #ff0000;
}

body div.close {
  background: none repeat scroll 0 0 #e72c37;
  height: 30px;
  opacity: 1 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;

}
div.close:after {
  color: #ffffff;
  content: "x";
  display: block;
  font-family: Open Sans;
  font-size: 19px;
  font-weight: inherit;
  height: 30px;
  line-height: 24px;
  text-align: center;
  width: 30px;
}
#popup_content h2{
 margin: 7px 0;
padding: 0;
}
#popup_content input[type="submit"],
#popup_content input[type="button"] {
 background: none repeat scroll 0 0 #e72c37;
border: medium none;
color: #ffffff;
font-family: open sans;
font-size: 14px;
font-weight: 700;
margin: 0;
padding: 9px 14px;
text-transform: uppercase;
}


#toPopup #popup_content p  label.chk_label{float:right;max-width: 100%;}
#toPopup #popup_content .chk1{width:30%;float:left;text-align: left;}
#toPopup #popup_content .chk1 input.chkbox{margin-left: 40px;}

#toPopup #popup_content .chk2{width:70%;float:right;text-align: left;}
#toPopup #popup_content .chk2 label{margin-left: 20px; display: block;    text-transform: uppercase; font-weight: 500;}
#toPopup #popup_content .chk2 a{color:blue;}
#toPopup #popup_content .clr-chk{clear: both;overflow:hidden;margin-bottom: 20px;}
#toPopup #popup_content .dnone{display:none;}
