/* CSS Document */
.FairBg
{
	background-image:url(../../images/BirthFormBg.jpg);
	background-repeat:no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #176a37;
	font-size: 11px;
}
.leftside
{
    background-color: #c1dfa3;
    background-image: url(../../images/vine.gif);
    background-position: top left;
    background-repeat: no-repeat;
}
.rightside
{
    background-color: #c1dfa3;
    background-image: url(../../images/vine.gif);
    background-position: top right;
    background-repeat: no-repeat;
}
.WBorder
{
	background-color:White;
}
.newrightside
{
    background-color: #c1dfa3;
}
.formbg
{
    width: 446px;
    height: 356px;
    background-image: url(../../images/form_bg.jpg);
    background-repeat: no-repeat;
}

.field
{
    background-color: #EEF2DB;
    border-left:solid 2px grey;
    border-top:solid 2px grey;
    border-bottom: solid 2px white;
    border-right: solid 2px white;
    color: #927AA0;
    width: 200px;
}
.fieldtext
{
    width: 200px;
    border-left:solid 2px grey;
    border-top:solid 2px grey;
     border-bottom: solid 2px white;
    border-right: solid 2px white;
    background-color: #EEF2DB;
    color: #927AA0;
}
.pink
{
    color: #927aa0;
    font-family:Times New Roman;
    font-size: 14px;
    font-style: italic;
}
.thesearch{
background-color:#c1dfa3;
border:solid 1px #c1dfa3;
height:21px;
}
.thesearchbutton{
visibility:hidden;
position:absolute;
}