#newbook_content .pretty_fieldset legend {
    font-family: 'Ovo', 'Times New Roman', serif;
    font-size: 18px;
    margin: 0;
    padding: 0 0 10px 0;
    line-height: 1;
    color: #000000;
    font-weight: bold;
}
#newbook_content .ui-button {
    background: #638d3c;
    border: 0;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
#newbook_content .ui-button.ui-state-hover {
    background: #222222;
    color: #ffffff;
}
#newbook_content .ui-button.ui-state-hover span {
    color: #ffffff !important;
}
#newbook_content #availability_table {
    border: 1px solid #222222;
}
#newbook_content #availability_table td {
    border: 1px solid #222222;
    padding: 3px;
    color: #222222;
}
#newbook_content #availability_table .ui-widget-header {
    background: #222222;
    color: #ffffff;
    border: 1px solid #222222;
}
#newbook_content #availability_table td.error {
    color: #D8000C;
}
#newbook_content div.magnifier-opener {
    width: auto;
}
#newbook_content .category_name .ui-button-text {
    line-height: 16px;
}
#newbook_content .category_name img {
    position: static;
}
#newbook_content .category_name .ui-button-text {
    padding: 10px;
}
#newbook_content .online_booking_controls .ui-button {
    margin-right: 0;
}

.ui-dialog {
    background: #222222;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 0;
}
.ui-dialog .ui-widget-header {
    background: none;
    border: 0;
}
.ui-datepicker select {
    color: #000000;
    font-weight: normal;
}
.fancybox-outer .pretty_table th,
.fancybox-outer .pretty_table td {
    border: 1px solid #000000;
}
.fancybox-title-float-wrap .child .pretty_table_wrapper .occupant_limits {
    color: #000000;
}
#newbook_content img.newbook_icon {
	padding: 0 !important;
	max-width: 100% !important;
}
#newbook_content input[type=text], #newbook_content select, #newbook_content textarea {
	width: 70% !important;
}