@CHARSET "UTF-8";
body{
	margin:0;
	padding:0;
	font-size:12px;
	font-family:"宋体","Arial Narrow";	
	text-align:left;
}
table,td,tr,th {font-size:12px;}
input {/* 解决password输入框总是比其他输入框长 */
	font:12px Arial;
	background:url(../../../images/framework/default/login/bgInput.gif) left top repeat-x;
	border:1px solid #1774b1;
	color:#024272;
	padding-left:5px;
	height:19px;
}
.small{
	background-image:url(../../../images/framework/default/login/bgSmall.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
.normal{
	background-image:url(../../../images/framework/default/login/bg.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
.big{
	background-image:url(../../../images/framework/default/login/bgBig.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
.normalCollect{
	background-image:url(../../../images/framework/default/login/bg-collect.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
.smallSingle{
	background-image:url(../../../images/framework/default/login/bgSmall-single.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
.normalSingle{
	background-image:url(../../../images/framework/default/login/bg-single.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
.bigSingle{
	background-image:url(../../../images/framework/default/login/bgBig-single.jpg);/*定义登录界面背景图片*/
	background-position: center center; /*背景居中显示*/
	background-repeat :no-repeat; /*背景不平铺*/
	width : 100%;
	height: 100%;
	text-align:center;
}
#ca{
	background-image:url(../../../images/framework/default/login/causer1.gif);/*定义登录界面背景图片*/
	background-position: left top; 
	background-repeat :no-repeat; /*背景不平铺*/
	cursor : pointer; /*不能用hand,因为firefox不支持hand*/
	width:99px;
	height:30px;
}
#ca:hover{ /*firefox*/
   background-image:url(../../../images/framework/default/login/causer2.gif);
}
#nonca{
	width:99px;
	height:30px;
}

.user{
	background-image:url(../../../images/framework/default/login/titleUser.gif);/*定义登录界面背景图片*/
	background-position: right bottom; 
	background-repeat :no-repeat; /*背景不平铺*/
	height:30px;
}


.psw{
	background-image:url(../../../images/framework/default/login/titlePsw.gif);/*定义登录界面背景图片*/
	background-position: right bottom; 
	background-repeat :no-repeat; /*背景不平铺*/
	height:30px;
}
.captcha{
	background-image:url(../../../images/framework/default/login/titleCaptcha.gif);/*定义登录界面背景图片*/
	background-position: right bottom; 
	background-repeat :no-repeat; /*背景不平铺*/
	width:220px;
	height:30px;
}
.noncaptcha{
	width:220px;
	height:30px;
}
.icon{
	background-image:url(../../../images/framework/default/login/iconInfo.gif);/*定义登录界面背景图片*/
	background-position: right center; 
	background-repeat :no-repeat; /*背景不平铺*/
}
.tip{
	background-image:url(../../../images/framework/default/login/tipInfo.gif);/*定义登录界面背景图片*/
	background-position: left center; 
	background-repeat :no-repeat; /*背景不平铺*/
}
#login{
	background-image:url(../../../images/framework/default/login/btnLogin.gif);/*定义登录界面背景图片*/
	background-position: 0px 0px; 
	background-repeat :no-repeat; /*背景不平铺*/
	width:99px;
	height:30px;
	cursor : pointer;
}
#login:hover{ /*firefox*/
   background-position: 0px -30px;
}
#cacel{
	background-image:url(../../../images/framework/default/login/btnLogin.gif);/*定义登录界面背景图片*/
	background-position: 0px -60px; 
	background-repeat :no-repeat; /*背景不平铺*/
	width:99px;
	height:30px;
	cursor : pointer;
}
#cacel:hover{ /*firefox*/
   background-position:0px -90px;
}
.input {/* 解决password输入框总是比其他输入框长 */
	font:12px Arial;
	background:url(../../../images/framework/default/login/bgInput.gif) left top repeat-x;
	border:1px solid #1774b1;
	color:#024272;
	padding-left:5px;
	height:19px;
}
.inputValid {/* 解决password输入框总是比其他输入框长 */
	font:12px Arial;
	color:#024272;
	padding-left:5px;
	height:19px;
	background:#fff url(../../../images/framework/default/login/bgInputValid.gif) repeat-x bottom;
	border:1px solid #dd7870; /*必填项没有填写时显示的红色边框*/
}
.x-form-element{/* 定义表单内容项格子样式*/
	padding:0px 0 0px 0px;/*定义放输入框的格子的边框*/
	position:relative;
	border:0px ;/*表单项即右侧格子右边框样式*/
}