@CHARSET "UTF-8";

.customer_component {
	width: 710px; 
	padding: 10px;
	float: left;
}

.login_component {
	width: 690px;
}

.login_panel{
	border-collapse: collapse;
    width: 300px;
    margin: auto;
    border: 0;
}

.login_msg{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #c00;
}

.login_info_tr{
	margin: 20px 0;
	position: relative;
}

div.login_td_label{
	width: 36px;
	height: 34px;
	text-align: center;
	line-height: 36px;
	background: #eee;
	font-size: 20px;
	float: left;
	padding: 2px 0;
}

div.login_td_value{
	float: left;
}

div.login_td_idType{
	width: 120px;
	height: 36px;
	line-height: 36px;
	padding: 0px 5px;
	text-align: center;
	background: #c00;
	color: #fff;
	/* float: left;
	position: absolute;
	left: 100%;
	top: 0px; */
}

.login_td_label i{
	background: #eee;
	color: #c00;
}

.login_table tr td:first-child{
	width: 40px;
	background: #eee;
	color: #c00;
}

input{
	width: 250px;
	height: 34px;
	border: 1px solid #eee;
	padding: 2px 5px;
}

.login_form input[type='text'],.login_form input[type="password"]{
	width: 250px;
	height: 34px;
	border: 1px solid #eee;
	padding: 2px 5px;
}

.login_form input[type="submit"]{
	width: 250px;
	height: 35px;
	background: url("../../../image/system/dl.jpg");
}

input.loginPage_submitBtn{
	width: 250px;
	height: 35px;
	border: 1px solid #fff;
	background: url("../../../image/system/dl.jpg");
}