/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:999;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
						
						
						
						
						#toPopup1 {
							font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
							background: url("/res/front/images/register/register_bg.gif") scroll 0 0 #fff;
							border-top: 0px solid #fff;
							border-bottom: 0px solid #fff;
							border-left: 0px solid #fff;
							border-right: 0px solid #fff;
							color: #000;
							display: none;
							font-size: 14px;
							left: 50%;
							margin-left: -375px;
							position: fixed;
							top: 6%;
							width: 750px;
							height:580px;
							z-index: 9999;
						}
						
						
						
						
div.loader {
    background: url("/res/front/images/loading1.gif") no-repeat scroll 0 0 transparent;
    height: 48px;
    width: 48px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
    background: url("/res/front/images/closebox.png") no-repeat scroll 0 0 transparent;
    bottom: 10px;
    cursor: pointer;
    float: right;
    height: 30px;
    left: 10px;
    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: 12px;
	font-family:"Microsoft Yahei","微软雅黑";
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -45px;
    text-align: center;
    top: -40px;
    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_content1 {
							margin: 0px 0px;
						}
						
						div#popup_content1 #title_bg1{
							background: url("/res/front/images/register/register_title_bg.jpg");
							width:750px;
							height:40px;
							margin-top:0px;
							margin-left:0px;
							line-height:40px;
							font-family:"Microsoft Yahei","微软雅黑";
							font-size:18px;
							color:#fff;
							font-weight:bold;
							text-indent:30px;
						}