body {
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
}
h3{
	padding:0px;
	margin:10px 0px 10px 0px;
	color:#FFF;
	font-size:16px;
}
.textInput
{
	height:25px;
	width:300px;
	border: 1px solid #6B6B6B;
	background: transparent;
	background: url(../images/bg_login.png) repeat-x;
	color: #ffffff;
	outline:none;
	padding:0px 0px 0px 5px;
	margin:0px 0px 5px 0px;
}
#recaptcha_instructions_image
{ 
       color: #fff !important; 
}
#recaptcha_area{
	margin:5px 0px 0px 0px;
}
#reset
{
	width:170px;
	height:30px;
	border:none;
	background:url('../images/btn_promeni.png');
	cursor:pointer;
	margin:10px 0px 0px 0px;
}
#error
{
	color:#F00;
	text-align:center;
	font-size:12px;
}
#sucess
{
	color:#FFF;
	text-align:center;
	font-size:12px;
}
#sucess h3
{
	color:#0C0;
	margin:40px 0px 15px 0px;
}