/* 
author: istockphp.com
*/
#backgroundPopup {
z-index:99;
position: fixed;
display:none;
height:100%;
width:100%;
background:#000000;
top:0px;
left:0px;
}
#toPopup {
font-family:"Droid Sans", sans-serif !important;
background: none repeat scroll 0 0 #FFFFFF;
border: 10px solid #ccc;
border-radius: 3px 3px 3px 3px;
color: #333333;
display: none;
font-size: 14px;
left: 50%;
height:500px;
overflow-y:scroll;
margin-left: -350px;
position: fixed;
top: 15%;
width: 700px;
z-index:100;
}
.agree-btn {
margin:10px auto;
width:100px;
clear:both;
}
.agree-btn a {
float:left;
width:100%;
max-width:75px;
margin:10px 0px 20px 8px;
font-weight:normal;
text-align:center;
text-decoration:none;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
-khtml-border-radius:5px;
padding:3px 10px;
font-weight:600;
color:#FFFFFF !important;
font-size:16px;
cursor:pointer;
border:none;
background: #f28431;
background: -moz-linear-gradient(top, #f28431 0%, #e64418 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f28431), color-stop(100%, #e64418));
background: -webkit-linear-gradient(top, #f28431 0%, #e64418 100%);
background: -o-linear-gradient(top, #f28431 0%, #e64418 100%);
background: -ms-linear-gradient(top, #f28431 0%, #e64418 100%);
background: linear-gradient(to bottom, #f28431 0%, #e64418 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f28431', endColorstr='#e64418', GradientType=0 );
}
.agree-btn a:hover {
background: #e64418;
background: -moz-linear-gradient(top, #e64418 0%, #f28431 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e64418), color-stop(100%, #f28431));
background: -webkit-linear-gradient(top, #e64418 0%, #f28431 100%);
background: -o-linear-gradient(top, #e64418 0%, #f28431 100%);
background: -ms-linear-gradient(top, #e64418 0%, #f28431 100%);
background: linear-gradient(to bottom, #e64418 0%, #f28431 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e64418', endColorstr='#f28431', GradientType=0 );
}
div.loader {
height: 32px;
width: 32px;
display: none;
z-index: 9999;
top: 40%;
left: 50%;
position: absolute;
margin-left: -10px;
}
div.loader_icon {
	background: url("/public/images/loading.gif");
}
div.close {
background:url(/public/images/closebox.png) no-repeat scroll 0 0 transparent;
top: 0;
cursor: pointer;
z-index:999;
float: right;
height: 30px;
right: 0;
position: relative;
width: 30px;
}
#popup_content111 a {
color:#ED6936;
}
#popup_content111 h4 {
float:left;
width:100%;
margin:15px 0;
text-align:center;
font-size:24px;
color:#303030;
}
#popup_content111 ol li {
margin:8px 0;
clear:both;
float:left;
width:100%;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
#popup_content111 ol {
margin-bottom:20px;
float:left;
width:95%;
clear:both;
margin-top:0;
}
span.ecs_tooltip {
background: #000000;
border-radius: 2px 2px 2px 2px;
color: #FFFFFF;
display: none;
font-size: 11px;
height: 25px;
opacity: 0.7;
padding: 4px 3px 2px 5px;
position: absolute;
right: -36px;
text-align: center;
top: -27px;
width: 110px;
}
span.arrow {
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 7px solid #000000;
display: block;
height: 1px;
left: 50px;
position: relative;
top: 3px;
width: 1px;
}
div#popup_content111 {
margin: 4px 7px;
}
