body
{
	font-family: Arial;
	font-size: 12px;
	color: #696A6E;
	line-height: 16px;
}

li
{
	margin: 5px 0px;
}

strong, h2#error
{
	display: block;
}

h2#error
{	
	margin-bottom: 14px;
	color: #FF0000;
	font-weight: bold;
}

div.label
{
	font-weight: bold;
}

input#submit
{
	cursor: pointer;
	outline: none;
	width: 106px;
	height: 31px;
	border: 0px;
	background: url('../img/submit.gif') no-repeat;
}

input#submit:hover
{
	background-position: 0px -31px;
}