/* copied from skin.cs from here */


/*booking form*/
.numberPositive, .No_Children, .No_Adults, .Configuration  {
width: 56px !important;
}
input[id*=Double],input[id*=Single],input[id*=Cot],input[id*=Twin]{
width: 100% !important;
}
[id*=NightsStay], [id*=Person]{
	min-width: 64px;
}
#popup thead th {
text-align: center;
}
/*booking form end*/
/*dnnSEARCH*/
#dnn_dnnSEARCH_ClassicSearch span {
	display: inline-block !important;
}
#dnn_dnnSEARCH_ClassicSearch .dnnSearchBoxClearText {
	display: none;
}
/* modified a->a#dnn_dnnSEARCH_cmdSearch
#dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch {
	background:url('Images/search-button.png') no-repeat;
	text-indent:-999em;
	display:block;
	width:90px;
	height:35px;
	margin-left: 220px;
    margin-top: -35px;
}
#dnn_dnnSEARCH_ClassicSearch a#dnn_dnnSEARCH_cmdSearch:hover {
	background:url('Images/search-over.png') no-repeat;
}
*/
/*dnnSEARCH end*/

/* copied from skin.cs to here */

/* booking form flex issue start*/
.formContainer .row {
	display: block !important;
}
/* booking form  flex issue end */

/* children popup display fix start */
#popup {
	clear: both;	
}
}
/* children popup display fix end */

div#InvalidChildren {
	margin-left:0 !important;
}

/* Feedback module start*/
.Feedback_Field .dnnFormItem span.dnnFormMessage.dnnFormError {

    right: auto !important;

}
/* Feedback module end*/