﻿/*************************************************
声明
	此CSS为后台管理页面后台登录界面样式表
	创建于：2012.11.20
	工作人员：heliping
	版权所有 北京亿和博嘉教育科技有限公司
************************************************/
/* 全局样式 */
html,body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div{margin:0;padding:0;border:0;}
body{background:#fff;color:#333;font-size:12px; font-family:"SimSun","宋体","Arial Narrow"; min-width:980px;}

.Efont { font-family:Arial, Helvetica, sans-serif;}


ul,ol{list-style-type:none;}
select,input,img,select{vertical-align:middle;}

/*链接状态*/
a{ color:#666; text-decoration:none;}
a:hover{color:#c00;text-decoration:underline;}
a:visited{color:#800080;}

/*居左、右、换行*/
.L { float:left;}
.R { float:right;}
.clearit{clear:both; overflow:hidden;}

.login-center { width:980px; margin:0px auto;}

.login-topbg { height:246px; background:url(images/loginbg_top.jpg) repeat-x;}
.login-topbgC { height:246px; background:url(images/loginbg_topC.jpg) center bottom no-repeat;}

.login-cenbg { height:286px; background:url(images/loginbg_cen.jpg) repeat-x;}
.login-cenbgC { height:286px; background:url(images/loginbg_cenC.jpg) center bottom no-repeat;}
.login-cenbgCR { width:320px; height:180px; margin-right:80px; margin-top:85px;}
.login-cenbgCR li { padding:6px 0px; line-height:28px; height:28px;}
.login-cenbgCR li label { float:left; width:60px; font-size:14px; font-weight:bold; color:#235d8e;}
.login-cenbgCR .login_input input {float:left; width:152px; height:18px; padding:6px; background:url(images/logintextbg.gif) left top no-repeat; border:none;}
.login-cenbgCR .login_code input {float:left; width:82px; height:18px; padding:6px; background:url(images/logintextbg.gif) left bottom no-repeat; border:none;}
.login-cenbgCR li .login { width:69px; height:26px; background:url(images/login.gif) center top no-repeat; cursor:pointer; line-height:26px; color:#FFF; text-align:center; font-weight:bold; border:none;}
.loginpt { padding-top:0; padding-left:3px;}
.login-fotbg { height:189px; background:url(images/loginbg_fot.jpg) repeat-x;}
.login-fotbgC { height:189px; background:url(images/loginbg_fotC.jpg) center bottom no-repeat;}
