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;
	background-color : transparent;
}

input
{
	width : 200px;
}

select
{
	width : 204px;
}

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

fieldset
{
	padding :4px 1px; 
	position : relative;
	border-color : #CCC;
	margin-bottom : 5px;
	margin-top : 10px;
	border : none;
/*	border-width : 1px;
	border-style : solid;*/
	/*width : 97%;*/
}


legend 
{
	border :none;
	padding : 0px 4px;
	margin-bottom : 6px;
	font-size : 13px;
	font-weight : bold;
	color : #05263D;
}

label
{
	font-weight : bold;
	width : 100px;	
	float : left;
	margin-right : 5px;
	text-align : right;
   padding : 0 8px 0 0;
}

label.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 : right 7px;
}

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.wide, textarea.wide
{
  width : 280px;
}

input.narrow, textarea.narrow
{
  width : 70px;
}
textarea.short
{
	height : 40px;
}

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;
}





