
fieldset
{
	border:1px solid #182D0F;
	margin: 0 0 10px 0;	
	padding: 0 0 15px 0;
	
}

/* Add 200px margin to the left of each form div */
fieldset div
{
	clear: both;
	margin-bottom: 12px;
	min-height: 12px;
	margin-left: 210px;
	margin-top: 12px;
	position: relative; /* Important overrides the 10px padding applied to all divs within content */
	padding: 0 !important;
}

fieldset legend
{
	padding:0 8px 0 8px;
	font-weight:bold;
	font-size:13px;
	color:#666633;
}

/* Then offset the labels into the empty space */
fieldset label
{
	display: block;
	position: absolute;
	width: 190px;
	left: -215px;
	text-align: right;
	margin-top: 3px;
}

/* Then remove the margin from nested divs */
fieldset div div
{
	clear: none;
	margin: 0;
}

/* This pushes the asterisks into their own column so field labels continue to line up */
fieldset label .Required
{
	position: absolute;
	left: 197px;
}

fieldset a
{
	text-decoration:underline;
	margin-left:20px;
}

.Required, .Error
{
	color: #ff0000;
}

.Error a
{
	color: #ff0000;
	text-decoration: underline;
}


/* Inputs and Buttons */

input, select, textarea
{
	font-size: 11px;
}

textarea
{
	overflow: auto;
}

input.Button
{
	border:1px solid #000;
	color:White;
	background:#666633;
}
input.Text
{
	padding: 1px 0 1px 2px;
}

.Tiny
{
	width: 4em;
}

.Medium
{
	width: 16em;
}

.Large
{
	width: 90%;
}

table
{
	border-collapse:collapse;
	margin-bottom:10px;
}
table th
{
	text-align:left;
	color:#666633;
	background:White;
	padding:6px 20px 6px 3px;
}

table td
{
	padding:6px 20px 6px 3px;
}


/*Admin area*/

.Admin
{
	padding-top:20px;
}

table.AdminAccountList
{	
	border-collapse:collapse;
	color:#666633;
	margin-top:20px;
}

table.AdminAccountList th
{
	text-align:left;
	border-bottom:1px solid #CDC670;	
}
table.AdminAccountList td
{
	/*padding: 6px 0 6px 0;	*/
}

p.AddAccount a
{
	font-weight:bold;	
}


	
