/* message */
.message{	
	text-align: center;
	font: bold 14px Verdana;
	margin-bottom: 0.5em;
	width: 100%;
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	overflow:hidden;
	vertical-align: middle;
	height: auto !important;
}

.message .text{
	text-align: center;
	margin: 0 auto 0 auto;
	height: 100%;
	line-height: 2em; 
}

.error{
	background: #FF8F96;
}

.ok{
	background: #60CF0C;
}

.message a.close{
	margin-top: 0.2em; 
	display: block;
	float: right;
	height: 22px;
	width: 22px;
	background: red url("../images/close.png") no-repeat top right;
	
}

.message a:hover.close{
	margin-top: 0.2em; 
	display: block;
	float: right;
	height: 22px;
	width: 22px;
	background: url("../images/close_hover.png") no-repeat top right;
}

.errorValid{
}
.errorValid input,
.errorValid textarea,
.errorValid select{
	border: solid 2px red;
	background-color: #FF8F96;
}