﻿body {
    background:none;
    background-color:#F8F7F1;
}

#wrapper {
    margin:10px;
    background:none;
}

#main p {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    margin: 1em 0;
}

#main a, #main a:visited {
    color: #990000;
    text-decoration: none;
}

#main a:hover {
    color:#6F0000;
    text-decoration:underline;
}

#main h1 {
    color: #336666;
    font-family: tahoma,arial;
    font-size: 26px;
    font-weight: normal;
    margin: 0 0 8px;
}

#main #checker h2 {
    color: #336666;
    font-family: tahoma,arial;
    font-size: 22px;
    font-weight: normal;
    margin: 15px 0 8px;
}

#main #checker h3 {
    color: #336666;
    font-family: tahoma,arial;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    margin: 15px 0 8px;
}

input {
    font-family: verdana,arial,sans-serif;
    font-size:11px;
}

#main select, #main textarea, #main input.text, #main input[type="text"], #main input[type="password"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #AFAF99;
    line-height: 130%;
    padding: 2px;
}

#checker div.inline {
    float:none;
    width:auto;
    border-bottom: 1px solid #DFDDD1;
    padding:12px;
    margin-bottom:0;
    position:relative
}

#checker input.text {
    width:290px;
    float:left;
}

#checker label {
    width:170px;
    float:left;
    color:#1F1E1D;
    font-family:Tahoma;
    font-weight:bold;
    font-size:13px;
    font-style:normal;
    margin-bottom:0;
}

#checker label:after {
    content:":";
} 

#checker input.submit {
    font-size:20px;
}

#checker ol.steps li p, ol.steps li form, #checker fieldset {
    margin-left: 0;
}

#checker ol.steps li {
    margin-bottom:0;
    float:none;
}