﻿@charset "utf-8";  

/**
** 代码制作人: 马泽棉
** 制作时间：2014-02-27
** 文件内容描述：V11标准版登录页面
** 修改日期：无
** 修改内容：无
**********************************************/



/*** 公共常用部分 ***
*********************************************************************************************************************************************************/
body{font-family:'Microsoft YaHei', Arial; font-size:14px; color:#333;background:url(/resource/style/default/login/images/bg.jpg) no-repeat top center;width:100%;}

.clr{ zoom:1;}/* 清除浮动 */
.clr:after{ display:block; content:'clear'; clear:both; line-height:0; visibility:hidden;}/* 清除浮动 */
.txtEllipsis{ overflow:hidden; display:block; white-space:nowrap; text-overflow:ellipsis;}

.mr12{ margin-right:25px;}
/********************************************************************************************************************************************************/



html { height:100%;}
body{background:#e8e9eb url(/resource/style/default/login/images/login_bg.gif) repeat-x;height:100%; text-align:center;}
.centerDiv{height:607px;width:1140px;background:url(/resource/style/default/login/images/bg.jpg) no-repeat;display:inline-block; zoom:1; *display:inline; vertical-align:middle; text-align:left;}
.hiddenDiv { height:100%; overflow:hidden; display:inline-block; width:1px; overflow:hidden; margin-left:-1px; zoom:1; *display:inline; *margin-top:-1px; _margin-top:0; vertical-align:middle;}

.con_main{ width:1000px; margin:0 auto; position:relative; height:607px;}
.logo{ background:url(/resource/style/default/login/images/logo.png) no-repeat; width:478px; height:63px;position:absolute; top:90px; left:0px;}
.box{ position:absolute; top:200px; right:70px; width:300px;}

.title{background:url(/resource/style/default/login/images/title.png) no-repeat; width:300px; height:21px; padding-bottom:15px;}


