/*contact form style below*/

#conform {
	padding: 1em;
	}

#conform label {
	display: block;
	color: #000;
	}

#conform input, textarea {
	color: #000;
	background: #ddd;
	border: thin none white;
width: 100%;
	}

#conform textarea {
	margin-bottom: 1em;
	}

.conformsub input[type=button], input[type=submit], input[type=reset] {
	color: #fff;
	background-color: #000;
	border: 1px solid #009;
	margin:.3em;
	padding:0;
	}

#conform  fieldset {
	border: 1px solid #000;
	width: 75%;
	margin: auto;
	}

#conform legend {
	color: #fff;
	background: #111;
	border: 1px solid #009;
	padding: 2px 6px
	} 


#recaptcha_image,  
    #recaptcha_image img   
    {  
        width: 180px !important;  
        cursor: pointer;  
	border: 2px solid red;
	margin: 0px 0px 10px 0px;
	float: right;
    }  

 #recaptcha_image img:hover  
    {  
        /*position: absolute;*/  
        width: 250px !important;  
    }  

    .recaptcha_only_if_image,  
    .recaptcha_only_if_audio  
    {  
        display: block;  
    }  
