@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
@font-face {
	font-family: 'wf_SegoeUILight';
	src: url('../fonts/light/latest.eot');
	src: url('../fonts/light/latest.eot?#iefix') format('embedded-opentype'), url('../fonts/light/latest.woff') format('woff'), url('../fonts/light/latest.ttf') format('truetype'), url('../fonts/light/latest.svg#web') format('svg');
}
* {
	margin: 0px;
	padding: 0px;
}
a {
	outline: none;
	text-decoration: none;
}
img {
	border: 0px;
}
table {
	border-spacing: 0px;
	border-collapse: collapse;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: "wf_SegoeUILight";
}
.reveal-modal-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1120;
	display: none;
	position: fixed;
	background: url(../images/pop_bg.png) 0 0 repeat;
	background: rgba(0,0,0,0.6);
}
.reveal-modal {
	left: 50%;
	top: 250px;
	color: #000;
	width: 520px;
	z-index: 1200;
	padding: 30px 40px;
	visibility: hidden;
	position: absolute;
	margin-left: -300px;
	background-color: #eee;
}
.reveal-modal .close-reveal-modal {
	top: 8px;
	right: 11px;
	color: #000;
	cursor: pointer;
	font-size: 22px;
	padding: 1px 5px;
	font-weight: bold;
	position: absolute;
	border: 1px solid #ccc;
}
.contact_form form {
	float: left;
	width: 100%;
	text-align: left;
}
.contact_form h1 {
	font-size: 24px;
	padding-bottom: 20px;
}
.contact_form input[type="text"], .contact_form textarea[type="text"] {
	width: 96%;
	color: #444;
	border: 0px;
	font-size: 12px;
	padding: 10px 2%;
	font-family: 'Droid Sans', sans-serif;
}
.contact_form input[type="submit"], .contact_form input[type="button"] {
	width: 100%;
	color: #fff;
	border: 0px;
	cursor: pointer;
	padding: 10px 0px;
	text-align: center;
	background-color: #036;
	text-transform: uppercase;
	font-family: 'Droid Sans', sans-serif;
}
.contact_form input[type="submit"]:hover, .contact_form input[type="button"]:hover {
	background-color: #39c;
}
.contact_form span {
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
	margin-bottom: 20px;
	background-color: #fff;
}
.contact_form span img {
	border: 0px;
	height: auto;
	max-width: 100%;
	margin-left: 10px;
}
::-webkit-input-placeholder {
 color:#666;
}
:-moz-placeholder { /* Firefox 18- */
 color:#666;
}
::-moz-placeholder {  /* Firefox 19+ */
 color:#666;
}
:-ms-input-placeholder {
 color:#666;
}
.errorMsg {
	color: red;
	height: 20px;
	font-size: 12px;
}
.successErrorMsg {
	color: green;
	font-size: 16px;
}
@media only screen and (min-width:960px) and (max-width:1389px) {
.reveal-modal {
	top: 125px;
}
.contact_form h1 {
	font-size: 20px;
	padding-bottom: 10px;
}
}
@media only screen and (min-width:768px) and (max-width:990px) {
.reveal-modal {
	top: 25px;
}
.contact_form h1 {
	font-size: 18px;
	padding-bottom: 10px;
}
}
@media only screen and (max-width:767px) {
.reveal-modal {
	left: 10%;
	top: 20px;
	width: 280px;
	padding: 10px;
	margin-left: 0px;
}
.contact_form h1 {
	font-size: 14px;
	padding-bottom: 10px;
}
.errorMsg {
	height: 20px;
	font-size: 8px;
}
.contact_form span {
	margin-bottom: 8px;
}
}
@media only screen and (min-width:480px) and (max-width:767px) {
.reveal-modal {
	left: 30%;
	top: 20px;
	width: 280px;
	padding: 10px;
	margin-left: 0px;
}
.contact_form h1 {
	font-size: 16px;
	padding-bottom: 10px;
}
.errorMsg {
	height: 20px;
	font-size: 10px;
}
.contact_form span {
	margin-bottom: 10px;
}
}
