#form
	{
	margin: 0;
	padding: 5px 15px 40px 15px;
	width: 610px;
	border: 1px solid #ccc;
	line-height: 200%;
	background: #000;
	}

h4
	{
	font-size: 100%;
	font-weight: normal;
	color: #2c5c89;
	display: inline;
	}

.note
	{
	color: red;
	}

.field
	{
	color: #ccc;
	}

.field input
	{
	width: 350px;
	border: 0;
	background: #ccc;
	color: #000;
	}

textarea
	{
	width: 605px;
	height: 100px;
	background: #ccc;
	color: #000;
	border: 0;
	}

.submit input 
	{
	float: left;
	display: inline;
	padding: 2px;
	background: #000;
	color: #ccc;
	border: 3px outset #fff;
	}

.submit input:hover
	{
	background: #ccc;
	color: #000;
	border: 3px inset #2c5c89;
	}

.reset input 
	{
	padding: 2px;
	float: right;
	background: #000;
	color: #ccc;
	border: 3px outset #fff;
	}

.reset input:hover
	{
	background: #ccc;
	color: #000;
	border: 3px inset #2c5c89;
	}
