/******************************
	Basic Containers
******************************/

body {
	cursor: default;
	color: #444444;
	font-family: Calibri, Verdana, Arial;
	font-size: 14px;
	line-height: 18px;
	background: #DDE5C6;
}

strong {
	display: block;
	font-weight: bold;
}

h2{
	margin: 0px 0px 18px 0px;
	color: #FF0000;
	font-weight: bold;
}

ul {
	overflow: hidden;
}

/******************************
	Input
******************************/

h1.label,
div.label {
	float: left;
	width: 85px;
}

div.field {
	float: left;
}

.field input {
	width: 180px;
	height: 18px;
	font-size: 12px;
}

#submit {
	display: block;
	clear: left;
	cursor: pointer;
	outline: 0px;
	width: 70px;
	height: 20px;
	margin: 18px 0px;
	border: 0px;
	background: url('../img/submit.gif') no-repeat;
}