/*----------------------------------------------
CSS settings for HTML div Exact Center
------------------------------------------------*/
#abc {
width:100%;
height:100%;
opacity:.99;
top:0;
left:0;
display:none;
position:fixed;
background-color:#fff;
overflow:auto;
z-index:1000;	
	
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer;
width: 30px;		
}
div#popupContact {
position:absolute;
left: 44.5%;
top:7%;
margin-left:-202px;
}
form {
max-width:600px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
background-color:#fff
}

hr {
border:0;
border-top:1px solid #ccc
}
input[type=text] {
width:100%;
padding:10px;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
}
#name {
background-image:url(../../assets/img/name.jpg);
background-repeat:no-repeat;
background-position:8px 9px
}
#phone {
background-image:url(../../assets/img/phone.png);
background-repeat:no-repeat;
background-position:9px 10px
}
#email {
background-image:url(../../assets/img/email.png);
background-repeat:no-repeat;
background-position:8px 9px
}
#company{
background-image:url(../../assets/img/company.png);
background-repeat:no-repeat;
background-position:8px 13px
}
textarea {
background-image:url(../../assets/img/msg.png);
background-repeat:no-repeat;
background-position:8px 12px;
width:100%;
height:95px;
padding:10px;
resize:none;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
margin-bottom:30px
}
textarea#msg1 {
  display: none;
}
#submit {
text-decoration:none;
width:100%;
text-align:center;
display:block;
background-color:#004C96;
color:#fff;
border:1px solid #004C96;
padding:10px 0;
font-size:20px;
cursor:pointer;
border-radius:5px
}
