﻿td.FormLabel {
	text-align: left;
	background-color: #ece4cd;
	width: 150px;
	text-indent: 5px;
	padding: 3px;
}
td.FormField {
	text-align: left;
	background-color: #fbf8f3;
}
input.FormField {
	width: 215px;	
}
input.FormFieldShort {
	width: 175px;	
}
textarea.FormField {
	width: 215px;
}
textarea.FormFieldShort {
	width: 175px;
}
select.FormField {
	width: 220px;
}
select.FormFieldShort {
	width: 180px;
}
td.PLFormLabel 
{
    font-size: 13px;
    text-align: left;
	width: 130px;
	font-weight: bold;
	padding: 3px 0px 3px 8px;
} 
td.PLFormField {
	font-size: 13px;
	text-align:left;
	text-indent: 1px;
	padding: 3px 0px 3px 0px;
}
td.PLFormDescription 
{
    font-size: 12px;
    text-align: left;
	width: 400px;
	padding: 3px 0px 3px 8px;
}
td.PLCol4and6 {
    font-size: 13px;
    width: 110px;
	text-align: left;
	text-indent: 1px;
	padding: 3px 0px 3px 0px;
}
td.PLPriceLabel 
{
	font-size: 13px;
    text-align:left;
	width: 50px;
	text-indent: 1px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
}
select.FormDropdown {
}
div.FormHeader {
	width: 978px;
	border: 1px solid #666666;
	background-color: #ddd5be;
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}
.FormHeader {
	width: 100%;
	border: 1px solid #666666;
	background-color: #ddd5be;
	font-size: 13px;
	font-weight: bold;
}
.PLFeaturedItem {
    text-align: center;
    background-color: Maroon;
    color: White;
    font-weight: bold;
    width: 100%;
    font-size: 13px;
}
tr.FormRow {
	background-color: #ffffff;	
}
tr.FormAltRow {
	background-color: #ffffff;	
}
a.ActionLink, a.ActionLink:link, a.ActionLink:visited{
	font-size: 13px;
	font-weight: normal;
	color: #7a0000;
	text-decoration: none;
}
a.ActionLink:hover {
	color: Red;
}
td.GridCell, div.GridCell {
	background-color: #fbf8f3;
}
.ErrMsg {
	font-size: 11px;
	color: Red;
}
.button-SearchPage 
{
	font-size: 15px;
	width: 175px;
	height: 55px;
}
