﻿body {
    background:none;
    background:#393f41;
    color:#b8bfbd;
    font-family:Arial, Helvetica;
}

.sectionTitle{
    font-family:Arial;
    font-size:18pt;
    color:#fffefe;
}
.subTitle{
    color:#ebb800;
    font-family:Lucida Grande;
    font-size:13px;
    font-weight:bold;
    text-transform:uppercase;
    margin-bottom:8px;
}

input[type=text] {
    background:#555d5f;
    border:#3a4146;
    width:225px;
    height:23px;
}

.leftCol {
    float:left;
    width:400px;
    border-right: solid 1px #eab600;
}

.rightCol {
    margin-left:30px;
    float:left;
    width:250px;
}

.submit {
    background:#242b2d;
    border:none;
    width:78px;
    height:22px;
    color:#fff;
}


.lbcontent {
    padding:20px;
}

.closebtn {
    text-align:right;
    margin:4px 4px -14px 0px;
    color:#B8BFBD;
}
.closebtn a:link, .closebtn a:visited {
    text-decoration:none;
    color:#B8BFBD;
}


.closebtn.bottommargin {
    margin-bottom:0px;
}
