* {
	font-family: Helvetica;
	font-size: 12px;
}

.smalltext {
	font-family: Helvetica;
	font-size: 12px;
}

.reallysmalltext {
	font-family: Helvetica;
	font-size: 10px;
}

a {
	font-family: Helvetica;
	font-size: 12px;
	color: black;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.secLeftColumn {
	float: left;
	width: 325px;
}
.leftColumn {
	float: left;
	width: 320px;
}
.rightColumn {
	float: right;
	width: 330px;
}
.smallRightColumn {
	float: right;
	width: 300px;
}

.textmiddle {
	vertical-align: middle;
}

.header img {
	border: none;
}
.header img:hover {
	border-bottom: 1px solid black;
}

div.error-message {
        color: #ff0000;
}

div.input.select, div.input.textarea, div.input.text {
	margin-top: 5px;
}

div.input label {
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-right: 20px;
	text-transform: uppercase;
	color: #819834;
}

div.input select {
	width: 153px;
}

div.input textarea,
div.input select,
div.input input {
	border: 1px solid #dfea9d;
}

div.input input {
	height: 18px; 
}

div.boxed {
  width: 38px;
  padding-left: 7px;
  line-height: 21px;
  height: 21px;
  background: url(/img/boxed.png) no-repeat;
}

a img {
	border: none;
}

table.bbtable {
	width: 660px;
	margin-top: 10px;
}

.bbtable th {
	text-transform: uppercase;
	text-align: left;
	color: #819834;
}

select.reg,
input.reg {
	border: 1px solid #dfea9d;
	float: right;
	clear: right;
	width: 150px;
}

.amountselect {
	border: 1px solid #dfea9d;
	width: 150px;
	margin-left: 5px;
}

input.reg.small {
	width: 110px;
	margin-right: 40px;
}

input.reg.form-error {
	border: 1px solid #ff0000;
}

img.reg {
	float: right;
	clear: left;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

#flashMessage {
	/* color: #819834;  */
	font-size: 14px; 
	padding: 2px 15px 2px 15px;
	background-color: #FFF; 
	filter: alpha(opacity=90); 
	opacity: 0.9;
	width: 742px;
	margin-bottom: 10px;
}

