/* Text/Site formatting */

.importantMessage ul  {
	border: 1px solid #C1151C;
	background-color: #FFFFFF;
	color: black;
	padding: 5px;
	font-size: 1em;
	margin-top:10px;
}
.importantMessage li {
	margin-left: 18px;
	list-style:square;
	margin-top: 0px;
	margin-bottom: 0px;
}
.clearingDiv {
	clear: both;
}
/* Form Fields*/
#Form #contentMargin {
	margin-left:35px;
	margin-right:35px;
	padding-top:20px;
	
}
#Form p {
	color:#000000;
	font-size:11px;
}

#Form div.field  {
	clear: both;
	margin-bottom: 10px;
	margin-right:5px;
	padding-top:0px;
	color:#000000;
	width:300px;
	font-size:11px;
	font-weight: bold;
	margin-left:0px;
}
#Form label {
	color:#000000;
	width:100px;
	float:left;
	clear:none;
}

#Form select,input,textarea {
	font-size: 11px;
	color:#000000;
	clear:none;
}
#Form input.submitbutton {
	background-color: #000000;
	border: 1px solid #ffffff;
	font-weight: bold;
	color: #ffffff;
	margin-top:20px;
}
#Form input.button {
	background-color: #FFFFFF;
	border: 1px solid #C1151C;
	font-weight: bold;
	color: #C1151C;
}
#Form .keepTogether {
	width: 320px;
}
label abbr.field-metadata { 
	border-bottom: none;
}
#Form label.opt_in {
	font-size: .8em;
}
#Form div.terms h3 {
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 0px;
}
#Form div.terms p {
	font-size: 0.8em;
	margin-bottom: 4px;
	margin-top: 0px;
}

.P {
  color: black;
	font-size:11px;
}

.HypTerms
{
  color: black;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}
.HypTerms:hover
{
  cursor: pointer;
  color: black;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  text-decoration: underline;
}

.Label
{
  color: black;
  text-align: left;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}
.TextBox 
{
	font-size: 11px;
  color: black;
	clear:none;
}
.ErrMsg
{
  font-size: 10px;
  color: red;
} 

.BtnSubmit
{
  cursor: pointer;
  background-color: #000000;
  border: 1px solid #ffffff;
  font-weight: bold;
  color: #ffffff;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.hr
{
  border-style: none;
}

tr
{
  height: 15px;
}
