﻿fieldset 
{
	border: 1px solid #cccccc;
	padding: 10px 0 0 10px;
    margin-bottom: 15px;
    /*border: 1px solid #cccccc;*/
}

fieldset.register
{
    margin-top: -15px;
}

#content fieldset#leftColumn, #content fieldset#rightColumn
{
    width: 320px;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid #cccccc;    
}

fieldset legend 
{
    font-weight: bold;
    color: #00592d;
    font-size: 1.1em;
    padding: 2px 5px 2px 30px;
    background: url(../images/GreenArrow.gif) no-repeat 5px 0px;
}

fieldset p
{
	padding: 0; 
	border: 0;
	margin: 4px 0px 2px 0px;
	clear: both;
}

fieldset label
{
	float: left;
	width: 100px;
	font-weight: bold;
}