
/*** search_key : start ***/
#main_csearch {
	margin-top: 26px;
	position: relative;
	text-align: center;
}
#main_csearch:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
*html #main_csearch {
	height: 1%;
}
#main_csearch span {
	margin-left: 15px;
	margin-right: 15px;
}
.main_item_unactive {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
.main_item_active a {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #165BB1;
	text-decoration: underline;
}
.main_item_active a:hover {
	color: #F26B11;
}
/*** search_key : end ***/

/*** main_communities : start ***/
#main_communities {
	position: relative;
	margin-top: 28px;
}
#main_communities:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
*html #main_communities {
	height: 1%;
}
#communities_contact {
	position: relative;
}
#communities_mfield {
	width: 710px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.comment_field {
	width: 620px;
	height: 170px;
	line-height: 18px;
	overflow-y: scroll;
}
.submit_field {/* dl */
	position: relative;
	margin-bottom: 6px !important;
	margin-bottom: 2px;
}
.submit_field:after {
	content: ".";
	visibility: hidden;
	height: 0;
	display: block;
	clear: both;
}
*html .submit_field {
	height: 1%;
}
.submit_field dt {
	width: 70px;
	float: left;
	font-weight: bold;
	text-align: left;
	line-height: 19px;
}
.submit_field dd {
	float: left;
	padding-left: 10px;
}
.name_field, .email_field {
	width: 620px;
}
#submit_mdetail_button {
	margin-top: 10px;
	text-align: center;
}
.btn_submit {
	width: 121px;
	height: 30px;
	border: 0;
	margin-top:10px;	
	margin-left: 35px;
	/*text-indent: -5000px !important;*/
	/*text-indent: 0;*/
	cursor: pointer;
	vertical-align: middle;
}
*html .btn_submit {
	padding-left: 9999px;
}
.btn_submit {
	background: url(../images/ok_btn.gif) no-repeat;
}
.btn_submit: hover {
	background: blue;
}

/*** ----------------------------------- ***/
#communities_info {
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
}
.commu_info_txt {
	line-height: 18px;
	margin-bottom: 15px;
	
	text-align: justify;
}
.drop {

  float: left;

  font-size: 400%;

  line-height: 1em;

  margin: 4px 10px 10px 0;

  padding: 4px 10px;

  border: 2px solid #ccc;

  background: #eee;

  }

/*** main_communities : end ***/