fieldset{
    float: left;
    width: auto;
    overflow: hidden;
}
label{
}
label span{
    line-height: 18px;
}
input, label, fieldset, textarea{
    float: left;
	font-size: 12px;
    line-height: 14px;
}
input.checkbox{
    width: 13px;
    height: 13px;
    margin: 2px 0 0 0;
}
input.inputButton, input.inputButton-over{
    cursor: pointer;
    font-size: 11px;
    font-family: Tahoma, Arial, sans-serif;
}


