html {
    color: #444444;
    font-family: "Lucida Sans Unicode", "Lucida Sans", "Lucida Grande", Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
}

body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    background: #fff;
    min-width: 600px;
    font-size: 14px;
}

a {
    color: #369;
}

a:hover {
    color: #fff;
    background: #369;
    text-decoration: none;
}

#header {
    clear: both;
    float: left;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

#header p,
    #header h1,
    #header h2 {
    padding: .4em 15px 0 15px;
    margin: 0;
}

#layoutdims {
    clear: both;
    background: #eee;
    border-top: 4px solid #000;
    margin: 0;
    padding: 6px 15px !important;
    text-align: right;
}

/* column container */
.colmask {
    position: relative; /* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
    clear: both;
    float: left;
    width: 100%; /* width of whole page */
    overflow: hidden; /* This chops off any overhanging divs */
}

/* 2 column right menu settings */
.rightmenu {
    background: #fff;
}

.rightmenu .colleft {
    float: left;
    width: 200%;
    margin-left: -200px;
    position: relative;
    right: 100%;
    background: #fff;
}

.rightmenu .col1wrap {
    float: left;
    width: 50%;
    position: relative;
    left: 50%;
    padding-bottom: 1em;
}

.rightmenu .col1 {
    margin: 0 215px 0 215px;
    overflow: hidden;
}

.rightmenu .col2 {
    float: right;
    width: 370px;
    position: relative;
    left: 185px;
}

#footer {
    clear: both;
    float: left;
    width: 100%;
    background-color: #E5E5E5;;
    margin: 0;
    padding: 5px 0 2px 0;
}

#footer p {
    padding: 10px;
    margin: 0;
    text-align: center;
    font-size: 11px;
}

.highlight {
    background-color: #FFFFCC;
}

input, select, textarea, button {
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font-size: 16px;
    margin: 2px 0;
    padding: 2px 4px;
}

select {
    padding: 2px 2px 2px 0;
}

textarea {
    width: 230px;
    height: 150px;
    vertical-align: top;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #b2d1ff;
}

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}

div.errors ul {
    list-style: none;
    padding: 0;
}

div.errors li {
    background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errorcell {
    padding-left: 20px;
    vertical-align: bottom;
    color: red;
}

td.errors select {
    border: 1px solid red;
}

td.errors input {
    border: 1px solid red;
}

.cleanform * {
    margin: 0;
    padding: 0;
}

.cleanform {
    width: 85%;
    color: black;
    text-align: left;
    position: relative;
    margin: 1em auto;
    background-color: white;
    border: 1px solid #ddd;
    padding: 14px;
}

.cleanform  label, .cleanform legend {
    padding: 0;
    margin: 5px;
}

.cleanform fieldset {
    padding: 0.7em;
    border: 1px solid #ddd;
    margin: 0 0 0.5em 0;
}

.cleanform label {
    font-weight: bold;
}

.cleanform fieldset input {
    width: 250px;
    padding: 5px;
    font-size: 14px;
}

.cleanform fieldset textarea {
    width: 400px;
    height: 120px;
}

.cleanform .radio input,
    .cleanform .checkbox input {
    width: auto;
    border: none;
    font-size: 14px;
    padding: 3px;
}

.cleanform input, .cleanform textarea, .cleanform select {
    display: block;
    margin-bottom: 1em;
    border: 1px solid #bbb;
    padding: 5px;
    margin-right: 1em;
    font-size: 14px;
}

.cleanform .radio label, .cleanform .radio input,
    .cleanform .checkbox label, .cleanform .checkbox input {
    display: inline;
    margin: 0 1.5em 0 0
}

.cleanform .radio input, .cleanform .checkbox input {
    margin: 0 0.3em 0 0
}

.cleanform button {
    margin: 0.3em 0;
    border: 1px solid #ccc;
    background-color: #eee;
    cursor: pointer;
    padding: 0.5em
}

.cleanform button:active {
    background-color: #333;
    color: white;
    border: 1px solid #000;
}

.cleanform .formInfo {
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #B7DDF2;
}

.cleanForm .hidden {
    display: none;
}

.cleanform .formInfo h2 {
    color: #444444;
    font-weight: bold;
    margin-bottom: 10px;
    border: none;
}

.cleanform .formInfo p {
    text-align: justify;
    font-size: 11px;
    color: #444444;
}

.cleanform .errors {
    color: #ff3838;
    font-weight: bold;
}

.details {
    width: 45em;
    color: black;
    text-align: left;
    position: relative;
    margin: 20px auto;
    background-color: #fff;
    border: 2px solid #B7DDF2;
    padding: 14px;
}

.details h2 {
    font-weight: bold;
    margin-top: 0;
    color: #00889E;
    border-bottom: 1px solid #B7DDF2;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
}

.cleanform .spacer {
    margin-left: 80px;
    font-size: 11px;
    color: #555555;
}

.cleanform .spacer input {
    display: inline;
}

.notice {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

.notice-ok {
    border: 1px solid #a4c897;
    padding-left: 15px;
    width: 100%;
    background: #ecc5c5 url(../img/notice-ok.gif) repeat-x;
    padding-top: 7px;
    height: 23px;
    color: #376b0e;
    margin-bottom: 8px;
    margin-top: 8px;
}

.formtable {
    width: 100%;
}

.smallmsg {
    font-size: 10px;
}

.registerconfirmation {
    width: 80%;
}

.registerconfirmation .label {
    font-size: 18px;
    font-weight: bold;
}

.purchaseoverview {
    font-size: 14px;
}

.purchaseoverview td {
    width: 20%;
    padding-bottom: 7px;
    vertical-align: top;
}

.purchaseoverview .desc {
    width: 60%;
}

.purchaseoverview .heading {
    font-weight: bold;
}