@CHARSET "UTF-8";
@import "core.css";
@import "button.css";
@import "form.css";
@import "table.css";

a{ color:#444; text-decoration:none; }
a:hover{ color:#BB0002; }

/*color*/
.red{ color:red; }
.green{ color:green; }
.blue{ color:#117CAE;}
.red2{ color:#BB0002;}
.w{ width:1000px; margin:0px auto; }
.delete-text{text-decoration: line-through;}

/*page-header*/
.page-header {
	height:80px; display:table; background:#fff;
	border-bottom:1px solid #ddd;
}
.page-header .logo{
	float:left; padding-top:12px;
}
.logo img{
	vertical-align: middle;
}
.page-top{
	float:right; width:600px;
}
.page-content{
	background:url(../Images/home_bg.jpg) center no-repeat; height:560px;
}
.user-login{ 
	background:url(../Images/home_login_bg.gif) no-repeat; 
	width:353px; 
	height:374px;
	/* float: right;
	margin-right: 150px; 
	margin-top: 60px;*/
}
.fixed_div{ 
	
	margin-left:647px; 
	
	width:353px; 
}

.page-register{ display:table; margin-top:20px;}

.table-register{ width:100%;}
.table-register th{ background:#ddd; padding:5px;}
.table-register td{ padding:5px;}
.table-register th small{ color:red;}
.table-sub{ width:600px; padding:10px; border:none;}
.table-sub th{ background:#fff; width:100px;}
.table-sub td{ text-align:left;}
.btnLogin{
	background: url(../Images/button.png) no-repeat;
	color: #EEE;
	font-size: 13px;
	width: 90px;
	height: 32px;
	line-height: 32px;
	font-weight: 700;
	text-align: center;
	text-shadow: 0 1px 0 rgba(0,0,0,.3);
	border: 0;
	text-decoration: none!important;
	cursor: pointer;
}
.btnLogin:hover{
	background: url(../Images/button.png) 0px -33px no-repeat;	
}
.btnLogin:active{
	background: url(../Images/button.png) 0px -66px no-repeat;	
}
/*page-footer*/
.page-footer {
	diaplay:table; text-align:center;	
	line-height:24px; padding:20px 0px;  font-size:12px;
}
.page-footer a{ 
	text-decoration: none; 
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}