﻿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;
	color: black;
	padding: 0px 5px 0px 18px;
}

fieldset p
{
	padding: 0; border: 0; 
	margin: 4px 0px 2px 0px;
	clear: both;
}
fieldset label
{
	float: left;
	width: 120px;
	text-transform: uppercase;
	font-size: 85%;
}

fieldset .instruction 
{
	clear: both;
	margin-left: 120px;
}

input[type='checkbox'],input.checkbox 
{ }

.bobby
{
	border: solid 2px blue;
}
