body { margin: 20px; background-image: url(/images/page_bg.jpg); background-position: top center; background-repeat: no-repeat; }
html, body, div, p, span, table, tr, td { font-family: Arial; font-size: 12px; color: #000000; }

.greyPanel { background-color: #edeeee; }
.contentPane { padding: 20px; background-image: url(/images/content_bg.jpg); background-position: top left; background-repeat: no-repeat; }
.contentTitle { font-size: 20px; font-weight: bold; color: #7c0505; }
.contentSubtitle { font-size: 14px; font-weight: bold; color: #7c0505; }

.redText { color: #bb0000; }

input, select, textarea { border: 1px solid #444444; }
form, input, select, option, textarea { font-size: 10px; }
.formTitle { background: #dddddd; padding: 4px; font-size: 11px; text-align: right; }
.formField .formField { width: 100px; }
.reqField { color: #bb0000; }

.alertRed { font-weight: bold; color: #bb0000; }
.alertGreen { font-weight: bold; color: #00bb00; }

ul.parts li { font-size: 14px; }
ul.parts li a { font-size: 14px; color: #bb0000; }
