

/*********************************************************************************/
/* Generic CSS							 					 */
/*********************************************************************************/
* { margin: 0; padding: 0; }
body {font: 70% Arial, Helvetica, sans-serif; margin: 0; padding: 0; text-align: left; color: #555555;}
img {border:0;}
a {color:#da251c;}
a:hover {color:#333333;}
ul {padding-left:1em;margin-left:0;}
p {padding:0 0 1.4em 0; line-height:1.4em; margin:0;}
.hide {display:none;}
.clearFloats {clear:both;}

table.formTable{ width:520px; margin:5px auto; border:1px solid #D5C9B9;}
table.formTable td {padding:3px 5px; background:#D5C9B9;}
table.formTable td.labelCell {text-align:right; background:#E9E2DA; vertical-align:top; color:#000;}
table.formTable td.inputCell {text-align:left; background:#F4F1EC; vertical-align:top; padding:0 5px 0 0; line-height:2em;}
table.formTable td.inputCell input, table.formTable td.inputCell select {margin:2px 2px 2px 8px;}

input.sendBut {padding:3px 15px; background:#DF0024; color:#fff; border:none; text-decoration:none;}
input.sendBut:hover { background:#163866;}
input.clearBut {padding:3px 15px; background:#6C86A7; color:#fff; border:none; text-decoration:none;}
input.clearBut:hover { background:#163866;}

