input {
	border: 1px solid;
	float: right;
	width: 290px;
	background-color: #ffffdd;
}

fieldset {
	border: 1px solid;
}

legend {
	font-weight: bold;
	margin: 5px;
	padding: 5px;
}

textarea {
	border: 1px solid;
	float: right;
	width: 290px;
	height: 100px;
	background-color: #ffffdd;
}

select {
	border: 1px solid;
	float: right;
	width: 290px;
	background-color: #ffffdd;
}

label {
	float: right;
	margin-right: 10px;
	font-weight: bold;
	
}

.formRow {
	clear: both;
	margin: 5px 20px 5px 5px;
	overflow: auto;
}

.submitButton {
	width: 110px;
	height: 20px;
	background: url(../images/110by20/submit-button.png) right top no-repeat;
	color: #ffffff;
	font-weight: bold;
	border: none;
}

#contactList {
	list-style: none;
	margin-left: 30px;
}

#mailForm .body {
	background: url(../images/440by1000/440-cell-body.gif) 0 bottom no-repeat;
}


