﻿body
{
	font-family: Arial;
	font-size: 13px;
	width: 880px;
	margin: 0 auto 0 auto;
}

#MainContent
{
	margin: 15px 12px 15px 12px;
}
#PageTitle
{
	font-size: 22px;
	font-weight: bold;
	color: #653614;
}

#BottomSection
{
	border-top-style: solid;
	border-top-color: #653614;
	border-top-width: 2px;
	padding-top: 10px;
}
#BottomSection input[type="button"], #BottomSection input[type="submit"]
{
	background-color: #B98145;
	color: #ffffff;
	border: none;
	padding: 6px;
}
#ErrorMessage
{
	color: Red;
}
.inputSection
{
	padding: 10px 0 10px 0;
}
.inputSection td
{
	padding-bottom: 10px;
}
.yellowFieldContBtn
{
	float: left;
	margin-left: 10px;
}
.yellowFieldCnclBtn
{
	float: left; 
	margin-left: 10px;
}

.inputSection span
{
	font-weight: bold;
}
#DocumentCheckBoxList
{
	padding: 0 0 10px 0;
}
#DocumentCheckBoxList label
{
	font-weight: bold;
}
#DocumentCheckBoxList input
{
	margin-bottom: 0px;
}


