/*select, input, textarea */
.bgInputText ,.bgInputSelect /*, .inputCheckbox, .inputRadio */{
	height:19px;
    font-family: arial,verdana,helvetica;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(153, 153, 153);
    border-right-color: rgb(153, 153, 153);
    border-bottom-color: rgb(153, 153, 153);
    border-left-color: rgb(153, 153, 153);
    background-color:#cdcdcd;
}

hr {
	border-color: #a7a7a7;
}