#captcha-wraper{
	border:solid #CCCCCC 1px;
	width:75%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:3px;
	margin: auto;
    margin-bottom: 20px;
}
 
img#refresh{
    margin-top: 10px;
    margin-left: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}

#submit{
	margin-top: 20px;
}

#code {
	width: 205px !important;
}