/*** Buttons *****/

.btn:hover span, .submit:hover
{
    background-position: left bottom;
}

#content ul
{
    list-style-type: disc;
}
#content ul li
{
    margin-left: 10px;
    margin-bottom: 10px;
}

.btn
{
    border: none;
    cursor: pointer;
}

.next, .prev, .submit
{
    width: 90px;
    height: 35px;
}

/* Next Button */
.next span
{
    background-image: url('../images/btn-next.gif');
}

/* Prev Button */
.prev span
{
    background-image: url('../images/btn-prev.gif');
}

/* Review Button */
.review
{
    width: 166px;
    height: 35px;
}

.review span
{
    background-image: url('../images/btn-review.gif');
}

/* Win Button */
.win
{
    width: 325px;
    height: 35px;
}

.win span
{
    background-image: url('../images/btn-win.gif');
}

/* Submit Button */
input.submit
{
    background: url("../images/btn-submit.gif") no-repeat scroll left top transparent;
    border: medium 0px;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 90px;
    line-height: 999px; /* Set it higher than your image height */
    overflow: hidden; /* Hide the text */
    font-size: 0; /* FF2 doesn’t like the above */
}


/* -- layout stuff -- */
html, body, p
{
    margin-top: 0;
    margin-left: 0;
}

.left
{
    float: left;
    width: 440px;
    padding-right: 0px;
}

.right
{
    float: right;
    width: 240px;
    padding-top: 115px;
}

.green-text
{
    color: #2B9833;
}

.rbox
{
    width: 234px;
    padding-top: 16px;
    height: 36px;
    background: #c7d848 url('../images/flag.gif') repeat-y left top;
}

.rbox .top
{
    height: 23px;
    background: #c7d848 url('../images/rbar-top.gif') no-repeat left top;
}

.rbox .bottom
{
    background: #c7d848 url('../images/rbar-bottom.gif') no-repeat left top;
    height: 23px;
}

.rbox a
{
    margin-left: 100px;
}

.rbox p .strong
{
    font-weight: bold;
    font-size: 1em;
}

.rbox .inner
{
    background-repeat: no-repeat;
    background-image: url('../images/aus-flag.gif');
    height: 38px;
    margin: 0px 0px 0px 10px;
}


body
{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 0.8em;
    background-color: #fff;
}

a
{
    color: #2B9833;
}
a:hover
{
    color: #000;
}

#container
{
    position: relative;
    width: 840px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../images/bkg.gif);
    background-repeat: repeat-y;
}

#bodywrapper
{
    position: relative;
    width: 757px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.hr
{
    height: 1px !important;
    width: 450px !important;
    background-color: #bbb !important;
    border: none !important;
    margin: 15px 0px !important;
    padding: 0px !important;
}

.min-height
{
    min-height: 730px;
    height: auto !important;
    height: 830px;
}

#logo
{
    padding: 20px 0 12px 40px;
}

#navigation
{
    margin-left: 50px;
    margin-bottom: 0;
    padding-bottom: 0;
}
#navigation img
{
    margin: 0;
    padding: 0;
}
#navigation ul
{
    margin: 0;
    padding: 0;
    margin-bottom: -3px;
}
#navigation ul li
{
    margin: 0;
    padding: 0;
    display: inline;
}


#contentwrapper
{
    background-image: url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-position: top;
    padding-top: 97px;
}

#content
{
    padding: 55px 0 0 38px;
}

#content h1
{
    color: #2B9833;
    font-size: 1.8em;
}

#content h2
{
    margin: 0;
    padding: 10px 0px 10px 0px;
    font-size: 100%;
}


#content input[type=radio]
{
    border-style: none;
}

#content input[type=text]
{
    border: 1px solid #2B9833;
    font-size: 1em;
}


#content label
{
    margin-left: 2px;
}

#content .validate
{
    padding: 5px 0px 5px 0px;
}


#content div div
{
    border: 1px solid #2B9833;
    padding: 2px 10px 2px 10px;
    margin-bottom: 25px;
    width: 450px;
}


#content div div div
{
    border: 0px solid red;
    width: 360px;
    margin-left: 5px;
    margin-bottom: 0px;
}

.right-box
{
    left: 525px;
    top: -795px;
    width: 234px;
}

#content .tdleft
{
    padding-top: 3px;
    padding-right: 5px;
}
#content .reviewquestion
{
    color: #666;
}

#content .textarea
{
    width: 380px;
    height: 100px;
}
#content .wordcount
{
    color: #666;
    font-style: italic;
}

#content .none
{
    display: none;
}

#content table
{
    margin-bottom: 10px;
}

#content div.inner-table
{
    width: 420px;
}

#content div.inner-table table
{
    margin-bottom: 20px;
}

#content .inner-table .tdleft
{
    width: 200px;
}

#footer
{
    background: #ffffff url(../images/bkg_footer.gif) repeat-x top;
    border-top: 1px solid #d4d4d4;
    width: 800px;
    margin-left: 20px;
    height: 85px;
    margin-top: 30px;
    color: #999999;
}

#footer div
{
    position: absolute;
    top: 50%;
    left: 25%;
    width: 50%;
    height: 50%;
}


#homecontent .textIndent
{
    text-indent: -9000px;
}
#homecontent .win25k
{
    background: url(../images/hdr_win-25k.gif) no-repeat bottom;
    width: 351px;
    height: 105px;
}
#homecontent .b_survey
{
    background: url(../images/btn_take-our-survey.gif) no-repeat;
    width: 328px;
    height: 31px;
    overflow: hidden;
    display: block;
}
#homecontent
{
    padding: 0 38px;
}
#homecontent p
{
    padding-bottom: 15px;
}
#homecontent .paddingTop
{
    padding-top: 25px;
}

#content table.no-labels tbody tr td.tdleft
{
    padding-right: 80px;
}

td p
{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

p
{
    margin-bottom: 0px !important;
    padding-bottom: 12px !important;
}

.hero
{
    float: right;
}

span label
{
    margin-right: 10px;
}


#content span.yes-no-list label
{
    margin-right: 60px;
}
