body {
  background-color: white;
  background-image: url(http://webdesign.marknewsome.com/dreamweaver/form_example/swn_2007_bg.gif);
  background-repeat:repeat-x;
  
}

fieldset  {
	font: 0.9em helvetica, arial, sans-serif;
	color: #666;
	background-color: white;
	padding: 2px;
	border: dotted 1px  #666666;
	width: 550px;
}
	
legend  {
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	background-color: black;
	padding: 2px 6px;
	margin-bottom: 8px;
	margin-left: 10px;
}

label   {
	font-weight: bold;
	line-height: normal;
	text-align: right;
	margin-right: 10px;
	position: relative;
	display: block;
	float: left;
	width: 140px;
}

label.fieldLabel	{
	display: inline;
	float: none;
}
	
input.formInputText   {
	font-size: .9em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px  #666666;
	margin-right: 5px;
	margin-bottom: 5px;
	height: 15px;
}
	
input.formInputText:hover {
	background-color: #ccffff;
	border: solid 1px #006600;
	color: #003366;
	cursor: pointer;
}
	
input.formInputText:focus {
	color: #000;
	background-color: #66FFFF;
	border: solid 2px  #FF3333;
	cursor: text;
}
	
select.formSelect  {
	font-size: .9em;
	color: #666;
	background-color: #fee;
	padding: 2px;
	border: solid 1px  #666666;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}

select.formSelect:hover  {
	color: #333;
	background-color: #ccffff;
	border: solid 1px #006600;
}
	
select.formSelect:focus  {
	color: #000;
	background-color: #ffffff;
	border: solid 1px #006600;
}

input.formInputButton   {
	font-size: 1.2em;
	vertical-align: middle;
	font-weight: bolder;
	text-align: center;
	color: #300;
	background: #f99 url(http://webdesign.marknewsome.com/dreamweaver/form_example/bg_button.png) repeat-x;
	padding: 1px;
	border: solid 1px #f66;
	cursor: pointer;
	float: right;
}
	
input.formInputButton:hover   {
	background-image: url(http://webdesign.marknewsome.com/dreamweaver/form_example/bg_button_hover.png);
}
	
input.formInputButton:active   {
	background-image: url(http://webdesign.marknewsome.com/dreamweaver/form_example/bg_button.png);
}


		