* {
        margin: 0px;
        padding: 0px;
        border: 0px;
}
body {
        margin: 0px;
        padding: 0px;
        background-color: #eee;
        font-family: 'Lucida Grande', Helvetica, sans-serif;
        font-size: 12px;
        text-align: justify;
        font-style:normal;
        line-height:140%;
}
h1 {
        padding: 20px 0px 0px 0px;
        margin: 0px;
        text-align: center;
        font: Bold 30px 'Arial Black', Tahoma, Helvetica, sans-serif;
        letter-spacing: -2px;
        line-height: 50px;
}
h2 {
        padding: 0px;
        margin: 0px;
        text-align: center;
        font: 18px 'lucida grande', verdana, 'Arial Black', Tahoma, Helvetica, sans-serif;
}
li {
	padding: 0px 0px 0px 10px;
        margin: 0px 0px 0px 20px;
}
p#menu {
        text-align: center;
        font-size: 16px;
}
a {
        color: #c00;
        font-weight: bold;
        text-decoration:  none;
}
a:hover {
        color: #000;
        font-weight: bold;
        text-decoration:  none;
}
a img {
        border:none;
}
#container {
        width: 670px;
        margin: auto;
        padding: 0px 15px 11px 15px;
        background-color: #fff;
}
div.action {
        font-size: 11px;
}
dl {
       font-size: 12px;
}
dt {
        position: absolute;
        text-align: left;
        font-weight: bold;
}
dd {
        margin: 0px 0px 5px 150px;
        text-align: justify;
}

form {
        position: relative;
        background-color: #eee;
        border: solid 1px #999;
        padding: 15px;
	margin: 10px 50px 10px 50px;
}
form label {
        position: absolute;
        width: 120px;
        text-align: left;
        font-weight: bold;
}
form input.w300 {
        width: 385px;
        border: solid 1px #ccc;
        height: 18px;
        margin: 0px 0px 12px 150px;
        font-size: 12px;
}

form input.w100 {
        width: 100px;
        border: solid 1px #ccc;
        height: 18px;
        margin: 0px 0px 12px 150px;
        font-size: 12px;
}
form div.description {
        margin: -5px 0px 12px 150px;
        font-size: 11px;
	}
form input.radio {
	width: 20px;
        position: relative;
        margin: 0px 0px 0px 150px;
}

form input.file {
	position: relative;
        margin: 0px 0px 0px 150px;
}

form input.submitbutton {
        width: 80px;
        height: 22px;
        border: solid 1px #ccc;
        margin: 0px 0px 0px 230px;
        font: Bold 12px sans-serif;
}
div.message {
        width: auto;
        text-align: center;
        font-size: 12px;
        color: red;
        font-weight: bold;
        background-color: #eee;
}
div.errmessage {
        width: auto;
        margin: 0px 0px 12px 150px;
        font-size: 12px;
        color: red;
        font-weight: bold;
        background-color: #eee;
}
div.flashgood {
        width: auto;
        text-align: center;
        font-size: 12px;
        color: #6EAB16;
        font-weight: bold;
        background-color: #eee;
}
div.flashbad {
        width: auto;
        text-align: center;
        font-size: 12px;
        color: red;
        font-weight: bold;
        background-color: #eee;
}

#footer {
        clear: both;
        padding: 6px 10px;
        text-align: center;
}

table.show {
        background: #fff;
        border:1px solid #ccc;
        clear: both;
        color: #333;
        margin-bottom: 10px;
        width: 100%;
        font-size: 11px;
}
th {
        background: #eee;
        border:1px solid #bbb;
        border-top: 1px solid #fff;
        border-left: 1px solid #fff;
        text-align: center;
}
table tr td {
        background: #fff;
        padding: 4px;
        text-align: center;
        vertical-align: top;
}
