/* CSS Document */
form {
	margin:0px;
}
form#frmMain {
	margin-top:46px;
}
input, select, checkbox, radiobutton, .formElementTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
#buttonUp, #buttonUpSm {
	position:relative; bottom:0px; right:10px;
	color: #FFFFFF;
	font-weight: bold;
	width: 75px;
	cursor: hand;
	border-width: 3px; border-style: outset; border-top-color: #999999; border-right-color: #333333; border-bottom-color: #333333; border-left-color: #999999;
	background-image: url(../images/bg.gif); background-repeat: repeat;
	height: auto;
	padding:1px 0px 1px 0px;
}
#buttonDown, #buttonDownSm {
	position:relative; bottom:-2px; right:8px;
	color: #333333;
	font-weight: bold;
	width: 75px;
	cursor: hand;
	border-width: 3px; border-style: inset; border-top-color: #000000; border-right-color: #CCCCCC;	border-bottom-color: #CCCCCC; border-left-color: #000000;
	background-image: url(../images/buttonBGDown.gif); background-repeat: repeat;
	height: auto;
	padding:1px 0px 1px 0px;
}
input#buttonUp, input#buttonDown {
	text-transform: uppercase;
	width: 130px;
}
	#buttonDownSm, buttonUpSm {
		FONT-SIZE: 10px; WIDTH: 25px; HEIGHT: 16px
	}
div.input_select {
	margin:1px 0px 1px 0px;
	width:140px;
}
.textBox, .textArea, .checkBox, div.input_select, select {
	color: #000000;
	background-color: #cccccc;
	border: 1px solid #000000;
	}

.alt {
	height:22px; 
	width:170px;
	font-size:12px;
	
	}
.textBox {
	width:140px;
	height:17px;
}
.checkBox {
	float:left;
	width:15px;
	height:15px;
}
.formElementTitle {
	color: #000000;
	font-weight: bold;
	height:18px;
	text-transform: uppercase;
	padding-top:4px;
}
