body{
	overflow-x:hidden; 
}
.wrapper {
    position: relative;
	margin: auto;
	width: 75%;
}
.title img{
	margin:2px 10px;
}
.title span{
	position:relative;
	top:-4px;
	font-size:14px;
	font-weight:bold;
	color:#333333;
}
.content{
	background:#fff;
	padding-bottom:20px;
	border: 1px solid #ccc;
    border-top: none;
}
.center{
	position:relative;
	top:10px;
	margin:0 10px 0px 10px;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	border:0;
}
._line{
	height:4px;
	background:url("../images/line.png") no-repeat;
}
.suggest{
	padding: 12px 0px;
    border-bottom: 1px solid #2580dc;
    margin-bottom: 20px;
}
.suggest span{
	font-size:14px;
	font-weight:bold;
	color:#2580dc;
}
.map{
	height:520px;
	width:940px;
	background:url("../images/dg.gif") no-repeat;
	border:1px solid #333333;
	background-size: 100% 100%;
}
.address{
    margin-top: 15px;
}
.address table{
	width:100%;
}
.address table td{
	line-height:28px;
	font-size: 12px;
}
.address table a{
	color:#000;
}
.address table a:hover{
	text-decoration: underline;
}
.actions-register a{
	color:#2467b4;
}
.site-power{
	border-top:2px solid #2468b5;
}
.char2{padding-left:24px;}