img#captcha, img#loader{
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

form .invalid {
	background-color:#F7EEEE;
	border:solid 1px #CC9686!important;
}

span.captcha_refresh{
	text-align:right;
}

span.captcha_refresh small{
	display:inline-block;
	cursor:pointer;
	background:url(img/reresh.png) no-repeat;
	padding:0;
	width:16px;
	height:16px;
	vertical-align: middle;
	margin-top:30px;
	margin-right:20px;
}

span.captcha_refresh small:hover{
	opacity:.7;
}

div.error{
	background:#f5f5f5;
	border:1px dashed #d5d5d5;
	padding:5px;
	text-align:center;
	margin:5px auto;
	-moz-border-radius:5px; 
	-webkit-border-radius: 5px; 	
	border-radius: 5px;
	font-weight:bold;
}


div.error.red {
	color:#dc0015;
}

div.error.green {
	color:#9cb003;
}

