/*  # Forms v1.0 (22 april 2009)
===============================================================*/
fieldset{
    float: left;
    width: auto;
    overflow: hidden;
}
label{
}
label span{
    line-height: 18px;
}
input, label, fieldset, textarea{
    float: left;
	font-size: 11px;
    line-height: 14px;
}
input.checkbox{
    width: 13px;
    height: 13px;
    margin: 2px 0 0 0;
}
.combo{
    background-color: #FFFFFF;
    border: 1px solid #937464;
}
/*  -------------------------------------------------------------
    Inputs
-------------------------------------------------------------- */
/* input text style */
input.inputText, input.inputText-over{
    padding: 0px 5px;
    line-height: 16px;
    border: 1px solid #B59B8E;
}
/* textarea style */
.textarea, .textarea-over{
	float: left;
    padding: 5px;
    border: 1px solid #B59B8E;
}
/* input text skin */
input.inputText, .textarea{
	background-color: #F9F4F2;
    color: #160100;
}
/* input text over skin */
input.inputText-over, .textarea-over{
    background-color: #98323F;
    color: #FFFFFF;
    border: 1px solid #892330;
}
/*  -------------------------------------------------------------
    Buttons
-------------------------------------------------------------- */
input.inputButton, input.inputButton-over{
    cursor: pointer;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
}
input.inputButton, input.inputButton-over{
    float: left;
    width: 107px;
    padding: 2px 0 4px 0;
    line-height: 14px;
    height: 20px;
    cursor: pointer;
    border: none;
}
input.inputButton {
    background: #942E3B; color: #FFFFFF;
}
input.inputButton-over {
    background: #937464; color: #FFFFFF;
}

