.font_red{
	color:#f00
}

.front_backimg{
	background:url(../../img/login.png) no-repeat center
}

.topbar_backimg{
	background:url(../../img/header_right.png)
}

.top_log{
	background:url(../../img/header_left.png) no-repeat
}

.btn_login{
	background:url(../../img/btn_login.gif) no-repeat center !important;
	font-family: "微软雅黑";
	font-size:10px;
}

/* --Login-- */
.resetbtn{ background-image:url(../../img/btn_reset.gif);
	background-repeat:no-repeat; border:0; height:72px; padding-bottom:40px;}
	
.small_btn{
	/*background-image:url(../../img/btn_small.gif);*/
	/*background-repeat:no-repeat;*/
	border:0;
	width:100px;
	height: 20px !important;
	background: #2EBEE6;
}
	
.small_btn button{
	background:none; 
	font-family: "微软雅黑";
	font-size:12px;
}

.large_btn{
	width:200px; height:90px;
}

.large_btn button{
	background:none; 
	font-family: "微软雅黑";
	font-size:32px;
	height:90px;
}

.login_bg{
	font-family:"Microsoft Yahei";
	font-size:12px;
	margin:0;
/*background: #fff url(../../img/1.jpg) 50% 0 no-repeat;*/
}


.loginbtn{  background-image:url(../../img/btn_login.gif);
	background-repeat:no-repeat; border:0; height:72px; padding-bottom:40px;}

.resetbtn button{background:none;}
.loginbtn button{background:none;}


/* --NavBar-- */
.nav_help{background-image:url(../../img/nav_help.png);
	background-repeat:no-repeat; border:0; width:60px; height:60px;}
	
.nav_logout{background-image:url(../../img/nav_logOff.png);
	background-repeat:no-repeat; border:0; width:60px; height:60px;}
	
.nav_menu{background-image:url(../../img/nav_menu.gif);
	background-repeat:no-repeat; border:0; width:60px; height:60px;}
	
.nav_help button{background:none;}
.nav_logout button{background:none;}
.nav_menu button{background:none;}

/* --frontPage-- */
.welcome_panel{background-image:url(../../img/welcome_bg.png);
	background-repeat:repeat-x;  background-position:bottom right;}


/***   ******/

.inp_title, .its_title, .its_title_big, .its_title_nor, .its_title_sml, .its_tip_big, .its_tip_nor, .its_tip_sml{
	font-family:"微软雅黑";
	vertical-align:middle;
}

.its_title_red{
		color:#F00;
	}

.ts_title_right{
	text-align:right;
}

.inp_title{
	font-size:13px;
	text-align:right;
}

.login_info{
	font-size:14px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;

}

.top_user_info{
	font-size:18px;
	font-family: 'MS Sans Serif', Geneva, sans-serif;

}
.its_tip_big{
	color:#FF0000;
	font-size:25px;
}

.its_tip_nor{
	color:#FF0000;
	font-size:15px;
}

.its_tip_sml{
	color:#FF0000;
	font-size:12px;
}

.its_title_big{
	font-size:20px;
}

.its_title_nor{
	font-size:14px;
	margin: 5px 0 0 10px;
}

.its_title_sml{
	font-size:12px;
}

.its_content_nor{
		font-size:16px;
	}

.inp_readonly_bk{
	background-image:url(../../img/readonly.jpg);
	background-repeat:repeat;
	font-size:13px;		
}

.its_readonly_textarea{
	background:none repeat scroll 0 0 #eee;
}

.its_fault_red, .its_fault_red table{
	color:#F00;
}

.its_fault_green, .its_fault_green table{
	color:#090;
}

.its_fault_black, .its_fault_black table{
	color:#000;
}

.its_fault_org, .its_fault_org table{
	color:#F90;
}

/**
*	formlabel
*/
.its_form_label{ font-size:14px; float:left; width:400px; padding:5px 10px; }
.its_form_label_long{ font-size:14px; float:left; width:500px; padding:5px 10px; }

.its_form_field_clear{ float:none; clear:both; }
.its_form_label_old{ font-size:14px; padding:5px; }

.its_form_field{ font-size:14px; }
.its_form_field_readonly{ font-size:14px; border:none; background:none; }


/**Box**/

/**
.thumb-wrap{
	width:60px;
	hight:80px;
	float:left;
	margin-left:60px;
	margin-top:20px;
}

**/

#phones ul li {
    float: left;
    padding: 8px 17px;
    margin: 5px;
/*    margin: 10px 0 0 25px;*/
    text-align: center;
    line-height: 1.25em;
    color: #333;
    font-family: "Helvetica Neue",sans-serif;
    height: 113px;
    width: 112px;
    overflow: hidden;
    border-top: 1px solid transparent;
    cursor: pointer;
}
#phones ul li.phone-hover {
    background-color: #eee;
}

/**TopBar**/
.userInfo{
	font-family:"微软雅黑";
	color:#FFF;
	padding:5px 0 0 0;
	float:right;
}
.top_btn{
	margin-right :10px;
	margin-left:10px;
	
}
.top_btnIcon{
 	background:url(../../img/system-exit.png) left top no-repeat!important;
}