@CHARSET "UTF-8";

body{
	font-size: 13px;
	background: #CACACA !important;
}

#wrap{
	width:100%;
	height:100%;
	min-width:1280px;
	min-height:800px;
}

.login_wrapper{
	position:relative;
	top:23%;
	width:640px;
	height:428px;
	margin:0 auto;
	background: url("../../img/login_bg_CI.png") no-repeat;
	text-align: left;
}

.model_name_wrapper {
	position:relative;
	left:132px;
	top:93px;
	color:rgba(98, 98, 98, 1);
	font-family:Tahoma;
	font-size:18px;
}

.login_blank{
	 height:6px;
	 clear:both;
}
.input_wrapper{
	position:relative;
	left:100px;
	top:225px;
	width:460px;
}
.input_wrapper_no_button{
	width:300px;
	height:102px;
	float:left;
}
.input_wrapper_button{
	width:110px;
	height:102px;
	float:left;
}
.label{
	width:70px;
	text-align: right;
	float:left;
}
.input_field_wrapper{
	line-height:31px;
}
.input_checkbox_wrapper{
	margin-left:67px;
	color:#7d7d7d;
}
.checkbox_label{
	position:relative;
	float:left;
	top:3px;
}
.checkbox{
	margin-left:7px;
}
input[type=text],input[type=password]{
	width:200px;
	margin-left:10px;
	margin-top:1px;
}

.login_btn{
	position:absolute;
	width:71px;
	height:68px;
	cursor:pointer;
	line-height:68px;
	text-align:center;
	background-image: url("../../img/login_btn_normal.png")
}
.login_btn:hover{
	background-image: url("../../img/login_btn_over.png")
}
.login_btn:active{
	background-image: url("../../img/login_btn_press.png")
}

.popup_menu{
	clear:both;
	float:left;
	width:150px;
	text-align:right;
	height:31px;
	line-height:31px;
}
.popup_content{
	height:31px;
	line-height:31px;
	margin-bottom:5px;
	vertical-align: middle;
}
.popup_input{
	float:left;
}
.login_lock_second{
	font-size:25px;
	width:150px;
	text-align:center;
	font-weight:bold;
}
.icon_info_normal {
	background: url("../../img/btnIcon_eventSearch_normal.png");
}
.show_pass_label{
	float:left;
	line-height:25px;
}