.captchaMain{
		position: fixed;
		width: 100%;
		left:0px;
		top:0px;
        background: #333;
        background: rgba(0, 0, 0, 0.9);
		z-index: 7777777;
	 }
	.captchaWrap{
		position: relative;
		width: 463px;
		height: 516px;
		z-index: 1000;
		text-align: left;
		margin: 0 auto;
		margin-top: 100px;
		background-color: #000 ;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius:0px !important;
		background: #fff;
		border: solid 1px #000;
	}
	.captchaWrap .cHead{
		position: relative;
		width: 463px;
		height: 65px;
		float: left;
		background: none !important;
	}
	.captchaWrap .cHead .h2{
		width: 100% !important;
		position: relative;
		float: left;
		font:normal 24px/26px 'Gotham SSm A', 'Gotham SSm B';
		color: #333333;
		text-align: left;
		margin-top:20px !important;
        padding:0 20px 0 20px;
        text-align: left;
	}
	.captchaWrap .cHead .cClose{
		background: url("img/close.png") 0 0 no-repeat !important;
        position: fixed !important;
        top: 50px !important;
        right: 50px !important;
        width: 16px !important;
        height: 16px !important;
        text-indent: -999999px !important;
	}
	.captchaWrap .cDataWrap{
		position: relative;
		width:100%;
		height: 372px;
		float: left;
	}
    .captchaWrap .cDataWrap img{
        position: absolute;
        left: 43%;
        top:65%;
    }
	.captchaWrap .cDataWrap p{
		float: left;
		font:normal 15px/25px 'Gotham SSm A', 'Gotham SSm B';
		color: #575757;
		text-align: left; 
		padding:0 20px 0 20px;
        margin-bottom: 15px;
	}
	.captchaWrap .cDataWrap h3{
		padding:0 20px 0 20px;
		color:#171717;
		text-shadow: 1px 1px 1px #fff;
		font:normal 15px/27px 'Gotham SSm A', 'Gotham SSm B';
	}
	.captchaWrap .captchaInner{
		position: relative;
		width:462px;
		margin: 20px 0px 0px 0px;
		float: left;
	}
	.captchaWrap .captchaInner .captcha{
		position: relative;
		width:149px;
		height: 150px;
		margin-left: 5px;
		float: left;
		cursor:pointer;
	}
	   
	   
	   
	   .A{ background: transparent url(img/captcha.png) no-repeat 0px 0px;}
	   .B{ background: transparent url(img/captcha.png) no-repeat -179px 0px;}
	   .C{ background: transparent url(img/captcha.png) no-repeat -331px 0px;}
	   .D{ background: transparent url(img/captcha.png) no-repeat -524px 0px;}
	   .E{ background: transparent url(img/captcha.png) no-repeat 14px -158px;}
	   .F{ background: transparent url(img/captcha.png) no-repeat -165px -158px;}
	   .G{ background: transparent url(img/captcha.png) no-repeat -339px -158px;}
	   .H{ background: transparent url(img/captcha.png) no-repeat -527px -158px}
	   .I{ background: transparent url(img/captcha.png) no-repeat 22px -342px;}
	   .J{ background: transparent url(img/captcha.png) no-repeat -173px -342px;}
	   .K{ background: transparent url(img/captcha.png) no-repeat -338px -342px;}
	   .L{ background: transparent url(img/captcha.png) no-repeat -533px -342px;}
	   .M{ background: transparent url(img/captcha.png) no-repeat 5px -505px;}
	   .N{ background: transparent url(img/captcha.png) no-repeat -176px -505px;}
	   .O{ background: transparent url(img/captcha.png) no-repeat -338px -505px;}
	   .P{ background: transparent url(img/captcha.png) no-repeat -527px -505px;}
	   .Q{ background: transparent url(img/captcha.png) no-repeat 5px -665px;}
	   .R{ background: transparent url(img/captcha.png) no-repeat -168px -665px;}
	   .S{ background: transparent url(img/captcha.png) no-repeat -335px -665px;}
	   .T{ background: transparent url(img/captcha.png) no-repeat -524px -665px;}
	   
	   
	/*    thank you page */
	.captchaThanksWrap{
		position: relative;
		width: 463px;
		height: 92px;
		z-index: 1000;
		text-align: left;
		margin: 0 auto;
		margin-top: 100px;
		background-color: #000 ;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background: #fff;
		border: solid 1px #000;
		box-shadow:0px 0px 25px #000;
	}
	.captchaThanksWrap .cClose{
		position: absolute;
		width:23px;
		height: 23px;
		top:10px;
		right:10px;
		background: transparent url(img/close.png) no-repeat !important;
		float: right;
	}
	.captchaThanksWrap .thumbs{
		position: relative;
		width:56px;
		height: 59px;
		float: left;
		margin: 16px 0px 0px 16px;
	}
	.captchaThanksWrap .thumbs .thumbsImg{
		background: transparent url(img/thumbsUp.png) no-repeat;
		height: 59px;
		width: 55px;
	}
	.captchaThanksWrap p{
		position: relative;
		width:345px;
		font-family: 'Gotham SSm A', 'Gotham SSm B';
		float: left;
		margin: 31px 0px 0px 10px;
		line-height: 20px;
	}
	.captchaThanksWrap p strong{
		font-weight: bold;
	}
	   
	.pleaseWait{
		position:fixed;
        left: 48%;
		top:250px; 
		z-index:1001;
	}