@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc {
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:hidden;
z-index:9999;
}
img#close {
position:absolute;
right:70px;
top:25px;
height:20px;
width:20px;
cursor:pointer
}
#popupContact {
position:fixed;

width:900px;
left:200px;
top:30px;
background:#FFF;
padding:50px 20px;
font-family:'Raleway',sans-serif;

}
form {
width:700px;
min-width:250px;
padding:0px 110px;
color:#000;

}


