.myform-top {
	background: url('../images/top.jpg') no-repeat top;
	color: #ffffff;
	height: 46px;
	margin: 0;
	padding: 18px 0 0 14px;
	width: 430px;
}

.myform-bottom {
	background: url('../images/bottom.jpg') no-repeat bottom;
	height: 13px;
	width: 444px;
}

.myform {
	background: url('../images/center.jpg') repeat-y;
	color: #333;
	padding: 4px 20px;
	width: 404px;
}

.myform .block {
	display: block;
}

.myform .inline {
	display: inline;
}

.myform div {
	margin-bottom: 10px;
}

.myform label {
	display: block;
	font-weight: bold;
	margin-top: 10px;
}

.myform label span { color: red; }

.myform textarea { width: 100%; }