/*******************Form*****************/
/**************** Validate error *********************/
div.error {
	color: #ed1c24;
	font-size: 12px;
	margin: 5px;
	display: block !important;
}
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: 10px !important;
	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;
}
