@import "http://fonts.googleapis.com/css?family=Raleway";
/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc {
width:100%;
height:100%;
opacity:1;
top:0;
left:0;
display:none;
position:fixed;
background-color: rgba(0,0,0,.4);
overflow:auto;
z-index: 99;
}
img#close {
position:absolute;
right:0px;
top:0px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:46%;
top:20%;
margin-left:-202px;
font-family:'Raleway',sans-serif
}
form {
margin: auto;
max-width:450px;
min-width:300px;
padding:10px 50px;
border: 0px;
border-radius:10px;
font-family:'Raleway',sans-serif;
background-color:#F0F0F0;
}
p {
margin-top:30px
}
hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
input[type=text], input[type=email] {
width:92%;
margin:10px;
padding:10px;
border:1px solid #ccc;
font-size:16px;
font-family:'Raleway',sans-serif
}
textarea {
background-image:url(../images/msg.png);
background-repeat:no-repeat;
background-position:5px 7px;
width:82%;
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
}
#optinsubmit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#FFBC00;
color:#fff;
border:1px solid #FFCB00;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}
span {
color:red;
font-weight:700
}
button {
width:10%;
height:45px;
border-radius:3px;
background-color:#cd853f;
color:#fff;
font-family:'Raleway',sans-serif;
font-size:18px;
cursor:pointer
}