@charset "utf-8";
/* CSS Document */
.page{
	width: 960px;
	font-size: 0px;
	text-align: center;
	margin: 50px auto 20px;
}
.page a{
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	_display:inline;
	padding: 0 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	line-height: 23px;
	font-family: "Arial";
}
.page a:hover,.page a.active{
	background: #0D6ABE;
	/*font-weight: bold;*/
	color: #fff;
	border: 1px solid #0D6ABE;
}

 input.error, textarea.error{
    border: 1px solid #D70128;
}