/* Extra Styles for forms */


fieldset
{
	float: left;
	width: 75%;
	margin: 0 10px 20px 90px;
	padding: 0px 5px 10px 10px;
}

legend
{
background: #74E8D7;
border: #26a solid 1px;
padding: 5px 10px;
margin-bottom: 10px;
}

input
{
	display: block;
	width: 220px;
	margin: 0;
}

input.wide
{
	display: block;
	width: 80%;
	margin: 0;
}

label
{
  display: block;
	font-size: 75%;
	margin-bottom: 3px;
}

.submitbutton
{ margin-left: 100px;
}


select
{
	display: block;
}

textarea {
	height: 100px;
	width: 80%;
	display: block;
}

textarea:focus, input:focus {
border: 1px solid red;
background-color: #FFFFCC;
color: #003366;
}

.formmeat {
 position: absolute;
 width: auto;
 min-width: 400px;
 border: 0;
 background-color: #fdfeff;
 top: 10px; left: 160px;
 margin-bottom: 20px;
}
