input {
font-family: tahoma;
font-size: 11;
color: #4A3B19;
background-color : #D8C7A6;
border : 2px solid #FECA77;
}

select {
font-family: tahoma;
font-size: 11;
color: #4A3B19;
background-color: #D8C7A6;
border: 2px solid #FECA77;
}

select:focus {
background-color: #FFE1B2;
border-color: #B99B63;
}

select:hover {
background-color: #FFE1B2;
}

input:focus {
background-color: #FFE1B2;
border-color: #B99B63;
}

input:hover {
background-color: #FFE1B2;
}

.formRadio {
border : 0px solid #FECA77;
background-color : transparent;
}

.inputLogin {
width: 180px;
height: 34px;
border: 0px none;
padding-top: 14px;
padding-bottom: 2px;
padding-right: 7px;
color: #FFFFFF;
font-variant: small-caps;
font-family: tahoma;
font-size: 11pt;
font-weight: bold;
text-align: right;
background-color: transparent;
background-position: 0px 0px;
background-repeat:no-repeat;
}

.inputLogin:hover {
background-color : transparent;
}

.inputLogin:focus {
background-color : transparent;
}


textarea {
font-family: tahoma;
font-size: 11;
color: #4A3B19;
background-color : #D8C7A6;
border : 2px solid #FECA77;
}

textarea:focus {
background-color: #FFE1B2;
border-color: #B99B63;
}

textarea:hover {
background-color: #FFE1B2;
}

input {
padding: 2px;
margin: 1px;
}

select {
padding: 1px;
margin: 1px;
}

.formCheckbox {
border : 0px solid #B99B63;
background-color : transparent;
}

form {
display: inline;
}