form
{
	font-size : 11px;
}
form img
{
  border : none;
}

input, textarea, select
{
	font-family : arial, verdana;
	font-size : 12px;
	border-width :1px;
	border-style : solid;
	border-color : #003861;
    padding : 1px;
}

textarea
{
	width : 200px;
	height : 100px;
}

input
{
	width : 200px;
}

select
{
	width : 204px;
}

input:focus, select:focus, textarea:focus
{
  border-color : #D00;
}

fieldset
{
	padding :10px; 
	position : relative;
	border : none;	
	margin-bottom : 5px;
	margin-top : 10px;
	background: #e8e8e8;
}
fieldset.narrow_form
{
	font-size : 11px;
	margin-top : 0px;
}
fieldset.left_200
{
	width : 210px;
	float : left;
}

legend 
{
	border :none;
	padding : 0px ;
	margin-bottom : 2px;
	font-size : 13px;
	font-weight : bold;
	color : #00388C;
}

label
{
	font-weight : normal;
	display: block;
	margin-right : 5px;
	text-align : left;
   	padding : 0 0 0 8px;
}

label.inline {
	float: left;
	width: 100px;
}
abel.radio
{
  width : 140px;
  display : block;
  float : none;
  text-align : left;
}

label.radio_inline
{
  width : 50px;
  text-align : left;
/*  display : inline;*/
  float : left;
}

label.required
{
  background-image : url(bullet_red.gif);
  background-repeat : no-repeat;
  background-position : left center;
}
label.search
{
	width : 40px;
	color : #D00;
	text-align : left;
}
fieldset.left_200 label
{
   padding : 0 0 0 8px;
}
fieldset.left_200 label.required
{
  background-position : left 5px;
}
lfieldset.narrow_form label
 {
	display : block;
	font-weight : normal;
	text-align : left;
	float : none;
	width : 150px;
   padding : 0 0 0 8px;
}
fieldset.narrow_form label.required
{
  background-image : url(bullet_red.gif);
  background-repeat : no-repeat;
  background-position : left 7px;
}
fieldset.bus_detail label
{
	font-weight : bold;
	text-align : left;
	width : 80px;
}
label.l_10
{
	width : 10px;
	padding : 0;
}


input.radio, input.radio_inline, input.checkbox
{
  width : 15px;
  border : none;
}

input.date
{
  width : 70px;
  text-align : center;
}

input.phone
{
  width : 80px;
  text-align : right;
}

input.button
{
	color : #FFF;
	font-weight : bold;
	background-color : #6688A0;
	width : auto;
}

input.super_wide, textarea.super_wide
{
  width : 500px;
}
input.wide, textarea.wide
{
  width : 280px;
}
input.mid, textarea.mid
{
  width : 160px;
}
input.narrow, textarea.narrow
{
  width : 70px;
}
input.very_narrow, textarea.very_narrow
{
  width : 40px;
}
textarea.short
{
	height : 40px;
}
select.mid
{
	width : 164px;
}
select.search
{
	width : 184px;
}

div.form_row
{
  display : block;
  width : 100%;
  clear : both;
  margin-bottom : 3px;
  float : left;
}

div.data_col
{
  width : 380px;
  float : left;
  clear : right;
  margin-bottom : 3px;
/*  position : relative;*/
}
div.data_col_narrow
{
  width : 200px;
  float : left;
  margin-bottom : 3px;
/*  position : relative;*/
}

div.data_col_narrow.calendar,div.data_col.calendar
{
	position : relative;
	z-index : 20;
}
div.error
{
	color : #D00;
}



