@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 .cke textarea {
    max-width: 100%;
    width: 100%;
}
.fForm label {
    width:140px;
    text-align:right;
    display:block; float:left;
    margin-right:5px;
    padding:3px 0px;
}
.fForm input.small,
.fForm select.small {
    width:200px;
}
.fForm input.smaller,
.fForm select.smaller {
    width:150px;
}

.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 0;
    padding-left: 140px;
}
.fForm .buttons input { width:auto; min-width: 80px; margin:0px 5px; }
.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;
}
body.fphp-modal .fForm .buttons input,
body.fphp-modal .fForm .buttons a {
    display: block;
    width: 100%;
}
.fForm fieldset legend {
    font-weight:bold;
    padding:0px 10px;
}
.fForm .label {
    padding:3px 0px;
    font-weight:bold;
    display:block;
}
.fForm .checks {
    display: block;
    height: 100%; overflow: hidden;
    padding-left: 145px;
}
.fForm .checks input {
    width: auto;
    float: left;
    margin: 8px 10px 8px 0px;
}
.fForm .checks label {
    text-align: left;
    width: auto;
}
.fForm .checks span {
    height: 100%; overflow: hidden;
}
.fForm .checks .hint {
    display: block;
}
.fForm p {
    height: 100%; overflow: hidden;
}
.fForm .wysiwyg {
    margin: 12px 0;
}
.fForm .wysiwyg label {
    display: block;
    float: none;
}