﻿@charset "utf-8";
/* CSS Document */

#synopsis #words #h1Background {
	background:#a2c4b2 url(images/topRightVolunteer.gif) right top no-repeat;
}
#synopsis #words #descriptionBackground {
	background:#70a489 url(images/botLeftVolunteer.gif) left bottom no-repeat;
}
#mainContent div#volunteerForm 
{
    padding:1em 0 1em 12px;
}
#mainContent div#volunteerForm table
{
    width:380px;
}
#mainContent div#volunteerForm table td
{
    padding:4px 15px 4px 0;
}
#mainContent div#volunteerForm table td.formLabel
{
    width:100px;
}
#mainContent div#volunteerForm span 
{
	font-size:90%;
}
#mainContent div#volunteerForm input.txtInput
{
    width:250px;
}
#mainContent div#volunteerForm #txtInterests
{
    width:360px;
    height:6em;
}
#mainContent .formRequired
{
    color:#e17000;
}