/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:100000;
	position: fixed;
	display:none;
	height:100%;
	width:100%;	
	top:0px;  
	left:0px;
}
#toPopup {
	font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 10px solid #ccc;    
    color: #333333;
    display: none;
	  font-size: 14px;
    left: 50%;
    position: fixed;
    top: 20%;    
    z-index: 1000000;
}
#wpmc_close{
  z-index: 1000000!important;
}

div.close {
    background: url("../images/closebox.png") no-repeat scroll 0 0 transparent;    
    bottom: 24px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 25px;
    position: relative;
    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 {
    margin: 5px;
    padding: 0px;
}

.loading2{
	width: 43px; 
	height: 11px;
	background:url(../images/ajax-loader.gif) no-repeat;  
}
label .error{
  color:#FF0000;
}