html, body {
    font-family: "Trebuchet MS", Arial, sans-serif;
    color: #555;
    background-color: #fff;
}

div.wrapper {
    width: 825px;
    height: 649px;
    color: #222;
}

div.content {
    height: 305px;
    background-image: url('../images/bg3.jpg');
    position:relative;
    left:1px;
}
ul li {
    margin-bottom: 8px;
}
a:link,a:active,a:visited {
    color: #333;
    font-weight: bold;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

div.splash_cs {
    height: 252px;
}

div.splash_sk {
    height: 252px;
    position:relative;
    left:1px;
}

div.splashnew {
    height: 250px;

}
div.header {
    padding: 12px 0 0 0;
    height: 80px;
}

h1 {
    margin: 0px;
    padding: 5px 0 0 20px;
    font-size: 14px;
    color: #111;
}

h2 {
    float:left;
    margin: 2px 0 0 20px;
    font-size: 14px;
}

p {
    margin: 2px 0 0 20px;
    font-size: 12px;
}

table {
    font-size: 12px;
}

form {
    margin: 15px 0 0 0;
}

div.mainform {
    height: 205px;
}

div.formbtns {
    text-align: right;
    padding: 12px 50px 0 0;
}

td.modelname {
    width:120px;
    text-align: right;
    padding: 10px 0;
}

area {
    cursor: crosshair;
}

.addresses {
    margin-top: -5px;
    display: none;
    float: right;
    min-width:  400px;
    width:  450px;
}

.addresses label {
    width: 195px;
    display: block;
    text-decoration: none;
    font-size: 12px;
    margin: 0 19px 0 0;
    padding: 4px;
    float: left;
    line-height: 13px;
}

.addressessk {
    width:  400px;
}

.addressessk label {
    width: 170px;
}

.addresses label:hover {
    background-color: #e0e0e0;
}

.addresses label.active {
    background-color: #f0f0f0;
}

.red {
    color: #a52d23;
    font-weight: bold;
}

input.leftmargin {
    margin-left: -19px;
    _margin-left: 0;
}

input[type=submit] {
    font-weight: bold;
    width: 160px;
    font-size: 14px;
}



div.stats {
    border-width: 0 3px 3px 3px;
    border-color: #bbb;
    border-style: solid;
    margin: 0 2px 0 5px;
    padding: 15px;
}

table.stats {
    width: 100%;
    border-collapse: collapse;
}

table.stats td {
    border: 1px #ddd solid;
}