﻿.columns
{
	font-size: 8pt;
	width:100%;
	clear:both;
}

.columns .left
{
	clear:both;
	float: left;
	width: 200px;
	margin-bottom: 7px;
	font-weight:bold;
	color: #333333;
}

.columns .right
{
	float: left;
	margin-bottom: 7px;
	width: 200px;
}

.columns .wideColumn
{
	float: left;
	margin-bottom: 5px;
	width: 410px;
}

.columns .error
{
	display:block;
	color:Red;
	width:200px;
}

.columns .footer
{
	clear:both;
	padding-top: 20px;
	padding-bottom: 0px;
}
