#captcha-wrap {
    border: 1px solid #870500;
    width: 300px;
    float: left;
    border-radius: 10px;
    background: #870500 none repeat scroll 0% 0%;
    text-align: left;
    padding: 3px;
    margin-top: 3px;
    height: 120px;
}
#captcha-wrap .captcha-box{
	-webkit-border-radius: 7px;
	background:#fff;
	-moz-border-radius: 7px;
	border-radius: 7px;
	text-align:center;
	border:solid #fff 1px;
}
#captcha-wrap .text-box {
    background: #FFDC73 none repeat scroll 0% 0%;
    width: 140px;
    float: left;
    margin: 4px;
    border-radius: 7px;
    text-align: center;
    border: 1px solid #FFDC73;
    height: 60px;
}

#captcha-wrap .text-box input{ width:120px;}
#captcha-wrap .text-box label{
	 color:#000000;
	 font-family: helvetica,sans-serif;
	 font-size:12px;	
	 width:150px;
	 padding-top:3px; 
	 padding-bottom:3px; 
}
#captcha-wrap .captcha-action{
	float:right; width:117px;  
	height:44px; margin-top:3px;
}
#captcha-wrap  img#captcha-refresh{
	margin-top:9px;
	border:solid #333333 1px;
	margin-right:6px;
	cursor:pointer;
}

