@charset "utf-8";
/* CSS Document */
#index_ml{
	width:200px;
	float:left;
	overflow:hidden;
}

#main {
	width:100%;
	border-top:1px #ccc solid;
}

#main_left {
	float:left;
	width:170px;
}

#main_right {
	float:right;
	padding:10px;
	width:760px;
	margin:0px auto;
}

.main_right_title {
	font-size:14px;
	padding:5px;
	border-bottom:1px #ccc dotted;
	font-weight:bold;
	display:inline-block;
	color:#666;
}

.main_right_content {
	margin:0px auto;
	padding:10px;
	min-height:100px;
}

.help_list {
	background:#F0F0F0 none repeat scroll 0 0;
	border-right:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	margin-bottom:10px;
	padding:9px 3px 15px;
	width:164px;
}

.left_dd {
	background:#FFFFFF none repeat scroll 0 0;
	border:1px solid #969696;
	margin-bottom:2px;
}

.left_title {
	background:#F3F3F3 url(../images/icon/point.gif) no-repeat scroll 8px 8px;
	border-bottom:1px solid #969696;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:17px;
	color:#666;
}
.left_dd_ul {
	line-height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:4px 8px 4px 4px;
	display:none;
}

.left_dd_ul li {
	color:#777;
	list-style-image:none;
	list-style-position:outside;
	padding-left:5px;
}

.left_dd_ul li a {
	color:#777;
}

.noticMsg {
	background:#fff9e9;
	border:1px #FC0 dashed;
	margin:10px;
	padding:10px;
}

.inputText
{
	border:1px solid #666;
	font-size:12px;
	background:#FFF url(../images/bg_shadow.png) repeat-x;
	padding:3px;
	width: 400px;
	margin: 0 10px 0 0;
}

.inputContentA {
	padding: 6px;
	background-color: #F0F0F0;
	border-bottom: 1px #d7d7d7 solid;
	width: 708px;
	height: 20px;
	vertical-align: middle;
}

.inputContentB {
	padding: 6px;
	background-color: #F7F7F7;
	border-bottom: 1px #d7d7d7 solid;
	width: 708px;
	height: 20px;
	vertical-align: middle;
}

.inputOption {
	width: 620px;
	float:right;
}

#ajax_log_res {
	overflow: auto;
}
 
#ajax_log_res.ajax-loading {
	padding: 20px 0;
	background: url(../images/ajax-loading.gif) no-repeat center;
}

.ajax-loading_16 {
	background: url(../images/ajax-loading_16.gif) no-repeat center;
}
.ajax-loading_100 {
	padding: 20px 0;
	background: url(../images/ajax-loading_100.gif) no-repeat center;
}

.errorMsg {
	background:#FFF7E6;
	border:1px solid #FC0;
	color:#900;
	margin-right:10px;
	margin-bottom:10px;
	padding:5px;
}

.acceptMsg {
	background:#dbf0c4 url(../images/accept_l10.gif) no-repeat left center;
	border:1px solid #62a630;
	color:#333;
	margin-right:10px;
	margin-bottom:10px;
	padding:10px 10px 10px 30px;
}

.bbs_content {
	width:100%;
	height:70px;
	border-bottom:2px #ddd solid;
}

.help_bbs {
	margin:0px auto;
	padding:10px;
}
