/*----------------------------------------------
css settings for HTML div exactCenter 
------------------------------------------------*/
@import url(http://fonts.googleapis.com/css?family=Raleway);

#abc{
width: 100%;
height: 100%;
opacity: 0.95;
top: 0;
left: 0;
display: none;
position: fixed;			
background-color: #313131;
overflow:auto;
z-index:999999999;
}

img#close{
position: absolute;
top: -12px;
cursor: pointer;
left: 96%;
z-index: 999999999;
}

div#popupContact{
position: absolute; 
left: 50%;
top: 11%;
margin-left: -202px;
font-family: 'Raleway', sans-serif;
}


p{
margin-top: 30px;
}



hr{
margin: 10px -50px;
border: 0; 
border-top: 1px solid #ccc;
}
 
.jit[type=text]{
width:44%;
padding: 10px;
margin-top: 30px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 16px;
font-family:raleway;
} 

#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;
}

#mobile{
background-image: url(../images/mobile.png);
background-repeat: no-repeat;
background-position: 5px 7px;
}



.textarea{
background-image: url(../images/msg.png);
background-repeat: no-repeat;
background-position: 5px 7px;
width:44%;
height: 95px;
padding: 10px;
resize:none;
margin-top: 30px;
border: 1px solid #ccc;
padding-left: 40px;
font-size: 16px;
font-family:raleway;
margin-bottom: 30px;
}

#submit{
text-decoration:none;
width:15%;
text-align:center;
display:block;
background-color:#FFBC00;
color: white;
border: 1px solid #FFCB00;
padding: 10px 0;
font-size:20px;
cursor:pointer;
border-radius: 5px;
}




/*-----------------------------------------------------------------
css settings for right side advertisement
------------------------------------------------------------------*/
img#fugo{
margin-left: 70%;
}	