/* CSS Document */

/*======================*/	
/* r2f.php css */
/*======================*/	
.error {
	color: red;
}

.button TD {
	padding: 1px 1px 1px 1px;
	border: solid #999;
	border-width: 1px;
}
.button A, .button A:VISITED {
	display: block;
	color: black;
	background: #6AAF1E;
	padding: 1px 9px;
	text-decoration: none;
	font-family: Verdana;
	font-size: 10px;
}
.button A:HOVER {
	color: black;
	background: #FF6600;
}


.greenmenu A, .greenmenu A:VISITED {
	color:#6AAF1E;
	text-decoration:underline;
	
}
.greenmenu A:HOVER {
	color:#FF6600;
	text-decoration:underline;
}
.greenmenu {
	color:#6AAF1E;
	font-weight: bold;
}

.forminput {
	margin:0px 0px 0px 42px
	}

.forminput td {
	font-size: 11px;
	font-family: tahoma;
	font-weight: bold;
	vertical-align:middle;
	color: black;
}

.forminput td input {
	font-size: 10px;
	font-family: tahoma;
	color: black;
	height:16px;
	width:170px;
	margin-top:1px; 
	margin-bottom:1px
	}
