@charset "utf-8";
/* CSS Document */
#info {
	width:191px;
	line-height:20px;
	float:left;
	font-size:13px;
	color:#777777;
}

#content_info {
	color:#79796A;
	width:848px;
	margin:0 auto 20px auto;
	font-size:13px;
}
#content {
	width:828px;
	padding:20px 10px 0 10px;
	border:#333333 5px solid;
	margin:0 auto 20px auto;
	position: relative;
	line-height: 26px;
}
#content .pic {
	position: absolute;
	left: 544px;
	top: -15px;
}
#content_map {
	width: 630px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}
#content table.bg_use td {
	background: url(../data/wrapper/img/bg.jpg);
}
#content table {
	border-collapse: collapse;
}
#content tr:hover{
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
#content > table tr > td {
	color: #AAAAAA;
	padding: 6px 15px;
}
#content tr > td.title_use {
	color: #555555;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0px;
}
#content tr > td.title_use img {
	padding: 5px 13px 0px 0px;
}
#content tr > td table tr td {
	padding: 0px 0px;
}
table .info_bg .price3 {
}

textarea{
	max-width:624px;
	width:624px;
}