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

fieldset {
	margin:15px 0px; padding:10px;
	border:0px none;
	border-top:1px solid #999999;
        background-color:#f2f2f2;
}
legend {
	font-weight:bold;
	padding:0px 5px;
}
form.fForm label {
	float:left; display:block;
	width:180px;
	margin-right:5px;
	text-align:right;
	padding:3px 0px;
}
form.fForm input,
form.fForm select,
form.fForm textarea {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:250px;
	padding:3px 0px;
}
form.fForm input.small,
form.fForm select.small,
form.fForm textarea.small {
	width:80px;
}
form.fForm .hint,
form.fForm .error {
	display:block;
	margin-left:185px;
	font-size:11px;
}
form.fForm .hint { color:#666666; }
form.fForm .error { color:#CC0000; }

form.fForm .checks {
	list-style:none;
	margin:10px;
}
form.fForm .checks li {
	list-style:none;
	height:100%; overflow:hidden;
	margin-bottom:5px;
}
form.fForm .checks input {
	width:auto; float:left;
	margin:3px;
}
form.fForm .checks label {
	width:auto; float:none;
	text-align:left;
	margin-left:20px;
	padding-left:5px;
}
form.fForm .checks .hint {
	margin-left:25px;
}
.fForm .buttons {
	text-align:center;
} 
.fForm .buttons input {
	width:auto;
	padding:3px 6px;
}
.fForm .buttons .left { float:left; }
.fForm .buttons a { padding:5px; color:#333333; text-decoration:none; }
.fForm .buttons a:hover { color:#103F1F; }
.fForm .label {
	font-weight:bold;
	padding:2px 0px 0px;
	display:block;
}