body {
    text-align: center;
    font: 12px/1.45 Arial, Helvetica, sans-serif;
}
h1 {
    font-size: 26px;
    line-height: 31px;
}
h1, h3 {
    color: #3c3c3c;
}
h2 {
    color: #0078c1;
    margin-bottom: 10px !important;
}
h3 {
    font-size: 14px;
    margin-bottom: 3px !important;
    font-size: 12px;
	font-family: inherit;
	color: inherit;
}
p {
    margin: 0 0 18px;
}
a {
    color: #0078c1;
}
a {
    text-decoration: underline;
}
input {
    width: 95%;
    padding: 8px;
    margin-left: 0;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 0 0;
    border: 1px solid #ccc;
    display: inline;
	margin-right: 6px;
	margin-top: 0;
}
li {
    margin-bottom: 14px !important;
}
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
	margin: 0;
	padding: 0;
}
form {
    overflow: visible;
}
ul {
    list-style: none;
	margin: 0;
	padding: 0;
}
table {
    width: 98%;
    color: #333;
    empty-cells: show;
    border-spacing: 0px;
    border: 1px solid #b4b4b4;
    border-radius: 5px;
}
th {
    background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(228,228,228,1) 100%);
}
th {
    border-radius: 5px 0 0 0;
}
th, td {
    padding: 7px 10px !important;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #c2c2c2;
    text-align: center;
}
footer {
    text-align: center;
	font-size: 10px;
}
.button, .button-back {
    font-size: 18px;
    text-decoration: none;
    display: block;
    background: #0078c1 url(../resources/bkgrnd_blue.jpg) 0 -1px repeat-x;
    border: 1px solid #004e6a;
    margin: 18px auto;
    width: 230px;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    color: white;
    cursor: pointer;
}
.button {
    opacity: .8;
}
.button:hover {
    opacity: 1;
}
.button-back {
    opacity: .6;
}
.button-back:hover {
    opacity: 1;
}
.required-info {
    text-align: right;
	padding: 0;
	margin: 0 10px 0 0;
	font-size: 11px;
}
#main {
    text-align: left;
    width: 950px;
    margin: 24px auto;
    position: relative;
}
#main #content {
    float: none !important;
    margin: 0 0 0 356px !important;
    width: auto !important;
}
#main-outer {
    min-height: 500px;
    overflow: auto !important;
}
#left-main {
    float: left;
    width: 320px;
    margin: 18px;
    margin: 0 18px 18px;
}
#left-main-inner {
    color: #333;
    position: relative;
    border-radius: 5px;
    padding: 10px;
    min-height: 650px;
}
.block {
    margin-bottom: 18px;
    overflow: hidden;
}
.mark {
    margin-left: -10px;
    float: left;
	padding: 2px 2px 0 0;
	color: #c00;
}
#left-main-inner h3 {
    color: #0078c1;
}
#left-main-inner div:last-child, #content div:last-child {
    margin-bottom: 0;
}
#content-inner {
    padding: 30px 20px 30px 30px;
}
#content-inner{
    border: 1px solid #ccc;
    background: #f6f6f6;
    border-radius: 5px;
}