﻿body {
    background:#545b62 url(../../images/body_bg.gif) repeat-x 0 0;
    font-family:Arial,helvetica,Sans-Serif;
	font-size:10pt;
	margin:0;
}

.clear {clear:both;line-height:0px;}
.clrfix{zoom:1;}
.clrfix:after {
    content:".";
    display:block;
    height:0;
    width:0;
    line-height:0;
    clear:both;
    visibility:hidden;
}

#container {
    margin:0 auto;
    position:relative;
    width:939px;
}

#header {
    background:url(../../images/header.gif) no-repeat 0 0;
    height:132px;
    overflow:hidden;
    padding:40px 0 0 40px;
}
#logo {float:left;}
#google_add {float:left;margin-left:30px;}

#content {background:url(../../images/body.gif) repeat-y 0 0;}
#content .top {background:url(../../images/body_top.gif) no-repeat 0 0;height:13px;}
#content .body {padding:10px 20px;}
#content .bottom {background:url(../../images/body_bottom.gif) no-repeat 0 0;height:17px;}

#footer {
    background:url(../../images/footer.gif) no-repeat 0 0;
    height:75px;
    overflow:hidden;
}
#footer a {font-family: Verdana;font-size: 11px;text-decoration:none;}
#footer a:link {color: #000000;}
#footer a:visited{color: #000000;}
#footer a:hover{color: #4C7FB9;text-decoration:underline;}

/* ~/pages/ContactUs.aspx */

#content #steps ul { list-style:none; margin:0px; padding:0; margin-top:10px; border-top:solid 1px #dcb297; padding-top:20px; text-align:left; }
#content #steps li { padding:0; margin:0; clear:both; height:45px; }
#content #steps li label {
    width:215px;
    display:block;
    float:left;
    line-height:40px;
    font-weight:bold;
    text-align:right;
    padding-right:10px;
}
#content #steps li input {
    border:none;
    background:url(http://www.soldster.com/buy/images/inputs/input.gif) no-repeat 0 0;
    width:284px;
    height:32px;
    float:left;
    padding:0 12px;
    padding-top:8px;
    /*line-height:40px;*/
    font-size:20px;
}
#content #steps li textarea {
    border:1px solid #bbb7db;
    background-color:#e8efc1;
    height:18px;
    width:308px;
    font-size:20px;
}
#content #steps li .submit { height:auto; width:154px; color:#000; background:none; }
#content #steps li .check-box input { height:auto; width:auto; border:none; }
#content #steps li .check-box label { width:auto; display:inline; float:none; }
#content #steps ul.short li label { width:150px; }