form {
    margin: 0;
    padding: 0;
    width: 420px;
    /*overflow:auto;*/
}
form fieldset {
    /*background-color:#f1f1f1;*/
    float: left;
    border: 0;
    padding:0px;
    margin: 0;
    width: 100%;
}
form fieldset.hidden {
    border: 0;
}
form legend {
    font-weight:bold;
    display:block;
	padding-left:15px;
	font-size:14px;
	color:#1f275c;

	/* attempted fix for gecko bug (see mantis #360) */
	position:relative;
	clear:both;
	overflow:hidden;
	top:-1px;
}
form fieldset ol {
    margin: 0;
    padding:5px;
}
form fieldset li {
    display: block;
    list-style: none;
    margin: 0;
    clear: both;
}
form label {
    margin: 0 0 0 5px;
}
form label.element {
    display: block;
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: bold;
    text-align: right;
}
form label.element_label {
    display: block;
    font-family : Calibri;
    width: 200px;
    text-align: right;
}
form label.content_label {
    display: block;
    font-family : Calibri;
    width: 80px;
    text-align: right;
}
form input, form textarea, form select {
    width: auto;
}
form textarea {
    overflow: auto;
}
form br {
    clear: left;
}
form div.element {
    display: inline;
    float: left;
    margin: 5px 0 0 10px;
    padding: 0;
}
form li.reqnote {
    font-size: 80%; 
    margin: 5px 0 0 10px;
}
form span.error, form span.required {
    color: red;
}

form div.error {
    border: 1px solid red;
    padding: 5px;
}


form#fill{
	width:100%;
	min-width:none;
	max-width:none;
}

form textarea{
	width:360px;
	height:100px;
}

form div.element{
	min-height:1.7em;
}

form input.sub-property{
  margin-left: 40px;
}
form input.sub-sub-property{
  margin-left: 80px;
}
form input.sub-sub-sub-property{
  margin-left: 120px;
}

form#pricing_options td.element{
	vertical-align:top;
}

/* override style for unavailable dates in YUI calendar */
.yui-skin-sam .yui-calendar td.calcell.restricted { 
	background-color:#ff6633;
	text-decoration:none; 
}
/* override style for dates not in this month in YUI calendar */
.yui-skin-sam .yui-calendar td.calcell.oom {
    background-color: #CCCCCC;
    color: #CCCCCC;
    cursor: default;
}
.yui-skin-sam .yui-calendar td.calcell.previous { 
	color:#000000;
	background-color:#ff6633;
	text-decoration:none; 
}
/* highlight1 style is for a calendar departure day that is bookable as an arrival day */
.yui-skin-sam .yui-calendar td.calcell.highlight1 { 
	color:#000000;
	background-color: #ffffff;
	background-image: url('../images/depCal.png');
	background-repeat: no-repeat;
}
.yui-skin-sam .yui-calendar td.calcell.highlight1:hover { 
	color:#ffffff;
 	background-color:#426fd9;
 	background-image: none;
}
/* highlight2 style is for a calendar arrival day that could be marked as a booking departure day */
.yui-skin-sam .yui-calendar td.calcell.highlight2 { 
	color:#000000;
 	background-image: url('../images/arrCal.png');
	background-repeat: no-repeat;
}
/* highlight3 style is for a booking selection departure day that is bookable as an arrival day */
.yui-skin-sam .yui-calendar td.calcell.highlight3 { 
	color:#000000;
	background-color: #ffffff;
	background-image: url('../images/depSel.png');
	background-repeat: no-repeat;
}
.yui-skin-sam .yui-calendar td.calcell.highlight3:hover { 
	color:#ffffff;
 	background-color:#426fd9;
 	background-image: none;
}
/* highlight4 style is for a booking selection arrival day that does not coincide with a calendar departure day */
.yui-skin-sam .yui-calendar td.calcell.highlight4, .yui-skin-sam .yui-calendar td.calcell.highlight4 a { 
	color:#000000;
	background-color: #ffffff;
 	background-image: url('../images/arrSel.png');
	background-repeat: no-repeat;
}
.yui-skin-sam .yui-calendar td.calcell.highlight4:hover, .yui-skin-sam .yui-calendar td.calcell.highlight4 a:hover { 
	color:#ffffff;
 	background-color:#426fd9;
 	background-image: none;
}
/* highlight5 style is for a booking selection departure day that is already a calendar arrival day */
.yui-skin-sam .yui-calendar td.calcell.highlight5 { 
	color:#000000;
 	background-image: url('../images/depSelarrCal.png');
	background-repeat: no-repeat;
}
/* highlight6 style is for a booking selection arrival day that is already a calendar departure day */
.yui-skin-sam .yui-calendar td.calcell.highlight6 { 
	color:#000000;
 	background-image: url('../images/depCalarrSel.png');
	background-repeat: no-repeat;
}
.yui-skin-sam .yui-calendar td.calcell.highlight6 a { 
	color:#000000;
	background-color:transparent;
}
.yui-skin-sam .yui-calendar td.calcell.highlight6:hover, .yui-skin-sam .yui-calendar td.calcell.highlight6 a:hover { 
	color:#ffffff;
 	background-color:#426fd9;
 	background-image: none;
}

