body{
	margin:0;
	padding:0;
}
div {
	margin:0;
	padding:0
}
.captcha{
	width:280px;
	height:270px;
	border:1px solid #EBEBEB;
	display:none;
	background-color:#EDEDED;
	position:absolute;
	font-size:14px;
	z-index:900;
}
#capatchIframe{
	width:256px;
	padding-top:5px;
	margin:0 auto;
	height:270px;
}
.captcha-container{
	width:256px;
	height:268px;
	margin: 0px;
	padding: 0px;
}
#captcha-header{
	width:256px;
	height:40px;
	clear:both;
}
#captcha-body{
	width:256px;
	height:160px;
	clear:both;
}
#captcha-header-info{
	font-size:12px;
	float:left;
	margin: 0px;
	padding: 0px;
}
#captcha-img-sprites{
	width: 256px; 
	height: 160px; 
	margin: 0px; 
	padding: 0px; 
	overflow:hidden;
}
#captcha-body{
	padding-top:8px;
}
#captcha-sm-img{
	width: 256px;
	height:200px; 
 	top: -150px;
	left: -160px;
	position:relative; 
	/* border:1px solid black; */
}
#captcha-footer{
	padding-top:10px;
	font-size:14px;
}
.valid-coordinate{
	color:white;
	font-weight:bold;
	font-size:14px;
	/* background: url('../../images/mc/ball.png') no-repeat center;   */
	background:#0285C6;
	z-index:1000;
	position:absolute;
	text-align:center;
	width:18px;
	height:20px;
	padding-top:8px;
	border-radius:10px / 15px;
	border:1px solid white; 
	opacity:0.8;
	filter:alpha(opacity=80);
	
}
.captcha-group{
	 height:200px;
	 width:256px; 
	 /*border:1px solid red;*/
}
.captcha-image{
	width:16px;
	height:100px;
	float:left;
	/*border:1px solid red;*/
}

.captcha-disable{
	/* display:block;
	height:30px;
	width:50px;
	text-align:center;
	vertical-align:middle; */
	cursor:default;
	text-decoration:none;
	color:white;
	background:#999 none repeat !important;
}


#captcha-button{
	height:30px;
	overflow:hidden;
	text-align:center;
	vertical-align:middle;
	/*  border:1px solid black; */
	 cursor:pointer;
}
.captcha-button{
	display:block;
	height:30px;
	width:50px;
	text-align:center;
	vertical-align:middle;
	color:white;
	background-color:#0285C6;
	float:right;
}
#captcha-reload-button{
	display:block;
	height:30px;
	width:30px;
	background:url('../../images/mc/reload.png') no-repeat center;
	text-align:center;
	color:white;
	float:left;
}
#captcha-submit-button{
	padding-top:10px;
	height:25px;
	color:white;
	border-radius:5px;
	cursor:pointer;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
.captcha-info{
	font-size:12px;
}

.verify-error{
	color:red;
}

#captcha-loading{
	background:url('../../images/mc/loading.gif') no-repeat center;
	border:1px solid black;
	width:20px;
	height:20px;
}