.formContainer, .formRow, .formLabel, .formField
{
	padding: 0px;
	margin: 0px;
	text-align: left;
}

.formContainer
{	
	width: 310px;
}

.formRow
{
	width: 100%;
	clear: both;
	overflow: hidden;
	margin-bottom: 6px;
}

.formLabel
{
	width: 105px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	top: 3px;
}

.formField
{
	width: 185px;
	float: right;
	padding-top: 3px;
}

.formCommandContainer
{
	width: 100%;
	display: block;
	position: relative;
	left: 125px;
	top: 2px;
}

.formFieldControl
{
	 border: solid 1px black;
}

.errorMessage
{
	font-size: 12px;
	font-weight: bold;
	color: Red;
}

.cartContainer
{
	width: 100%;
	margin-bottom: 10px;
	overflow: auto;
}

.cartLeftColumn
{
	width: 75%;	
	float: left;
	padding-right: 30px;
}

.cartRightColumn
{
	width: 20%;
	float: right;
}

.cartAddRemoveButton
{
	position: relative;
	top: 5px;
}

.cartReportName
{
	width: 100%;
	margin-bottom: 4px;
}

.cartAddOnSelected
{
	width: 37px;
	height: 36px;
	float: left;
	background: url('../Images/checkmark.gif') 0 0 no-repeat;
}

.buttonLink
{
    text-decoration: none;
    color: Gray;
    border: solid 1px White;
    padding: 3px 19px 3px 9px;
    background-color: #EEEEEE;
    font-weight: bold;
    font-size: 11pt;
    border: solid 1px #444444;
    display: block;
}

a.buttonLink:hover
{
    background-color: #CCCCCC;
    text-decoration: none;
}

a.buttonLink:visited
{
    color: White;
    text-decoration: none;
}