.help-block {
	display: block;
	margin-bottom: 9px;
}
.help-block, .help-inline {
	color: #555555;
}
.alert-success {
	background-color: #DFF0D8 !important;
	border-color: #D6E9C6  !important;
	color: #468847  !important;
	line-height: 16px;
}
.alert-error {
	background-color: #F2DEDE !important;
    border-color: #EED3D7 !important;
    color: #B94A48 !important;
	line-height: 16px;
}
.alert {
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
	border-radius: 4px 4px 4px 4px;
	color: #C09853;
	margin-bottom: 18px;
	padding: 8px 35px 8px 14px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}			
.errormsg {
	color: #DD4B39;
	display: block;
	link-height: 17px;
	margin: 0.5em 0 0;
}

/**Rating Style**/
#CustomerBookingFeedback {
	width: 510px;
	margin: 0px auto;
}
#CustomerFeedbackForm li{
	background-image: none !important;
}

#CustomerFeedback {
	color: #555555;
}
#CustomerFeedback h2 {
	border-bottom: 1px dotted #CCCCCC;
	font-size: 14px;
	margin-bottom: 6px;
	padding-bottom: 6px;				
}
#CustomerFeedback li {
	margin-bottom: 6px;
}
.feedbackLeftCol {				
	float: left;
	width: 110px;
	height: 21px;
	text-align: right;
	margin-top: 2px;
}
#CustomerBookingFeedback .feedbackLeftCol {
	width: 160px;	
}
#CustomerBookingFeedback ul {
	padding-left: 10px !important;
}
.feedbackRightCol {				
	float: right;
	width: 280px;				
}
#CustomerFeedbackForm input[type="text"] {
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;				
	font-size: 12px;
	padding: 3px;
	width: 266px;
}
#CustomerFeedbackForm input[type="text"]:focus, #CustomerFeedbackForm textarea:focus {
	border: 1px solid #048BDC;				
}
#CustomerFeedbackForm textarea {
	border: 1px solid #CCCCCC;
	border-radius: 2px 2px 2px 2px;
	display: inline-block;
	font-family: "Lucida Grande",Tahoma,Arial,Verdana,sans-serif;
	font-size: 12px;
	height: 60px;
	outline-color: blue;
	padding: 3px;
	resize: vertical;
	vertical-align: top;
	width: 266px;
}
.error {
	background: none repeat scroll 0 0 #F9F9DE;
	border: 1px solid #DD4B39 !important;
}
label.error {
	border: 1px solid green !important;
	display: none !important;
}
.marginTop2px {
	position: relative;
	top: -2px;
}
#onTestimonial {			
	margin-top: 6px;
}
.fade {
	color: #cccccc;				
}
.help-text {
	color: #333333;
	display: block;
	font-size: 11px;
	margin: 2px 0;
}