.contleft {
	float:left;
	padding-right:10px;
	width:350px;
}

.contright {
	float:right;
	padding-left:20px;
	padding-top:30px;
	width:400px;	
	text-align: center;
}
.cont {
	clear: both;
}
table.EntryTable
{
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.EntryTable caption
{
	margin: 0px;
	padding: 8px 6px;
	text-align:left;
	font-size: 8pt;
	color: #333;
}
table.EntryTable td
{
	margin: 0px;
	text-align: left;
	padding-left: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	vertical-align: top;
}
table.EntryTable td.field
{
	width: 140px;
	text-align: right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	padding-right: 5px;
	vertical-align: top;
}
div.SmallError
{
	font-size: 8pt;
	color: red;
}
div.TextErrorSmall
{
	font-size: 8pt;
	color: red;
}
div.TextSmall
{
	font-size: 8pt;
}

.txt {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 18px;
}
.txtarea {
	color:#333333;
 	background-color: #f7f7f7;
	border: 1px solid #999999;
	font-size: 13px;
	height: 100px;
}
.radiobtn { background-color: #fff; border-style: none;}
.btn
{
	background-color: #FF9B21;
	color: #fff;
	height: 22px;
	padding-bottom: 2px;
	font-weight: bold;
	margin-bottom: 5px;
	cursor: pointer;
}

table.StoreLocationDetails {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
table.StoreLocationDetails td.address {
	width: 200px;
	padding: 5px;
	vertical-align: top;
}
table.StoreLocationDetails td.contact {
	padding: 5px;
	vertical-align: top;
}