.inputerror{
border: thin solid #FF0000;
}
.message_box {
	margin: 10px;
	font-size:12px;
	padding: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	background-color: #FFFDE1;
	border: 1px solid #cccccc;
	color:#333333;
	text-align:center;
	height:60px;
background-image:url(../_images/accept.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.error_box {
	margin: 10px;
	font-size:11px;
	padding: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	background-color: #FFD4C8;
	border: 1px solid #cccccc;
	color:#333333;
	text-align:center;
		height:60px;
background-image:url(../_images/error.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.info_box {
	margin: 10px;
	font-size:11px;
	padding: 12px;
	font-weight: bold;
	margin-bottom: 8px;
	background-color: #e3c1c3;
	border: 1px solid #cccccc;
	color:#333333;
	text-align:center;
		height:60px;
background-image:url(../_images/info.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#checkuser {
	font-size: 10px;
	margin: 0 0 0 5px;
}
.selectedpage{
color:#B92276;
font-size:14pxpx;
}
.pagingTxt a{
color:#FFFFFF;
}
.pagingTxt a:hover{
color:#FDEE23;
}
