@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 span {
	color:red;
}
.fForm input.image_delete {
        font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	width:50px;
	padding:3px 0px;
}
.fForm input.file {
    width:20px;
}
.fForm label {
	width:140px;
	text-align:right;
	display:block; float:left;
	margin-right:5px;
	padding:5px 0px;
}
.fForm input.smallest,
.fForm select.smallest {
	width:50px;
}
.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:10px 0px;
	border-top:1px solid #666;
}
.fForm .buttons input { width:auto; margin-right:5px; padding:5px 12px; }
.fForm .buttons a { padding:3px 5px; }
.fForm .buttons a:hover { text-decoration:none; }
.fForm .buttons input.submit { font-weight:bold; }
.fForm fieldset {
	border:0px none;
	border-top:1px solid #666666;
	padding:10px 0px;
	margin:10px 0px;
	clear:left;
}
.fForm fieldset legend {
	font-weight:bold;
	padding:0px;
	padding-right:10px;
}

.fForm fieldset.col3 {
	float:left; clear:none;
	width:32%;
	margin-right:1%;
}
.fForm fieldset.col3 label {
	width:100px;
}
.fForm fieldset.col3 .hint,
.fForm fieldset.col3 .error {
	margin-left:110px;
}
.fForm fieldset.col2 {
	float:left; clear:none;
	width:45%;
	margin-right:1%;
}
.fForm fieldset.col2 label {
	width:100px;
}
.fForm fieldset.col2 .hint,
.fForm fieldset.col2 .error {
	margin-left:110px;
}
.fForm .label {
	padding:3px 0px;
	font-weight:bold;
	display:block;
}

.fForm .checks p {
	height:100%;
	overflow:hidden;
}
.fForm .checks input {
	float:left;
	width:auto;
	margin:5px;
}
.fForm .checks label {
	text-align:left;
	margin-left:5px;
	width:auto;
        float: none;
}
.fForm .checks label span {
	display:block;
	font-size:11px;
	color:#666;
}

p.wysiwyg br {
	display:none;
}
p.wysiwyg label {
	text-align:left;
	float:none;
}