.left{
/* Changes on the form */
color: #dce2d4 !important; font-family: Tahoma !important;
font-size: 11px !important;
}
.btn {
background:url(img/SubmitButton.png) no-repeat;
height:24px;
width:67px;
margin:0;
padding:0;
color:#dce2d4;
font-family:Tahoma,Arial,Verdana,sans-serif;
font-size:12px;
border:none;
}
span.required{
font-size: 13px; !important;
color: #dce2d4;
font-weight:bold; !important;
}
input {
padding-top:5px;
background:#5e000e;
border-bottom:1px solid #834248;
border-left:0;
border-top:0;
border-right:0;
color:#dce2d4;
font-family:Tahoma,Arial,Verdana,sans-serif;
font-size:12px;
height:21px;
padding-left:10px;
padding-bottom:0;
} 

input:hover {
background:#770012;
}
textarea {
padding-top:5px;
padding-left:10px;
border-left:0;
border-top:0;
border-right:0;
background:#5e000e;
border-bottom:1px solid #834248;
color:#dce2d4;
font-family:Tahoma,Arial,Verdana,sans-serif;
font-size:12px;
}
textarea:hover {
background:#770012;
}
.btn:hover {
background: url(img/SubmitButtonOn.png) no-repeat;
}
