input.error{
	 border: 1px solid #D70128 !important;
}
textarea.error{
	 border: 1px solid #D70128 !important;
}
.hlkg .input.error{
	 border: 1px solid #D70128 !important;
}.hlkg textarea.error{
	 border: 1px solid #D70128 !important;
}
/* pager style */
.page{
	padding:25px 0 40px;
	font-size:12px;
	/*font-weight:bold;*/
	line-height:22px;
	text-align:center;
	clear:both;}
.page a{
	text-decoration:none;
	color:#8698b6;
	background:#fff;
	border:1px solid #CCCCCC;
	padding:0 20px;
	margin-right:3px;
	line-height: 50px;
	box-sizing:border-box;
	color:#222222;
}
.page a.active{
	background:#035cac;
	font-weight: normal;
	border:1px solid #035cac;
	color:#fff}
.page a:hover{
	text-decoration:none;
	color:#fff;
	background:#035cac;
	font-weight: normal;
	border:1px solid #035cac}




@media screen and (max-width: 10230px){
	.page a{
		padding:0 10px;
		line-height: 28px;
	}
}