@CHARSET "ISO-8859-1";

#contact_form{
	margin-top:10px;
	width:400px;
	padding:15px;
	display:inline;
	float:left;
	border-radius:5px;
	border:1px solid #aaa;
	box-shadow:0px 2px 6px #888;
	background-color:rgba(254,254,254,0.2);
}

.pre_input{
	width:100%;
	height:32px;
	margin-top:-10px;
	border-radius:5px;
	border:1px solid #A4DEF7;
}

textarea{
	width:100%;
	height:150px;
	border-radius:5px;
	border:1px solid #A4DEF7;
	margin-top:-10px;
}

.con_input{
	width:50%;
	margin-top:15px;
	height:35px;
	background-color:#55F29F;
	border:1px solid #55F29F;
	transition:all 0.25s ease;
	-webkit-transition:all 0.25s ease;
	-moz-transition:all 0.25s ease;
	-ms-transition:all 0.25s ease;
	-o-transition:all 0.25s ease;
	-khtml-transition:all 0.25s ease;
	font-weight:bold;
	color:#065;
}

.con_input:hover{
	background-color:#41AD14;
	border:1px solid #41AD14;
}

#contact_desc p{
	margin-top:10px;
	margin-bottom:5px;
	color:#065;
}

.topics{
	margin-top:10px;
	color:#065;
	font-weight:bold;
}

#contact_desc h2{
	color:#098;
}

#pop-up{
	position:absolute;
	display:none;
	width:107%;
	height:1143px;
	top:0px;
	left:0px;
	background-color:rgba(0,0,0,0.6);
}

#message{
	position:relative;
	width:400px;
	height:100px;
	background-color:#DFF7EC;
	top:45%;
	left:38%;
	border-radius:5px;
	box-shadow:0px 0px 7px #000;
}

#message p{
	text-align:center;
	font-style:italic;
	padding-top:41px;
}
#message button{
	position:absolute;
	width:30px;
	height:20px;
	top:10px;
	left:360px;
	color:#f00;
	font-weight:bold;
}

#message_respond{
	width:100%;
	height:50px;
	margin-top:10px;
	background-color:#C4FAA9;
	border-radius:5px;
	box-shadow:0px 2px 5px #555;
}

#message_respond p{
	padding-top:16px;
	font-weight:bold;
	color:#8963D7;
	text-align:center;
	font-style:italic;
}

#contacts_right{
	display:inline;
	float:right;
	top:80px;
	left:650px;
	width:550px;
	margin-top:10px;
	padding:20px;
}

#contacts_right table td{
	font-size:12pt !important;
	height:25px;
}

#contacts_right table{
	margin-top:20px;
	background-color:rgba(200,200,200,0.5);
	border:1px solid #bbb;
}

#map_canvas{
	float:right; 
	width:96%; 
	height:450px; 
	margin-top:20px;
	border:10px solid #fff; 
	margin-bottom:15px;
	box-shadow:0px 0px 7px #aaa;
}