
.common-form label, #room_type_form {margin:0;padding:0;color:#505050}
.common-form fieldset{border:0}
.common-form p{padding:2px 0;margin:14px 15px;position:relative}
.common-form label,#room_type_form label{float:left;width:155px}
.common-form input,.common-form select,.common-form textarea{background:#fff;width:170px;border:1px solid #ccc;padding:2px 5px;color:#797162 }
.common-form select{padding:1px;width:183px }
.common-form input.checkbox{width:13px}

label strong {color:red}

.common-form span.hint, .common-form span.formError {
	font-size:9px;
	font-family:verdana;
	color:#797162;
	border:1px solid #ffcc00;
	padding:5px 5px 5px 40px;
	width:250px;
	position:absolute;
	margin: -8px 0 0 14px;
	height: auto !important; min-height: 25px; height: 25px; 
	z-index:10;
	background-color:#fffdca;
}
.common-form span.hint{display:none}
.common-form span.formError{display:none}
.common-form span.formError.visible{display:inline}
 span.hint .pointer, .common-form span.formError .pointer{
	background:url(../images/bg-span-hint-base.gif) no-repeat top left;
	position:absolute;top:0;left:-13px;height:32px;width:45px
}
.common-form span.formError .pointer{background-image:url(../images/bg-span-hint-error.jpg)}
.common-form span.formError {
	background-color:#fda3a3;
	border:1px solid #c35d5d;/*display:inline*/
}
.common-form input.BE-radio { width:auto;}
.common-form label.BE-creditcard-label { width:90px}
.common-form p.BE-creditcardtype input { border:0; background-color:#F2F9FE;}
.common-form input.terms_conditions { border:0;}

.common-form p.welldone span.hint {
	background:#d5f0a1;
	border-color:#8dbd32;
	color:#000;
}
.common-form p.welldone span.hint .pointer {
	background:#9fd680 url(../images/bg-span-welldone.jpg) no-repeat top left;
	position:absolute;top:0;left:-13px;height:32px;width:45px
}
form p.welldone span.formError {display:none !important}

.common-form p.welldone {background:transparent url(../images/bg-p-welldone.gif) no-repeat 347px 0px}

.red{color:red}
