body,
input,
button,
select,
textarea {
    font-family: Arial, Helvetica, sans-serif;
}

body {
    font-size: 0.75em;
}

/* Custom Helper Classes */

/* Errors */

.errorMessage {
    color: #DD0000;
}

/* Buttons */

button,
.buttonLike,
.buttonLike:visited {
    padding: 6px 10px;
    border: none;
    color: #FFFFFF;
    background: rgb(30,87,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(30,87,153,1) 0%, rgba(41,137,216,1) 50%, rgba(32,124,202,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(32,124,202,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(30,87,153,1) 0%,rgba(41,137,216,1) 50%,rgba(32,124,202,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#207cca',GradientType=0 ); /* IE6-9 */
    font-size: 12px;
    font-weight: bold;
    -webkit-border-radius: 5px;
    border-radius: 5px;  
    line-height:13px;
}



button.cancelButton,
button.removeFile,
.linkLike,
.linkLike:visited {
    color: #404040;
    text-decoration: underline;
    background: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(enabled=false)";
    filter: progid:DXImageTransform.Microsoft.Shadow(enabled=false);

}

button.cancelButton:hover,
button.cancelButton:active,
button.removeFile:hover,
button.removeFile:active,
.linkLike:hover,
.linkLike:active {
    color: #000000;
    background-color: transparent;
}


/* Structure */

body {
    background-image: url(images/bg.jpg);
    background-repeat: repeat-x;
    position: center top;
    padding: 20px 0;

}

.wrapper {
    margin: 0 auto;
    width: 910px;
    background-image: url(images/tires.png);
    background-repeat: no-repeat;
    background-position: 40px bottom;
}

.banner {
    text-align: center;
}

.content {
    padding: 20px;
    min-height: 410px;
}

.content .col1 {
    width: 200px;
    float: left;
}

.content .col2 {
    width: 640px;
    float: right;
}


.footer {
    padding: 20px 20px 20px 250px;
    font-size: 11px;
}


.footer .col1,
.footer .col2,
.footer .col3,
.footer .col4,
.footer .col5 {
    float: left;
    width: 19%;
}

.footer .col1 {
    width: 18%;
    padding-top: 30px;
}

.footer .col2 {
    width: 25%;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer li {
    margin: 5px 0;
    color: #6C6C6C;
}

.footer a {
   text-decoration: none;
   color: inherit;
}

.footer a:hover {
   text-decoration: underline;
}

.copy {
    color: #00833B;
    margin-bottom: 20px;
}

.mdCustom {
    background-color: #E6F3FA;
    padding: 20px 100px 20px 20px;
    -webkit-border-radius: 15px;
    border-radius: 15px; 
    position: relative;
}

.mdCustom .logoWrapper{
    position: absolute;
    left: 100px;
    top: 10px;
}

.mdCustom p {
     font-size: 10px;
}

.mdCustom h3 {
     font-size: 18px;
     color:#00833B;
}

.mdCustom a {
    display: block;
    width: 105px;
    background-image: url(images/bgFixedBtn.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 5px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    margin: 15px 0 0 0;
}


/*IE FIXES*/

.body_IE7 .footer .col5 {
    width: 18%;
}


.body_IE7  button,
.body_IE7  .buttonLike {
    margin-right: 10px;
}