.validationError {
	border: 2px solid red;
}

#consultation {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	position: absolute;
	top: 140px;
	right: 15px;
	width: 344px;
	height: 65px;
	overflow: hidden;
	z-index: 1000;
	background-image: url(/themes/prestashop/consultation/consultation.png);"
}

#consultationToggleBtn {
	cursor: pointer;
	position: absolute;
	left: 20px;
	top: 26px;
	width: 324px;
	height: 40px;
}


#consultationMessage {
	text-align: center;
	margin: 150px 20px 0px 60px;
	font-size: 17px;
	color:#400000;
}

#consultation form {
	margin: 70px 0px 0px 30px;
}

#consultation .consultationButtons {
	border:none;
	color:#fff;
	padding:5px;
	float: right;
	cursor: pointer;
}

.consultationCloseBtn {
	background:#bf6300;
	width: 75px;
}

#submit_consultation {
	background:#9c5100;
}
