﻿fieldset
{
	font-family: calibri, sans serif;
		border: 1px solid #A4A4A0;
		padding-top:5px;
		padding-bottom:5px;
		padding-left:15px;
		padding-right:15px;
}

fieldset ul
{
	list-style: none;
	padding: 0px;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0.3em;
	margin-right: 0.3em;
}
fieldset li
{
	padding-bottom: 0.3em;
	list-style: none;
	list-style-image: none;
}
fieldset label
{
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.noborder input
{
	border: none;
	width: auto;

}
.noborder label
{
	width: auto;
}
fieldset input, textarea
{
	border: 1px solid #A4A4A0;
	width: 45%;
	font-family: verdana, arial, sans serif;
	font-size: 70%;
	padding: 2px;
	color: #222222;
}

textarea
{
	width: 45%;
	height: 80px;
}
.watermark
{
	color: #999999;
}

legend
{
    color:black;
}
fieldset input[type=text]:hover, fieldset input[type=password]:hover
{
	background-color: #EEFCE9;
}
fieldset input[type=text]:focus, fieldset input[type=password]:focus
{
	background-color: #EEFCE9;
}
fieldset input[type=submit]
{
	width:25%;
	float:right;
	border:solid 1px black;

}
fieldset input[type=submit]:hover
{
	background-color: #EEFCE9;
}
