/* all labels should reference to an element, so they will be marked as clickable */
label {cursor: pointer;}
label.required {font-weight: bold; color: #3e1107;}


.FormFieldset {    width: 100%;border: 2px solid #e9e9e9;    overflow: hidden;
    font-size: 12px;
}


.FormList {    width: 100%;}

.FormList li {display: block;}

.FormLabel { width: 150px; display: block; float: left; padding-top:5px;}
.FormLabel2 { float: left; padding-top:5px;}

.FormInput { float:left;}


.FormInputRadio {
    position: relative;
    bottom: -3px;
}

.FormRadio {
    margin-right: 4px;
    position: relative;
    bottom: -2px;
}

/* nasty ie6 */
* html .FormRadio {
    bottom: 0;
    top: -4px;
}
/* nasty ie7 */
*+html .FormRadio {
    bottom: 0;
    top: -3px;
}


.FormRadioLabel {
    padding-bottom: 6px;
    margin-right: 8px;
    display: inline-block;
}

.FormText,
.FormTextOver,
.FormSelect,
.FormSelectOver {
    width: 480px;
    border: 2px solid #e9decf;
    -moz-border-radius:5px;
    height:16px;
    color: #595959;
    padding:5px 10px;
    vertical-align: top;
}

.File {
    height:30px;
}

.FormTextarea,
.FormTextareaOver {
    width: 480px;
    border: 2px solid #e9decf;
    -moz-border-radius:5px;
    color: #595959;
    padding:5px 10px;
    vertical-align: top;
	overflow: auto;
}

.FormTextOver,
.FormTextareaOver    {
    border-color: #e9decf;
    background-color: #faf9f5;
}


.FormTextSmall,
.FormTextSmallOver,
.FormSelectSmall,
.FormSelectSmallOver {
    width: 121px;
    padding: 2px 10px 2px 10px;
    border: 1px solid #bcc3cd;
    height:15px;
    color: #7e8895;
    font-size:11px;
    vertical-align: top;
}


.FormSelect,
.FormSelectOver {
    height: 30px;
	width: 504px;
}

.FormErrorBorder {
    border-color: #b31e00;
}

.FormError {
    display: block;
    color: #b31e00;
    font-weight: bold;
    position:relative;
}

.FormCheckboxLabel { float:left; padding-top: 5px;}

.FormInputCheckboxList .FormCheckbox {
    float: left;
    display: block;
}

.FormInputCheckboxList .FormCheckboxLabel {
    float: left;
    display: block;
    width: 199px;
    padding-left: 25px;
    height: 20px;
    position: relative;
    top: -1px;
    * top: 2px;
}


/* clearing */
/* float clearing for IE6 */
* html .FormList li {
  height: 1%;
  overflow: visible;
  clear: both;
}

/* float clearing for IE7 */
*+html .FormList li {
  min-height: 1%;
  clear: both;
}

/* float clearing for everyone else */
.FormList li:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  position: relative;
}

div.form,
div.formbig {
    border: 2px solid #e9decf;
    -moz-border-radius:10px;
    margin: 0;
    padding:15px 20px;
    clear:both;
    margin-bottom: 30px;
}

div.form fieldset {
    border: 0;
    width: 400px;
}

div.form fieldset legend,
div.form fieldset div.legend {
    padding: 5px 10px;
    font-weight: bold;
    background-color: #e9e9e9;
    color: #1b1b1b;
    font-size: 14px;
}


div.form ol     {margin: 0;padding: 0;}
div.form ol li     {list-style: none; margin: 0; padding: 0; padding-bottom: 10px;}


div.form ol.extendedFormLabel {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #C7C7C7;
    border-left: 0;
    border-right: 0;
}
div.form ol.extendedFormLabel li.label {
    background: url(/images/main/content/bg_box1.gif);
}

div.form ol li span.label label {
    text-align: right;
}

div.form span.label {
    display: block;
    float: left;
    width: 170px;
    text-align: right;
    padding-right: 10px;
}

div.form div.group {
    margin-left: 155px;
}


div.form input.FormButtonLight,
div.form input.FormButtonLightOver {
    color: #fff7e0;
    text-decoration: none;
    display: block;
    height: 39px;
    background: #71503f url(/images/main/b_bg.png) no-repeat 0 -39px;
    font-weight: bold;
    width: 220px;
    cursor: pointer;
    padding-bottom: 3px;
}

div.form input.FormButtonLightOver {
    color: #3e1107;
}

div.form div.FormHints {
    float: right;
    font-size: 10px;
    color: #656565;
    padding-right:5px;
    line-height:13px;
}

div.form fieldset.not_first {
    margin-top: 15px;
  }


div.form span.title    {
    position: relative;
    padding: 5px 10px 6px 10px;
    top: -25px;
    left: -10px;
    background: #fff;
    border: 2px solid #e9decf;
    -moz-border-radius:10px;
    color: #3e1107;
    font-size: 130%;
}


div.form span.FormHints    {
    position: relative;
    padding: 5px 10px 6px 10px;
    top: -25px;
    left: 10px;
    background: #fff;
    border: 2px solid #e9decf;
    -moz-border-radius:10px;
    font-size: 90%;
}

input.FormRadio,
input.FormCheck {
    float: left;
    position: relative;
    top: 5px;
    * top: 0px;

}


div.form ol.FormLabelListe     {
    margin: 5px 0 0 5px;
    font-size: 90%;
}

div.form ol.FormLabelListe li    {
    padding: 0;
    padding-left: 15px;
    background: transparent url(/images/main/link_dots.gif) no-repeat 0px -184px;
}