﻿.sr {
	position: absolute;
	left: -9999em;
	top: 0;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
	
.horizontalquestionholder {overflow:hidden;height:100%;}
.horizontalquestions {float:left; clear:none;}
#syndrooms {width:144px;}
#syndlayout {width:211px;}
#synddelegates {width:125px;}
#accommfrom {width:160px;}
#accommtype {width:211px;}
#accommrooms {width:60px;}
#accommnights {width:50px;}


/* Hide from IE5-mac. Only IE-win sees this. \*/
 
* html .horizontalquestionholder {
  margin: 0 0 0 -1px;
  }
* html #accommfrom {
  width:148px;
  }

/* Forms
------------------------------*/

form, fieldset
{
	margin: 0;
	padding: 0;
}

fieldset
{
	border: 1px solid #000;
}

legend
{
	padding: 0; background-color:White;
}

input, textarea, select
{
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
}
input, textarea {margin: 0 4px;}

input.narrow { width: 50px; }

select
{
	padding: 0;
}

/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form.cmxform
{
	width: 550px;
	font-size: 1.1em;
	color: #333;
}

form.cmxform legend
{
	padding-left: 0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 0.75em;}

form.cmxform legend, form.cmxform label
{
color: #797979;
}

form.cmxform fieldset
{
	border: none;
	border-top: 1px solid #A2D2E8;
	background: url(/images/boxes/cmxform-fieldset.gif) left bottom repeat-x;
}

form.cmxform fieldset fieldset
{
	background: none;
}

form.cmxform fieldset li
{
	padding: 5px 10px 7px;
	background: url(/images/boxes/cmxform-divider.gif) left bottom repeat-x;
}

/**********************************

Use: cmxform template
Author: Nick Rigby

***********************************/

form.cmxform fieldset
{
	margin-bottom: 10px;
}

form.cmxform legend
{
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.cmxform label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
}

form.cmxform fieldset ol
{
	margin: 0;
	padding: 0;
}

form.cmxform fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.cmxform fieldset fieldset
{
	border: none;
	margin: 3px 0 0;
}

form.cmxform fieldset fieldset legend
{
	padding: 0 0 5px;
	font-weight: normal;
}

form.cmxform fieldset fieldset label
{
	display: block;
	width: auto;
}

form.cmxform em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form.cmxform label
{
	width: 330px;
}
/* Width of labels */
form.cmxform fieldset fieldset label
{
	margin-left: 123px;
}
/* Width plus 3 (html space) */

/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */