/*select, input, textarea */
.bgInputText ,.bgInputSelect /*, .inputCheckbox, .inputRadio */{
	height:19px;
    font-family: arial,helvetica,arial;
    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: #cccccc;
    border-right-color: #cccccc;
    border-bottom-color: #cccccc;
    border-left-color: #cccccc;
    background-color:#ffffff;
}

/* This creates a blue line */
hr {
	color : #375FA4;
	border: 1px solid #375FA4;
	margin: 0px;
}
