@charset "utf-8";
/* CSS Document */

.fForm input,
.fForm select,
.fForm textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:300px;
	padding:3px 0px;
}

.fForm label {
	width:140px;
	text-align:right;
	display:block; float:left;
	margin-right:5px;
	padding:3px 0px;
}
.fForm input.smaller,
.fForm select.smaller {
	width:80px;
}
.fForm input.small,
.fForm select.small {
	width:140px;
}
.fForm .hint,
.fForm .error {
	font-size:11px;
	display:block;
	margin-left:145px;
	margin-top:3px;
}
.fForm .hint { color:#666666; }
.fForm .error { color:#CC0000; }

.fForm .buttons {
	padding:5px 0px;
	padding-left:145px;	
}
.fForm .buttons input { width:80px; margin:0px 5px; }
.fForm .buttons a { padding:3px 5px; }
.fForm .buttons a:hover { background:#000000; text-decoration:none; color:#FFFFFF; }
.fForm .buttons input.submit { font-weight:bold; }
.fForm fieldset {
	border:0px none;
	border-top:1px solid #666666;
	padding:10px;
	margin:10px 0px;
}
.fForm fieldset legend {
	font-weight:bold;
	padding:0px 10px;
}
.fForm .label {
	padding:3px 0px;
	font-weight:bold;
	display:block;
}