.modal-captcha img{
	width: 250px;
	border:1px solid #333;
}

.modal-captcha input{
	width: 250px;
	padding:5px;
}

.modal-captcha p{
	margin-top:10px;
}

.modal-captcha .modal-header{
	border-radius: 5px 5px 0 0;
	background: #FF252B;
}

.modal-captcha .modal-header h4{
	color: #fff;
	line-height: 1;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.23);
	float:left;
}

.modal-captcha .error{
	color: #da0000;
}

.modal-header .close{
	cursor: pointer;
	margin-top: -5px;
	float: right;
	border: none;
	background: none;
	font-size: 21px;
	color: #fff;
	font-weight: bold;
}

.modal .captcha-submit-btn{
	border: none;
	padding: 10px;
	background: #FF252B;
	color: #fff;
	cursor: pointer;
}

.modal .btn-default{
	border: none;
	padding: 10px;
	cursor: pointer;
}