#component_container {  
}

div#main_contact_box {
    text-align: center;
    padding: 10px 0px;
}

div#contact_title {
    background: url(../images/contact_icon.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 30px;
    padding-right: 41px;
    width: 320px;
}

div#contact_information {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 300px;
    padding: 10px 0px;
}

div.contact_row {
    margin-bottom: 10px;
    width: 320px;
    margin: 10px auto;
    text-align: right;   
}

textarea#message {
    width: 300px;
}

div.contact_row input  {
    width: 300px;
}

div.contact_row input#phone  {
    text-align: left;
    direction: ltr;
}

div.g-recaptcha {
     display: block;
    margin: 10px auto;
    max-width: 320px;
}



@media (max-width: 576px) {
	
div#contact_information {
    width: 270px;
}	
    
div#contact_title {
width: 270px;        
	}
	
.register_row .contact_row {
    width: 290px;	
}

div.contact_row input {
    width: 270px;
}
	
textarea#message {
    width: 270px;
}	
	
input#send {
    width: 270px;
}
	
div.g-recaptcha {
    position: relative;
    right: -2px;
}	
	
}