/*----------------------------------------------
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:auto
}
img#close {
position:absolute;
right:-14px;
top:-14px;
cursor:pointer
}
div#popupContact {
position:absolute;
left:50%;
top:17%;
margin-left:-202px;
}
form {
max-width:300px;
min-width:250px;
padding:10px 50px;
border:2px solid gray;
border-radius:10px;
background-color:#fff
}
p {
margin-top:30px
}
h2 {
background-color:#F00;
font-size: 24px;
padding:20px 35px;
margin:-10px -50px;
text-align:center;
border-radius:10px 10px 0 0
}
hr {
margin:10px -50px;
border:0;
border-top:1px solid #ccc
}
input[type=text] {
width:82%;
padding:10px;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
}
#visitor {
background-image:url(../source/name.png);
background-repeat:no-repeat;
background-position:5px 7px
}
#visitormail {
background-image:url(../source/email.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:82%;
height:95px;
padding:10px;
resize:none;
margin-top:30px;
border:1px solid #ccc;
padding-left:40px;
font-size:16px;
margin-bottom:30px
}
#submit {
	text-decoration: none;
	width: 100%;
	text-align: center;
	display: block;
	background-color: #000000;
	color: #fff;
	border: 1px solid #000000;
	padding: 10px 0;
	font-size: 20px;
	cursor: pointer;
	border-radius: 5px
}
span {
color:red;
font-weight:700
}
button {
		background-color: #ff0000;
		border: 0;
}/* CSS Document */

/* Localized */