#contact .content,
#contact {	background-color: #fdf6d0;	}

#contact .box {
	width: 880px;
	height: 410px;
	background: url(../images/contact/box.png) 0 0 no-repeat;
	margin: 0 auto 0 auto;
	position: relative;
}

#contact .box .text {
	width: 360px;
	margin: 0px 0 0 40px;
	padding: 40px 0 0 0;
}

#contact .box .text p { color: #666; }

#contact .box .text p span {
	width: 90px;
	font-weight: bold;
	color: #222;
	font-weight: 13px;
	display: block;
	clear: both;
	float: left;
}

#contact .box .text p.info {
	line-height: 20px;
}

#contact .box .text strong{
	font-size: 15px;
	color: #222;
}

#contact .box .map {
	width: 400px;
	height: 360px;
	background: url(../images/contact/map.png) 0 0 no-repeat;
	top: 20px;
	right: 40px;
	position: absolute;
}

#contact .box .map iframe {
	width: 360px;
	height: 300px;
	margin: 20px;
}

#contact .box .button {
	position: absolute;
	left: 250px;
	bottom: 5px;
	line-height: 22px;
}

#contact .box .button span{
	font-size: 22px;
	display: block;
	float: left;
	margin: -2px 5px 0px 0;
}