﻿/* -------------
 * Pixelcore (kontakt@pixelcore.pl)
 * ------------- */

#recaptcha_widget
{
	background:#f7f7f7 url(../Content/images/bg-recaptcha.jpg) repeat-x 0 100%;	
	border:1px solid #cccccc;
	width:400px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    padding:5px;
    overflow:hidden;
    margin-bottom:5px
}
	    
#recaptcha_image
{
	width:388px !important;
	height:67px !important;
	border:1px solid #cccccc;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 5px !important;	      
    padding:5px; 
    margin-bottom:5px;
    background-color:#fff;
}
	    
#recaptcha_image img
{
	height:57px !important;
}
	    
#recaptcha_widget #recaptcha_response
{
	background:#d12626 url(../Content/images/bg-recaptcha-response.jpg) repeat-x 0 100%;
    border: 1px solid #a00000;
	color:#fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px 15px 5px 10px;
    float:left;
    width:346px;
    min-height:40px;
}
	    
#recaptcha_response span
{
	display:block
}
	    
#recaptcha_widget #recaptcha_response input
{
	clear:both;
	border:1px solid #a00000;
	width:100%
}
	    
#recaptcha_widget #recaptcha_buttons
{
	background-color:#3b5362;
	border:1px solid #2f424e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width:20px;
    min-height:50px;
    float:right    
}
	    
#recaptcha_widget #recaptcha_buttons > div
{
	border-bottom:1px solid #2f424e;
	text-align:center;
	padding-top:1px;
    width:20px;
    height:15px
}
	    
#recaptcha_widget #recaptcha_buttons > div:last-child
{
	border-bottom:none
}	 

#recaptcha_submit
{
    margin-bottom:30px
}
	    
#recaptcha_submit input
{
	background-color:#3b5362;
	text-transform:uppercase;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	border:none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding:6px 10px;
    text-shadow:1px 1px 1px #29404f;
    cursor:pointer;
    margin-right:10px
}   
		
#recaptcha_submit td
{
	vertical-align:top;
	line-height:15px
}
		
.recaptcha_only_if_incorrect_sol
{
	margin-bottom:5px;
}