@charset "iso-8859-1";

.form {
background : #fff;
font-family : "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 95%;
color : #444; 
border : 1px inset #ccc;
padding-left : 5px;
}

.formButton {
font-family : "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial, sans-serif;
font-size : 85%;
color : #444;
border-left : 2px solid #999;
border-top : 2px solid #999;
border-right : 2px solid #ccc;
border-bottom : 2px solid #ccc;
background : #fff;
padding-left : 2px;
padding-right : 2px;
}

.textTitle {
width : 20%;
text-align : left;
vertical-align : top;
color : #444;
font-size : 95%;
font-weight : bold;
}