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

.contact_page {
	width:720px;
	}

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

.contact_page form {
	width:380px;
	float: left;
	}

.contact_page #detail_contact {
	float: right;
	}

.contact_page form dl {
	width:380px;
	float: left;
	padding:7px 0px;
	}

.contact_page form dl dt {
	float: left;
	width: 80px;
	text-align: right;
	padding-top: 5px;
	}

.contact_page form dl dt span {
	color: #e00;
	}

.contact_page form dl dd {
	float: right;
	width: 290px;
	}

.contact_page form dl dd input[type=text], .contact_page form dl dd textarea ,.contact_page form dl dd input[type=email]{
	width:250px;
	border-radius: 5px;
	border: 1px solid #cbcbcb;
	padding:3px
	}

.contact_page form dl dd input[type=text],.contact_page form dl dd input[type=email] {
	padding-left: 25px;
	width:225px;
	}

.contact_page form dl dd textarea {
	width:252px;
	height:100px;
	}
	
.contact_page form dl dd input[type=submit] {
	padding:4px 20px;
	background: #0c7aaf;
	border-radius: 5px;
	font-size: 11px;
	border: none;
	color: #fff;
	cursor: pointer;
	}
	
.contact_page form dl dd input.fullname {
	background: #fff url(people.png) 5px 4px no-repeat;
	}
	
.contact_page form dl dd input.email {
	background: #fff url(email.png) 5px 5px no-repeat;
	}

.contact_page form dl dd input.mobile {
	background: #fff url(mobile.png) 5px 4px no-repeat;
	}

.contact_page form dl dd input.address {
	background: #fff url(address.png) 5px 4px no-repeat;
	}

.detail_contact {
	float: right;
	width: 340px;
	}

.detail_contact h1 {
	font-size: 13px;
	color: #0c7aaf;
	}

.detail_contact p {
	margin: 5px 0;
	padding-left: 16px;
	color: #444;
	}

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

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

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

.detail_contact p.email-1 {
	background:url(mail.png) 0px 4px no-repeat;
	}
	
#mapcont {
	width: 310px;
	margin-top: 18px;
	height: 180px;
	border-radius: 5px;
	border: 5px solid #fff;
	box-shadow: 0px 0px 3px #aaa;
	}