/* CSS Document */

select, input, textarea {
	background-color: #eee;
	border: 1px solid #666;
	font-size: 8pt;
	color: #004A80;
	margin: 0;
}

input[type="button"], input[type="submit"] {
	background-color: #296896;
	border: 1px solid #296896;
	font-size: 10px;
	font-weight: bold;
	color: #fff;
}

.submit {
	background-color: #296896;
	border: 1px solid #296896;
	color: #ccc;
	font-size: 10pt;
	cursor: pointer;
}
.button {
	background-color: #296896;
	border: 1px solid #296896;
	color: #eee;
	cursor: pointer;
}

table.smallForm {
	padding: 0 5px;
}

table.smallForm td {
	padding: 5px;
}
fieldset { 
	-moz-border-radius:5px;
	-moz-border-top-colors: transparent #D0D0BF transparent;
	-moz-border-right-colors: transparent #D0D0BF transparent;
	-moz-border-bottom-colors: transparent #D0D0BF transparent;
	-moz-border-left-colors:  transparent #D0D0BF transparent;
}
legend {
	color: #666;
	font-weight: bold;
	padding-left: 6px;
	padding-right: 8px;
}
td {
	font-size:12px;
	vertical-align:top;
	font: 9pt/16pt Arial, Helvetica, sans-serif;
}
th {
	font-size:12px;
	font: 9pt/16pt Arial, Helvetica, sans-serif;
}
.smallTxt {
	font-size:11px;
}
em {
	
	color: rgb(205,12,18);
}
.longBox {
	width:380px;
}

.digits8
{
    WIDTH: 80px;
}
.digits7
{
    WIDTH: 70px;
}
.digits6
{
    WIDTH: 60px;
}
.digits5
{
    WIDTH: 50px;
}
.digits4
{
    WIDTH: 40px;
}
.digits3
{
    WIDTH: 30px;
}
.digits2
{
    WIDTH: 20px;
}