div.hc_auth_box_form_form span.bx-auth-secure {
background-color:#FFFFFF; 
 
padding:2px; 
display:inline-block; 
vertical-align:bottom; 
margin-top:-1px;
}
div.hc_auth_box_form_form div.bx-auth-secure-icon {background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
div.hc_auth_box_form_form div.bx-auth-secure-unlock {background-image:url(images/sec-unlocked.png);}

.hc_auth_box_form_form p {
  margin:0;
}

.hc_auth_box_form_form,
.hc_auth_box_form_form a:link,
.hc_auth_box_form_form a:active,
.hc_auth_box_form_form a:visited,
.hc_auth_box_form_form a:hover{
font:normal 13px/17px 'Tahoma';
color:#222222;
}

input.auth_input_text{
border:1px solid #B4B4B4;
/*background: url('images/auth_input.png') left 0 no-repeat;*/
width:196px;
height:22px;
padding:5px 10px;
font:normal 16px/20px FranklinGothicBook, serif;
margin:2px 0 0 0;
color:#333333;
}
input.auth_input_text:focus,
input.auth_input_submit:focus{
outline:none
}

input.auth_input_submit{
border:none;
width:216px;
height:33px;
padding:0;
margin:10px 0 0 0;
color:#FFF;
cursor:pointer;
cursor:hand;

padding:5px 10px 6px 10px;
background-color:#004F9F;
	font-size:14px;
	line-height:18px;
border-radius:3px;
}

#hc_auth_box_close{
color:#222222;
float:right;
display:inline;
margin:10px 10px 0 0;
width:20px;
height:20px;
font:normal 20px/20px 'Tahoma';
cursor:pointer;
cursor:hand;
}
.hc_auth_box_title{
float:left;
display:inline;
margin:15px 0 0 15px;
width:150px;
text-align:center;
}
.hc_auth_box_form{
padding:20px 28px 20px 28px;
}
/*Avivi: recaptcha style */
.g-recaptcha{
	margin-top: 10px;
}

.g-recaptcha iframe{
	width: 304px;
    height: 78px;
}

