/* CSS Document */


.formBox {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-image: url(../_images/bgFormBox.jpg);
	background-repeat: repeat-x;
}

.formArea {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-image: url(../_images/bgFormArea.jpg);
	background-repeat: repeat-x;
	padding: 5px;
}

.formList {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px solid #999999;
	background-color: #EFEFEF;
	color: #3366FE;
}


.formButton {
	background-image: url(../_images/bg-bttn1.jpg);
	background-repeat: repeat-x;
	background-color: #696969;
	color: #333333;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-right: 3px;
	padding-left: 3px;
}

.formBody {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 7px;
	line-height: 20px;
}


.formBody2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
}

.small {
font-size: 10px;
}

