* {font-family: Arial}
body {font-size: 80%}
#container {margin: 10px auto; width: 800px}

h1 {font-size: 150%; font-weight: bold; margin-bottom:10px}
h2 {font-size: 120%; font-weight: bold; margin:10px 0 5px 0;}
h3 {font-weight: bold; clear: both;}

#flashMessage {margin: 0 auto; background-color: #ff9; width: 400px; text-align: center; padding: 3px; font-weight: bold; border: 1px dotted #999}
div.error-message {clear:both; color:#a00; margin-bottom:10px; font-weight: bold}

table {margin: 10px 0; width: 100%}
table, table td {border:1px solid #ccc}
table td {padding: 2px}
table thead {background-color: #ccc}
table tbody tr:hover {background-color: #ff9}
#panel {border:0px solid #ccc}


div.input, div.submit {clear:both; width: 600px}
div.input label {display:block; float:left}
div.required label {font-weight:bold}
div.input input, div.input textarea {display:block; float:right; width: 400px;}
div.input textarea {font-family: Courier New; font-size: 100%}
div.submit input {display:block; float:right;}

#header .lt #phpfm_ico {background:url(img/phpfm_ico.gif) repeat none; width:20px; height: 22px;}