/* CSS Document */

BODY {
margin:0px;
padding:0px;
	background:#739738;
	background-image:url(../images/construct/backgroundgradient.gif);
	background-repeat:repeat-x;

	
}
#container {
	width:750px;
	float:left;

}

#contentarea {
	float:right;
	width:589px;
	background-image:url(../images/construct/pagebackground.gif);
}

#actualcontent {
width:500px;
margin-left:75px;
}
#evipic {
position:absolute;
top:0px;
left:0px;
}
#topbit {
background-image:url(../images/construct/top.gif);
width:750px;
height:100px;

}

#menuarea {
	position:relative;
	top:80px;
	left:175px;
	z-index:10000;
}
#footerarea {
margin-left:200px;
text-align:center;
}
.requiredfield {
	border: 1px solid #bbbbbb;
	background: #FFFFDD url(http://www.goodtymestables.com/12admin/ocadminimages/formyellowback.gif) no-repeat;	
}
.normalfield {
	border: 1px solid #bbbbbb;
	background: #f0f0f0 url(http://www.goodtymestables.com/12admin/ocadminimages/formgreyback.gif) no-repeat;	
}
.requiredfieldmissing {
	border: 1px solid #bbbbbb;	
	background: #FFeeee url(http://www.goodtymestables.com/12admin/ocadminimages/formredback.gif) no-repeat;		
}
.requiredfieldgood {
	border: 1px solid #bbbbbb;	
	background: #FFeeee url(http://www.goodtymestables.com/12admin/ocadminimages/formgreenback.gif) no-repeat;		
}
.requiredfield:focus {
	border: 1px solid #444444;
	background: #FFeeee url(http://www.goodtymestables.com/12admin/ocadminimages/formgreenback.gif) no-repeat;		
}
.normalfield:focus {
	border: 1px solid #444444;
	background: #eeffee url(http://www.goodtymestables.com/12admin/ocadminimages/formgreenback.gif) no-repeat;		
}
.requiredfieldmissing:focus {
	border: 1px solid #444444;	
	background: #FFeeee url(http://www.goodtymestables.com/12admin/ocadminimages/formgreenback.gif) no-repeat;		
}
.requiredfieldgood:focus {
	border: 1px solid #444444;	
	background: #FFeeee url(http://www.goodtymestables.com/12admin/ocadminimages/formgreenback.gif) no-repeat;		
}