/**
 * FORM framework styles
 */

/**
 * Font should remind assignment of proper CSS properties separately
 */
input, textarea, select {
    font-family:inherit;
    border:1px solid #000;
    width:160px;
    background-color:#fff;
}

.formCheckbox {
    width:24px;
    height:24px;
    vertical-align:bottom;
    padding:0;
    border:0;
}

.formTextarea {
    overflow:auto;  /*  //IE scrollbar*/
    resize:none; /* //GC antiresize*/
    height:120px;
}

.formSelect {
    font-size:15px;
}

.formLabel {
    color:#900;
    
}

.formField {
    color:#090;
}
