#map_container {
	width: 100%;
	height: 500px;
}

#frmClubAdd p {
	margin-bottom: 4px;
}

#frmClubAdd label.l {
	display: block;
	width: 200px;
	float: left;
	margin-right:5px;
	text-align: right;
}

#frmClubAdd h4{
	font-size:1.2em;
	margin:5px 0;
	padding-left:200px;
}

#frmClubAdd p.required {
	padding-left:200px;
}

#frmClubAdd .required {
	font-weight: bold;
	color: red;
}

#frmClubAdd input.text, #frmClubAdd textarea {
	width: 400px;
}

#frmClubAdd .autocomplete {
	display: block;
}

#frmClubAdd .autocomplete {
  margin:0px;  
  padding:0px;  
  width:250px;
  background:#fafafa;
  border:1px solid #888;
  position:absolute;
}

#frmClubAdd .autocomplete ul {
  margin:0px;
  padding:0px;
  list-style-type:none;
}

#frmClubAdd .autocomplete ul li.selected { 
  background-color:#000;
  color: #fff;
}

#frmClubAdd .autocomplete ul li {
  margin:0;
  padding:2px;
  height:18px;
  line-height:18px;
  display:block;
  list-style-type:none;
  cursor:pointer;
}


.club-info-win {
	font-size: 9pt;
}

.club-info-win strong.name {
	font-size: 1.24em;
	display: block;
	margin-bottom: 5px;
}

.club-info-win small {
	font-size: 1em;
	font-weight: bolder;
}

.club-info-win a.d {
	display: block;
	float: right;
	margin: 5px 10px 0px 0px;
	color: #FF5A00;
}

.bl-club-add {
	float: right;
	width: 200px;
}

.bl-club-add img {
	float: left;
}

/**Club page**/

.club-inf-cont .section-caption {
	background-color: #ffe6bf;
	padding-left: 5px;
	position: relative;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
	margin: 20px 10px 0px 10px;
	color: #FF5A00;
	font-weight: bold;
}

.club-inf-cont .section-caption .rb, .club-inf-cont .section-caption .lb {
	position: absolute;
	display: block;
	height: 24px;
	width: 10px;
	top: 0px;
}

.club-inf-cont .section-caption .lb {
	background:transparent url(/user/images/tpls/layout.png) no-repeat scroll -35px -104px;
	left: -10px;
}

.club-inf-cont .section-caption .rb {
	background:transparent url(/user/images/tpls/layout.png) no-repeat scroll -55px -104px;
	right: -10px;
}

.club-inf-cont .section-caption.main {
	height: 30px;
	line-height: 30px;
	font-size: 1.20em;
	margin: 10px 15px 0px 15px;
}

.club-inf-cont .section-caption.main .lb {
	background:transparent url(/user/images/tpls/layout.png) no-repeat scroll 0 -104px;
	left: -15px;
	height: 30px;
	width: 15px;
}

.club-inf-cont .section-caption.main .rb {
	background:transparent url(/user/images/tpls/layout.png) no-repeat scroll -15px -104px;
	right: -15px;
	height: 30px;
	width: 15px;
}


dl#club_info {
	font-size:0.94em;
	font-weight: normal;
	line-height: 130%;
	margin: 5px 0px 0px 0px;
}
dl#club_info dt {
	display: inline;
	margin:0px;
	color:#888888;
	font-weight: normal;
}

dl#club_info dd {
	display: inline;
	margin:0px 0px 0px 4px;
}



/** Map style **/
#mf_gt_inner {
	background-color:#FFFFFF;
	border-color:#FFFFFF #B0B0B0 #B0B0B0 #FFFFFF;
	border-style:solid;
	border-width:1px;
	width: 80px;
	text-align: center;
	cursor: pointer;
}

#gtFilterLayer {
	width: 100px;
	background-color: #fff;
	padding: 5px;
	border: 1px solid #999;
}
