/**********  for paging 
*****************/
.pgnum {
	display:block;
	line-height:25px;
	width:98%;
	text-align:center;
	margin:15px;
}
.pgnum a {
	color:#FFF;
	padding:5px 10px;
	text-decoration:none;
	border:1px solid #CCCCCC;
}
.pgnum a:hover {
	background:#7B000E;
	color:#fff;
	padding:5px 10px;
	text-decoration:none;
}
.pgnum .current {
	background:#7B000E;
	border:1px solid #B20A1B;
	color:#fff;
	padding:5px 10px;
}
/********************Form******************/
/**************** Validate error *********************/
div.error {
	color:#ed1c24;
	font-size:12px;
	margin:5px;
}
input.error, select.error, textarea.error {
	border:1px solid #ed1c24;
	background-color:#ffe6e7;
}
.success {
	color:#28ff28;
	font-size:12px;
	margin:5px;
}
/* Messages */
.notification {
	display: block;
	padding: 10px 10px 10px 30px;
	border: 1px solid;
	margin-bottom: 5px;
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color:#0f0f0f;
}
.n-success {
	background-color: #a3e6bd;
	border-color: #68d59b;
	margin:5px;
	padding:12px 0 12px 12px;
}
.n-information {
	background-color: #fdedc8;
	border-color: #e3a54e;
	margin:5px;
	padding:12px 0 12px 12px;
}
.n-error {
	background-color: #ffc6ca;
	border-color: #FF3333;
	margin:5px 0;
	padding:12px 0 12px 12px;
}
