/* MESSAGES */
.message {
   width: 450px;
   border: 1px solid;
   margin: 12px 0;
   background: no-repeat 8px 10px;
}
.mssg_txt {
   font-size: .9em;
   color: #333;
   margin: 8px 8px 8px 48px;
}
.mssg_error {
   border-color: #e01616;
   background-color: #fdf3f3;
   background-image: url(/forum/img/forbidden.gif);
}
.mssg_notice {
   border-color: #f57900;
   background-color: #fef8f2;
   background-image: url(/forum/img/exclamation.gif);
}
.mssg_success {
   border-color: #47c518;
   background-color: #f6fcf3;
   background-image: url(/forum/img/success.gif);
}
.mssg_error strong {
   color: #e01616;
}
.mssg_notice strong {
   color: #f57900;
}
.mssg_success strong {
   color: #47c518;
}
/* FORM*/
div.input{display:inline;}
/* VALIDATION ERRORS */
.form-error{border-color:red;}
.error-message{color:red;}
/* LIENS */
a img {border:none;}

/*PAGINATION*/
div.disabled {
			display: inline;
			float: none;
			clear: none;
			color: #C0C0C0;
		}
