/* Forms */

.req, .error {
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}

.text, .smalltext, .button, .smallbutton {
	border: solid 1px #000000;
}

.smalltext {
	font-size: 9px;
}

.button {
	font-size: 11px;
}

.smallbutton {
	font-size: 10px;
}

textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
}

.entrytext {
	border: none;
	margin-top: 3px;
}

.dotted {
	background-image: url("../images/dotted.gif");
	background-repeat: repeat-x;
	font-size: 11px;
}
td.flabel{
	text-align : right;
}
	
