/***用户登录***/
#left_body{
	float:left;
	width:200px;
}

#right_body{
	float:left;
	width:750px;
	margin-left:10px;
}

body{
}
.user-form {
	margin-top: 15px;
}

#progressbar {
	display:none;
}

.user-form .input-nomal {
	width: 208px;
	height: 24px;
	border: 1px solid #CCCCCC;
	line-height:24px;
	font-size:16px;
}


.input-captcha {
	width: 78px;
	height: 24px;
	border: 1px solid #CCCCCC;
	line-height:24px;
	font-size:16px;
}




div.feild-tip {
	z-index:99;
	background-color:#FFFFCC;
	border:1px solid #FF6600;
	padding:5px 5px;
	display:none;
	color:#000000;
	text-align:left;
	font-size:12px;
	/* outline radius for mozilla/firefox only */
	-moz-box-shadow:0 0 3px #000;
	-webkit-box-shadow:0 0 3px #000; 
}
.u_row {
	margin-top:20px;
	width:100%;
	clear:both;
	height:40px;
}
.u_row .u_tit, .u_row .u_ipt, .u_row .u_img, .u_row  input {
	display:block;
	float:left;
	height:26px;
	line-height:26px;
}

.u_tit {
	width:160px;
	text-align:right;
}

.u_err{
	display:block;
	color:red;
	background-image: url(../user/images/icon_errl.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left:20px;
	visibility:hidden;
	float:left;
}
.m_item li{
	line-height:32px;
	text-align:center;
}
.m_title {
	background-image: url(../images/user_li_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	font-weight: bold;
}
.m_item a:link, .m_item a:visited {
	/*color: #0033CC;*/
}

.u_loading{
	display:none;
	margin-left:20px;
	float:left;
	background-image: url(../images/loading.gif);
	background-position: left center;
	height: 20px;
	line-height:20px;
	text-indent: 24px;
	background-repeat: no-repeat;
}

.tbl_frm th {
	text-align:right;
	padding:5px;
	/* font-weight: normal; */
}
 .tbl_frm td{
	padding:3px;
}

.ipt {line-height:24px; height:24px; float:left; padding-left:2px; margin-right:3px; border:solid 1px #CCCCCC; }

.ipt_focus {border:1px solid #EFA100; outline:2px solid #FFDC97; *border:2px solid #ffcc66; }
.ipt_err {border:1px solid red; outline:2px solid #FFcc99; *border:1px solid red;}

.note{
	display:block;
	padding-left:20px;
	color:gray;
	line-height:16px;
	height:16px;
	min-height:16px;

} /* display:block; clear:both; */

.err{
	color:red;
	visibility:hidden;
	background-image: url(../user/images/icon_errl.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.ok{ color:green; }

.img {display:block; float:left; line-height:24px;}
.form_loadding {display:none;}



.tbl_list  {
    background-color: #E3E3E3;
    margin-top: 10px;
}
.tbl_list tr {
    background-color: #FFFFFF;
}
.tbl_list td {
    padding: 6px;
}
.tbl_list thead tr {
    background-image: url("/admin/images/bg_thead.gif");
    background-position: 0 0;
    background-repeat: repeat-x;
    height: 21px;
    line-height: 21px;
}
.tbl_list tbody tr {
}
.tbl_list tfoot tr {
    background: none repeat scroll 0 0 #FFFFFF;
}
.tbl_list tfoot td {
    padding: 10px 5px;
}
.page {
    float: right;
    height: 24px;
    margin-top: 10px;
    text-align: right;
}
.page li {
    border: 1px solid #CCCCCC;
    display: block;
    float: left;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    margin-left: 5px;
    overflow: hidden;
    padding: 0 5px;
    text-align: center;
    width: auto;
}
.page li a {
    color: #2D5D81;
    display: block;
    text-decoration: none;
}
.page .now_page {
    color: #FF9900;
}

.box_toolbar {
	height:28px;
	margin-top:10px;
	text-align:right;
	margin-right:2%;
}
.toolbar_btns {
	float:left;
}

.toolbar_seacher {
	float:right;
}

