@charset "utf-8";
/* CSS Document */

.contact_page {
}

.contact_page h1 {
	text-transform:uppercase;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-bottom:10px;
	}

.contact_page form ul li {
	margin: 6px 0;
}

.contact_page form ul li input[type=text], .contact_page form ul li textarea {
	width: 95%;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	
	box-shadow: inset 0 0 8px 0 #ddd;
	-webkit-box-shadow: inset 0 0 8px 0 #ddd;
	-moz-box-shadow: inset 0 0 8px 0 #ddd;
	-ms-box-shadow: inset 0 0 8px 0 #ddd;
	-o-box-shadow: inset 0 0 8px 0 #ddd;
	
	border: 1px solid #cbcbcb;
	padding: 4px;
	font-family:Tahoma, Geneva, sans-serif;
	}

.contact_page form ul li input:focus, .contact_page form ul li textarea:focus {
	outline: 1px solid #ffb172;
	}

.contact_page form ul li textarea {
	height:140px;
	}
	
.contact_page form ul li input[type=submit], .contact_page form ul li input[type=reset] {
	padding:4px 20px;
	background: #f67a00;
	border-radius: 5px;
	font-size: 11px;
	border: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	}

.contact_page form ul li input[type=reset] {
	background: #999;
	}

.detail_contact h1 {
	font-size: 12px;
	color: #0c7aaf;
	font-weight: bold;
	}

.detail_contact p {
	margin: 8px 0;
	padding-left: 22px;
	color: #444;
	}
	
.detail_contact p strong {
	font-weight: 600;
}

.detail_contact p a {
	color: #000;
	text-decoration: underline;
	}

.detail_contact p.address-1 {
	background:url(add.png) 0px 0px no-repeat;
	}

.detail_contact p.mobile-1 {
	background:url(phone.png) 0px 0px no-repeat;
	}

.detail_contact p.email-1 {
	background:url(mail.png) 0px 1px no-repeat;
	}
	
.detail_contact p.fax-1 {
	background:url(fax.png) 0px 0px no-repeat;
	}

.detail_contact p.web-1 {
	background:url(web.png) 0px 1px no-repeat;
	}

#mapcont {
	width: 100%;
	margin: 20px 0;
	height: 300px;
	}

@media screen and (min-width: 34.375em) {
	.contact_page form {
		width: 48%;
		float: left;
		}

	.detail_contact {
		float: right;
		width: 48%;
		}
}

@media screen and (min-width: 48em) {
	.contact_page form {
		width:290px;
		float: left;
		margin-left: 20px;
		}

	.detail_contact {
		float: right;
		width: 360px;
		margin-right: 20px;
		}
}

@media screen and (min-width: 60em) {


}