#sectionContainer {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding-top: 0px;
	overflow: hidden;
}
	#sectionContainerContent {
		min-height: 115px;
		padding-bottom: 6px;
	}


#theHeaderBottomSeparator {
	height: 1px;
	background: url("../img/header_separator.png") repeat;
}


.sectionHeader {
	padding-bottom: 1px;	
}

.boxText {
	display: block;
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	color: #915010;
	text-align: center;	
  	left: 0;
  	right: 0;
	margin-left: 0px;
	margin-right: 0px;
	font-weight: normal;
	vertical-align: middle;
}

.inputClass {
	font-size: 13px;
	font-family: Verdana, Arial, Sans-Serif;
	height: 19px;
	display: block;
	color: rgb(255, 186, 39);
	padding: 0;
	text-align: center;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	
	background-color: #170500; 
	background-color: rgb(63, 17, 0);

	border-top: 2px solid #0b0200;
	border-right: 2px solid #290806;
	border-left: 2px solid #0b0200;
	border-bottom: 2px solid #290806;
	
  	left: 0;
  	right: 0;
	margin-left: auto;
	margin-right: auto;
}

.blurb {
	font-size: 13px;
	color: #ffca7c;
	font-weight: normal;
	text-align: center;
	margin-top: 7px;	
}

.submitFormRow {
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 10px;
	width: 100%
}

.resultAsMessage{
	background-image: none;
}

.resultError {
	font-weight: bold;
	color: rgb(112, 15, 15)
}

.resultSuccess {
	font-weight: bold;
	color: rgb(15, 112, 15)	
}