.form-box
{
	width:70%;
	min-width:70%;
	max-width:70%;
	border:1px solid green;
	background-color:white;
	padding:5px;
}
.form-box:focus
{
	width:70%;
	min-width:70%;
	max-width:70%;
	border:1px solid #5B5B5B;
	background-color:#F7F7F7;
	padding:5px;
}
.form-error
{
	width:70%;
	min-width:70%;
	max-width:70%;
	color:white;
	background:red;
	padding:5px 10px 5px 10px;
	margin-top:3px;
	border:2px solid #660000;
	font-style:italic;
}
.form-shaded
{
	width:70%;
	min-width:70%;
	max-width:70%;
	color:red;
	background:#FFDFDF;
	border:1px solid green;
	padding:5px;
}
.form-shaded:focus
{
	width:70%;
	min-width:70%;
	max-width:70%;
	color:red;
	background:#FFDFDF;
	border:1px solid #660000;
	padding:5px;
}
.email-label
{
font-size:125%;
white-space:nowrap;
padding:5px;
width:20%;
float:left;
text-align:right;
padding-right:10px;
position:relative;
top:-5px;
}
.email-sent
{
	color:green;
	font-weight:bold;
	font-size:250%;
	text-align:center;
}
.another-code
{
	font-size:75%;
	font-style:italic;
	font-weight:bold;
	margin-left:6px;
}
input.btn
{
	background-color:#FFE1FF;
	font-weight:bold;
	color:black;
	font-size:150%;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	border:2px outset #cc0000;
	outline:none;
}
input.btn:hover,
input.btn.hover,
input.btn:focus
{
	color:white;
	background-color:#BB00BB;
	font-weight:bold;
	font-size:150%;
	text-decoration:none;
	padding:2px 4px 2px 4px;
	border:2px inset #cc0000;
	outline:none;
	cursor:pointer;
}

