﻿fieldset
{
	
}
fieldset legend
{
	margin: 0; border: 0;
	background-image: url(/_assets/images/topArrow.jpg);
	background-repeat:		no-repeat;
	background-position:	left top;
	/*border: solid 1px #828177;*/
	font-size: 100%;
	font-weight: bold;
	text-transform: uppercase;
	color: #803FA3;
	padding: 0px 5px 0px 22px;
	margin-bottom: 7px;
}

fieldset p
{
	padding: 0; border: 0; 
	margin: 4px 0px 2px 0px;
	clear: both;
}
fieldset label
{
	float: left;
	width: 127px;
	text-transform: lowercase;
	font-size: 90%;
	text-align: left;
	margin-left: 23px;
	line-height: 120%;
}

fieldset .instruction 
{
	clear: both;
	margin-left: 130px;
}

input[type='checkbox']
{  }

input
{
	border: 0;
	border-bottom: dashed 1px #999999;
}

textarea, select
{
	border: solid 1px #999999;
}

input:focus
{
	border-bottom: solid 1px #999;
}
