FORM {
	padding: 0;
	margin: 0;
}

FIELDSET {
	border: 1px solid #CFCFC5;
	-moz-border-radius: 10px;
}

BUTTON, A.button {
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 9pt;
	font-weight: bold;
	
	border: 0;
	color: #555555;
}

BUTTON {
	height:25px;
	padding-top:0;
}

A.button {
	display: block;
	text-align: center;
	height:20px;
	padding-top:5px;
}

BUTTON:HOVER .button:HOVER {	
	color:#996600;
}



BUTTON:HOVER .button:HOVER {	
	color:#996600;
}


.gui_text {
	 font-family: Arial,Helvetica,Sans-Serif;
	 font-size: 9pt;
	 border: 1px solid #CCCCCC;
	 padding: 2px;	 
	 margin: 0;
}

.gui_select {
	 font-family: Arial,Helvetica,Sans-Serif;
	 font-size: 9pt;
	 font-weight: normal;
	 border: 1px solid #CCCCCC;
	 padding: 1px;	 
	 margin: 0;
}


.gui_button {
	 width: 142px;
	 background: url('../images/link_button.gif') left top no-repeat;
}

.gui_button:HOVER {
	 background: url('../images/link_button_on.gif') left top no-repeat;
}

.gui_checkbox {
	 height: 12px;
	 width: 12px!important;
	 border: 0;
	 margin: 6px 2px 2px 2px;
}

.gui_radio {
	float: left;
	margin-top: 5px;
	padding: 0;
}

.text_xx_sml {
	width: 30px;
}

LABEL.label_yes_no {
	width: 25px!important;
}

/* Quick Search Form */
#quick_search P, #login_form_left P, #left_panel_links P {
	 padding: 0;
	 margin: 5px auto 0 auto;
	 width: 220px;
	 min-height: 20px;
	 font-size: 9pt;
}

 #quick_search SELECT{
	width: 216px;
	
}

#quick_search BUTTON, #left_panel_links .button {
	display:block;
	background: url('../images/link_button_lrg.gif') left top no-repeat;
	width: 220px;
}

#quick_search BUTTON:ACTIVE, #quick_search BUTTON:HOVER, #left_panel_links .button:ACTIVE, #left_panel_links .button:HOVER {
	background: url('../images/link_button_lrg_on.gif') left top no-repeat;
}

#quick_search .gui_text  {
	width: 210px;
}

#quick_search .field_sm {
	width: 65px;
}
/* End Quick Search Form */


/* Left Login Form */

#login_form_left LABEL {
	float: left;
	width: 70px;
	height: 20px;
}


#login_form_left .gui_text {
	float: left;
	width: 140px;
	clear: right;
}

#login_form_left BUTTON{
	float: left;
	width: 146px;
	clear: right;
	background: url('../images/link_button.gif') left top no-repeat;
}

#login_form_left BUTTON:HOVER{
	background: url('../images/link_button_on.gif') left top no-repeat;
}


/* End Left Login Form */

/* Reg Links */

#reg_links {
	text-align:left;
}

#reg_links UL {
	list-style-type: none;
	width:360px;
	margin-top: 50px;
	margin-left:80px;
	padding: 0;
}

#reg_links LI {
	text-align: center;
	margin-bottom: 30px;
}

#reg_links A:LINK, #reg_links A:VISITED {
	display:block;
	padding-top:22px;
	height:50px;	
	text-align:center;
	background: url('../images/reg_button.gif') left top no-repeat;
	font-size:16pt;
}

#reg_links A:HOVER, #reg_links A:ACTIVE {
	background: url('../images/reg_button_on.gif') left top no-repeat;
}


/* End Reg Links */

#menu_nav {
	padding:5px;
	height: 25px;
	width:650px;
	border: 1px solid #C7D9C1;
}

#menu_nav BUTTON {
	border: 0;
}

#menu_nav .button_holder {
	float:right;
	text-align: right;
}

#menu_nav .button_lrg {
	
	width: 142px;
	float: left;
	margin-right: 5px;
	background: url('../images/link_button.gif') left top no-repeat;
}

#menu_nav .button_lrg:HOVER {
	
	background: url('../images/link_button_on.gif') left top no-repeat;
}

.menu .spacer {
	float:left;
	height:14px;
	padding-top: 6px;
}


.form_button_lrg {
	width: 195px;
}

.button_wide {
	width: 185px;
}

.button_med {
	width: 125px;
}

/* Search Criteria*/

#criteria {
	margin:0 10px 0 10px;
	min-height: 230px;
}

#criteria FIELDSET {
	padding: 0;
	margin:0;
}

#criteria LABEL.field_label {
	float: left;
	width: 98px;
	margin: 0 0 0 10px;
	padding-top: 2px;
}

#criteria .gui_text{
	width: 200px;
}

#criteria SELECT{
	width: 206px;
}

#criteria .field_sm {
	width: 65px;
}

#criteria .col_left{
	width: 330px;
	height: 360px;
	margin-top: 0;
	float: left;
}

#criteria .col_right{
	float: left;
	width: 305px;
	height: 360px;
	margin-top: 0;
}

#criteria OL {
	list-style: none;
	padding: 0;
	margin: 0;
}

#criteria UL {
	list-style:none;
	padding: 0;
	margin:0;
}

#criteria LI {
	margin-top: 4px;
}

#criteria .attributes, #criteria .cuisines {
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #CCCCCC;
	padding: 0;
}

#criteria .cuisines {
	height: 122px;
	width: 302px;
	margin-left:10px;
	border: 1px solid #CCCCCC;
}

#criteria .attributes {
	width: 295px;
	height: 304px;
	margin-top:10px;
	margin-left:0px;
}

#criteria .attribute_group {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	background-color: #ECE9D8;
}

#criteria .center_text {
	text-align: center;
	height: 30px;
}

#criteria P {
	padding: 0;
	margin: 9px 0 0 0;
	clear: both;
	height: 21px;
}

#criteria H3 {
	width: 280px;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px;
	font-size: 10pt;
}

#criteria BR {
	margin: 0;
	padding: 0;
}

#criteria P.or {
	font-size: 8pt;
	font-weight: bold;
	text-align: center;
	width: 230px;
	height: 14px;
	margin-top: 12px;
}

/* End Search Criteria */

.monospace {
	font-family: 'Monospace';
}

/* Registration Form*/
#booking_form {
	margin: 0 0 0 10px;
}

#booking_form P {
	height: 22px;
	margin-top:12px;
	margin-bottom:0;
	clear: both;
}

#login_form FIELDSET, #booking_form FIELDSET {
	margin: 0;
	padding: 10px;
}

#booking_form LEGEND {
	color: #999966;
	font-size: 11pt;
}

#booking_form LABEL, #login_form LABEL {
	float: left;
	width: 110px;
	height: 15px;
	padding-top: 5px;
	font-weight: bold;
}

#login_form {
	margin:10px;
	width:300px;
	margin-left:105px;
}

#login_form P {
	margin: 5px 0 5px 0;
}

#booking_form P LABEL, #login_form P LABEL {
	float: left;
	margin: 5px 0 0 2px;
	padding: 0;
}

#booking_form .text_field, #booking_form SELECT {
	float: left;
	margin-left: 0;
}

#booking_form .long {
	width: 450px;
}

#booking_form .med {
	width: 100px;
		
}

#booking_form .short {
	width: 72px;
}

#booking_form TEXTAREA {
	height: 100px;
	margin: 0 0 12px 0;
}

#booking_form .radio{
	float: left;
	margin: 5px 2px 0 5px;
	padding: 0;
}

#booking_form .buttons {
 	margin-top: 10px;
}

#booking_form SPAN {
 	display: block; 
 	height:45px;
 	float:left;
 	margin: 0 0 10px 0;
 	padding-top:18px;
 	font-size: 12pt;
 	font-weight: bold;
 	line-height: 18pt;
 	color: #6D6D49;
}

LABEL.radio {
	padding-top: 2px;
}

.clear {
	clear: both!important;
}

.text_left {
	text-align: left!important;
}

TABLE.menu TD {
	padding: 1px 0 1px 10px;
}

TABLE.menu LABEL {
	padding: 0;
	margin:0;
}

/* Finalise Order Form */

#finalise_order {
	float: none;
	display: block;
	margin-top: 20px;
}

#finalise_order .contact_form {
	display: block;
	width: 300px!important;
	float: left;
}

#finalise_order .delivery_form {
	width: 300px;
	float: left;
}

#finalise_order P {
	width: 300px;
	height: 20px;
	display: block;
	margin-top: 0;
	margin-bottom: 10px;
}

#finalise_order H4{
	float: left;
	text-align:left; 
	width: 450px;
}

#finalise_order  LABEL{
	display: block;
	float: left;
	width: 100px;
	height: 18px;
	padding-top: 2px;
	margin-right: 5px;
}

#finalise_order  LABEL.short{
	width: 60px;
	margin-right: 5px;
	text-align: right;
}

#finalise_order INPUT {
	float: left;
}

#finalise_order .gui_select {
	float: left;
}

#finalise_order .postcode {
	float: left;
	width: 56px!important;
}

#finalise_order .gui_text {
	width: 180px;
	float: left;
		
}

#finalise_order .buttons{
	clear: both;
	width: 400px;
	padding-top: 15px;
	padding-left: 100px;
}

#finalise_order .gui_button{
	float: left;
	margin-left: 5px;
	width: 150px;
}

/* Finalise Order Form */

/* Admin */
.admin_criteria {
	min-height: 120px!important;	
}

.admin_form{
	margin:0 10px 0 10px;
	min-height: 250px;
}

.admin_form .col_left {
	float: left;
	width:315px;
}

.admin_form .col_right {
	float: right;
	width:315px;
	
}

.admin_form FIELDSET {
	padding: 20px 0 20px 0;
	margin:20px 0 0 0;
}

.admin_form LABEL {
	float: left;
	width: 98px;
	margin: 0 0 0 10px;
	padding-top: 2px;
}

.admin_form .gui_text{
	width: 180px;
}

.admin_form SELECT{
	width: 186px;
}

.admin_form .field_sm {
	width: 65px;
}

.admin_form OL {
	list-style: none;
	padding: 0;
	margin: 0;
}

.admin_form LI {
	float: none;
	margin-top: 4px;
}

.admin_form .check_label{
	margin-left: 2px;
}

.admin_form #eatin, .admin_form #takeaway, .admin_form #catering {
	float: left;
}

.admin_form .error {
	float: none;
}

.editor_container {
	clear:both;
	margin-left: 10px;
}

.editor_container IFRAME{
	float:none;
	margin-left: -110px;
	margin-top:5px;
	border: 1px solid #CCCCCC;
}

.editor_container TEXTAREA{
	margin-left: -110px!important;
}

