h1#left{ float: left;}
h2#right{ float: right;}

h1#left, h2#right{

    font-family: Open Sans;
    font-weight: 300;
    font-size: 24px;
    color: #49494b;
}

#bar-box{
    float: left;
    height: 505px;
    position: relative;
    width: 100%;
}

.bar-with-shadow{
    float: left;
    position: relative;
    width: 313px;
}

#bar-1{
    margin-right: 17px;
}

#bar-3{
    float: right;
}

.bar{
    position: relative;
    float: left;
    width: 313px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: #E4E4E4;
}

.bar-content{
    padding: 15px;
    height: 265px;
}

.bar img{
    margin: 0;
    padding: 0;
    z-index: 1;
}

.bar .shadow{
    background-image: url("../images/header-img-shadow.png");
    float: left;
    height: 20px;
    margin-top: -6px;
    position: relative;
    width: 313px;
    z-index: -1;
}

.bar h2{
    font-family: Open Sans Condensed;
    font-size: 18px;
    font-weight: bold;
    color: #e72300;
}

.bar p, li, form .label{
    font-family: Tahoma;
    font-size: 11px;
    color: #3d3d3f;
    line-height: 21px;
}

.bar p.bold, .bar li, form .label{ font-weight: bold;}

.bar ul{
    list-style-image: url("../images/arrow-list.png");
    margin: 0;
    padding: 0 0 0 18px;
}

form .label{
    background-image: url("../images/arrow-list.png");
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    margin: 0 44px 7px 2px;
    padding-left: 15px;
    position: relative;
}

#inputs input{
    float: left;
    height: 20px;
    margin-right: 13px;
    position: relative;
    width: 131px;
}

#textarea textarea{
    float: left;
    height: 120px;
    position: relative;
    width: 279px;
    resize: none;
}

#textarea{ margin-top: 40px;}

input#submit{
    float: right;
    margin-top: 10px;
    position: relative;
}

.bar .shadow-bottom{
    position: relative;
    float: left;
    background-image: url('../images/bar-bottom-shadow.png');
    background-repeat: no-repeat;
    width: 313px;
    height: 34px;
}

.shadow-bottom-bar{
    position: relative;
    float: left;
    background-image: url('../images/bar-bottom-shadow-two.png');
    background-repeat: no-repeat;
    width: 313px;
    height: 34px;
}
