
@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:relative;
background-color:#313131;
overflow:hidden;
z-index:999999999999999;
}
#abc2{
width:100%;
height:100%;
opacity:.95;
top:0;
left:0;
display:none;
position:fixed;
background-color:#313131;
overflow:auto;
z-index:999999
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer;
height:29px;
width:29px
}
div#popupContact {
position:absolute;
left:50%;
top:5%;
margin-left:-202px;
font-family:'Raleway',sans-serif;
}
#formpop {
max-width:400px;
min-width:250px;
padding:10px 50px 10px 20px;
border:2px solid gray;
border-radius:10px;
font-family:raleway;
background-color:#fff
}

h2#ggg {
background-color:#ffffff;
background-image:url(rectopf.jpg);
background-position: center;
width:343px;
height:105px;
margin-left:0px;
text-align:center;
border:0px solid red;
margin-bottom: -30px;
}
p#ph{
	border:0px solid red;
	width:240px;
	margin-top:-50px;
	margin-left:110px;
	font-size:14px;
	text-align:center;
}
#name {
background-image:url(../images/name.jpg);
background-repeat:no-repeat;
background-position:5px 7px
}
#email {
background-image:url(../images/email.png);
background-repeat:no-repeat;
background-position:5px 7px
}