﻿#mainContent
{
        background: url(header.jpg) no-repeat ,
            url(backgroundrepeat.jpg) repeat-y;
        background-size: 1024px;
}

.avaSection {
    background: url(textwithgradient.jpg) repeat-y;
    /* background-size: 1000px; */
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input
{
    background: white;
}


.resultDetails {
    border: 1px solid #abadae;
    border-radius: 5px;
    background: lightgray;
    margin: 2px;
    max-width: 975px;
    height: auto;
}