﻿.FormTable {
	font-family: calibri;
	font-size: 12px;
	background-image: url('../png/RoundedBG_275x425.png');
	background-repeat: no-repeat;
}

.FormHeader {
	font-family: calibri;
	font-size: 20px;
	font-weight: bold;
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	border-bottom-color: #91B71C;
	text-align: center;
}

.InputLabel {
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #333333;
}
.InputLabelRequired {
	font-family: calibri;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	color: #FF0000;
}
.InputLabelExample {
	font-family: calibri;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	color: #157DD2;
}
#TextBox {
	border: 1px solid #C0C0C0;
	font-family: calibri;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	background-image: url('../png/TextBoxBG_5x45.png');
	background-repeat: repeat-x;
}

#TextBox:hover {
	border: 1px solid #91B71C;

}

.Button {
	border-style: none;
	border-width: 0px;
	background-image: url('../png/FormButton_100x30.png');
	background-repeat: no-repeat;
	background-position: center center;
	color: #FFFFFF;
	font-weight: bold;
}

.Button:hover {
	cursor: pointer;
	font-weight: bold;
}

