/* CSS Document */
.myInput { border:#7AC4EA solid 1px; background:#F5FBFF; }
.myInputHovered { border:#9ECC00 solid 1px; background:#fff; }
.myInputError { border:#f00 solid 1px; background:#fff; color:#f20; }

.myButton, .myButtonHovered { outline:none; border:none; color:#fff; margin:2px; width:75px; height:25px; font-size:11px; font-family:"Tahoma", Arial; font-weight:bold; }
.myButton { background:url(../images/form/btn.submit.gif) no-repeat top; }
.myButtonHovered { background:url(../images/form/btn.submit.gif) no-repeat bottom; }

#errormessage {
    color:#F00;
}
#feedback{
    float:left;
    width:150px;
}

table.request { color:#333; }
table.request th { font-weight:normal; text-align:right; padding-right:7px; }
table.request td img { vertical-align:middle; padding-left:7px; }

.inputclass {width: 200px;}
.myselect {width: 206px;}

