table.formTable th {
	border-bottom: 2px solid #49921c;
	text-align: left;
	font-size: 13px;
	color: #1d5262;
}
table.formTable td {
	padding-right: 5px;
	text-align: right;
}
td.formField {
	border: none;
	width: 100%;
}
.formField {
	font-family: Verdana;
	font-size: 11px;
	border: 1px solid #1d5262;
	width: 100%;
}
td.required {
	width: 7px;
	font-family: Verdana;
	font-size: 10px;
	color: #FF0000;
}
button.macButton {
	display: inline;
	background: transparent;
	height: 21px;
	border: none;
	padding: 2 0 0 0;
	margin: 0 0 0 4;
	
}
.formButton {
	border: 1px solid #1d5262;
	padding-left: 4px;
	padding-right: 4px;
}
#messageBox {
	z-index: 101;
	position: relative;
	top: 15%;
	background-color: #ffffff;
	width: 400px;
	border: 4px solid #49921c;
	padding: 15px;
	text-align: center;
}
#messageHolder {
	z-index:100;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
}
#messageBlockOut {
	z-index: 99;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #1d5262;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80; 
}
