body {
  background-image: url(http://www.elbotours.com/basicbus/bg.gif);
  background-color:#FFFFFF;
}

#header {
  height:100px;
  background-image: url(http://www.elbotours.com/basicbus/index.2.jpg);
  background-repeat:no-repeat;
  background-color:#ffffff;
}

H3 {
  font-size: 90%;
  color:#FFFFFF;
  margin-top: 0px;
  padding:5px 2px 5px 5px;
  background-color:#FF0000;
}
.widget {
	padding: 7px 0;
	border-top: 3px solid #FFD37A;
	border-bottom: 1px solid #CCC;
}
form {
	font-family: Verdana, Arial, Sans-Serif;
	padding: 10px;
	height: expression(\\\'1%\\\'); /* IE Pick-a-boo bug fix */
       background-color:#ffffff;
       width:900px;
       margin-left: auto ;
      margin-right: auto ;


}
fieldset {
	position: expression(\\\'relative\\\'); 
	padding: 15px 10px;
	background-color:#FAFAFA;
	margin: 20px 0;
}
fieldset fieldset  {

        border: 1px solid #ccc;
	background-color:#FFF;

}
legend {
        font-weight: bold;
	position: expression(\\\'absolute\\\');
	top: expression(\\\'-9px\\\'); 
	padding: 2px 5px;
       background-color:#ffffff;
}
fieldset fieldset legend {
	font-size: 90%;
}
label, .label {
	/**text-transform: capitalize;**/
	color: #333;
	font-size: small;
	margin: 0;
    
}
/* .label is typically used on a span or p tag to label a radio or checkbox group */
label.preField, .label  {
	display: -moz-inline-box;
	display: inline-block;
	padding: 0 2px;
	margin: 0.4em 4px 0 0;
    width:130px;
}
label.subField  {
	display: -moz-inline-box;
	display: inline-block;
    text-align:right;
    width: expression(\\\'4em\\\'); /* Min-width for IEl6 */
	min-width: 4em;
}
.label { display: block; width: auto; }

label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	padding: 0;
	vertical-align: top;
	margin: 2px 0 1px 0;

}
input[type=text] {

}
input[type=radio] {
	font-size: 0.8em;
}
select {
    font-size: 0.8em;
	padding: 0;
	margin: 2px 0 1px 0;

}

/* Form Builder Related Rules */
/* ========================== */
/* Form or Fieldset instruction paragraph. */
.instructions {
	margin: 1.5em 0;
}
/* Ties together a label and its checkbox or radio */
.oneChoice {
	white-space: nowrap;
}
/* wForms Related Rules */
/* ==================== */
/* Field w/ a validation error */
.error {	/* deprecated since wForms v0.92 */
	border: 1px solid #F00;
}

.errFld {
	border: 1px solid #F00;
}

/* Styling for message associated with a validation error. */
.errorMsg { /* deprecated since wForms v0.92 */
	color: #CC3333 !important;
	display: inline;
    
}
.errMsg {
	color: #CC3333 !important;
	display: block;
    font-size:0.8em;
}
/* Field-Hint with focus */
.field-hint {
	color: #000;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/images/tfa-bracket.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px ;
}
/* Field-Hint without focus */
.field-hint-inactive {
	color: #666;
	float: right;
	clear: right;
	width: 190px;
	font-size: 85%;
	min-height: 2em;
	background-image: url(/images/tfa-greybracket.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 20px ;
}
/* Repeat Behavior  */
.repeat {
	border: 1px solid #ddd;
	background-color: #FFFFFF;
	margin: 3px 0;
	padding-right: 6px;
}
.removeable {
	border: 1px solid #ddd;
	background-color: #F3F3F3;
	padding-right: 6px;
}
/* Links generated by the Repeat Behavior */
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	display: block;
}
.duplicateLink {
	margin-top: 10px;
	font-weight: bold;
	display: block;
    font-size: 0.8em;
}
.duplicateLink span {
    color:#000000;
    font-size: 0.9em;
}
.removeLink {
	margin-top: 10px;
	text-align: right;
	font-weight: bold;
	display: block;
    font-size: 0.8em;
	color:#000000;
}
/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h,
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l,
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p,
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}

/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
.actions {
	padding-top: 15px;
	text-align: right;
	clear: right;
}
.primaryAction {
	display: inline;
}
.secondaryAction {
	color: grey;
	display: inline;
}
.secondaryAction:hover {
	color: black;
}
/**
* Date Picker
**/
input.DatePicker{
	cursor: pointer;

}
.dp_container{
    display:inline;
	position: relative;
	padding: 0;
	z-index: 900;
    background-color:
}

.dp_cal{
	background-color: #fff;
	border: 1px solid #0070bf;
	position: absolute;
	width: 177px;
	top: 24px;
	left: 0;
	margin: 0px 0px 3px 0px;
}

.dp_cal table{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

.dp_cal select{
	margin: 2px 3px;
	font-size: 11px;
}

.dp_cal select option{
	padding: 1px 3px;
}

.dp_cal th, .dp_cal td{
	width: 14.2857%;
	text-align: center;
	font-size: 11px;
	padding: 2px 0;
}

.dp_cal th{
	border: solid #aad4f2;
	border-width: 1px 0;
	color: #797774;
	background: #daf2e6;
	font-weight: bold;
}

.dp_cal td{
	cursor: pointer;
}

.dp_cal thead th{
	background: #d9eefc;
}

.dp_cal td.dp_roll{
	color: #000;
	background: #fff6bf;
}

/* must have this for the IE6 select box hiding */
.dp_hide{
	visibility: hidden;
}

.dp_empty{
	background: #eee;
}

.dp_today{
	background: #daf2e6;
}

.dp_selected{
	color: #fff;
	background: #328dcf;
}

