﻿
/* LOCATION */
div.location{width:500px; float:left; margin-bottom:80px; margin-left:100px; text-align:left;}
div.location h2{font-size:200%;}

/* CONTACt */
div.contact{width:300px; padding-left:80px; padding-top:40px; float:left; text-align:left; line-height:1.65em}
div.contact p{color:#c8c8c8}
div.contact a{color:#c8c8c8}
div.contact a:hover{color:white; text-decoration:underline}

/* DIRECT FORM */
div.contact_form_wrapper{padding:60px 100px; font-size:18px; color:#c8c8c8; background:#3962ad; text-align:center; border-top:solid 1px #5579b9; border-bottom:solid 1px #5579b9;}
div.contact_form_wrapper h2{font-size:200%; color:white}
div.contact_form_wrapper div.contact_form{width:700px; font-size:13px; color:black; text-align:left; margin:auto; margin-top:30px}
                         
                         div.contact_form div.contact_field{background:#f0f0f0; padding:5px; border-radius:5px; margin-bottom:10px}
                         div.contact_form div.contact_field:hover{background:white}
                         div.contact_form div.contact_field span{width:150px; line-height:40px; color:#646464; margin-left:20px; float:left;}
                         div.contact_form div.contact_field input{padding:10px; width:490px; background:none; border:none;}
                         div.contact_form div.contact_field textarea{padding:10px; width:490px; height:150px; background:none; border:none;}

                         div.contact_form div.send_field{text-align:center; margin-top:10px;}
                         div.contact_form div.send_field a{padding:15px 25px; background:#f0f0f0; border-radius:5px; font-size:15px; font-weight:600}
                         div.contact_form div.send_field a:hover{background:white; color:black; cursor:pointer}

div.contact_form_wrapper table.direct_form{width:700px; font-size:14px; margin:auto; margin-top:50px;}
table.direct_form input{padding:5px 8px}
table.direct_form textarea{width:100%; height:100%; padding:5px 8px}
table.direct_form td:first-child{width:200px}
table.direct_form td.send input{padding:10px 20px;}

/* LOADING */
div.loading_wrapper{width:100%; height:100%; position:fixed; z-index:999; top:0; left:0; text-align:center; background:url(../../Img/master/bg_leather256.png) repeat; display:none}
div.loading{width:200px; height:80px; background:#2164c4 url(../../Img/master/spinner_1.gif) no-repeat center center; border:solid 5px rgba(255, 255, 255, 0.7); position:absolute; margin:auto; top:50%; margin-top:-40px; left:50%; margin-left:-100px;}