#page .field {
	margin: 20px 0 0 0;
	overflow: hidden;
	width: 560px;
}
#page .field label {
	color: #0040c0;
	float: left;
	font-weight: bold;
	line-height: 20px;
	margin: 0 10px 0 0;
	text-align: right;
	width: 130px;
}
#page .field input {
	border-bottom: 1px solid #bfcfef;
	border-left: 1px solid #7f9fdf;
	border-right: 1px solid #bfcfef;
	border-top: 1px solid #7f9fdf;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	padding: 2px;
	width: 272px;
}
#page .field textarea {
	border-bottom: 1px solid #bfcfef;
	border-left: 1px solid #7f9fdf;
	border-right: 1px solid #bfcfef;
	border-top: 1px solid #7f9fdf;
	float: left;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	padding: 2px;
	width: 274px;
}
#page input.submit {
	background: #4070d0;
	border-bottom: 2px solid #0040c0;
	border-left: 2px solid #7f9fdf;
	border-right: 2px solid #0040c0;
	border-top: 2px solid #7f9fdf;
	color: #fff;
	cursor: pointer;
	display: block;
	font-family: arial, helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 26px;
	margin: 20px 0 0 220px;
	padding: 0;
	text-align: center;
	width: 116px;
	behavior: expression(
		this.onmouseover = new Function("this.className += ' submitover';"),
		this.onmouseout = new Function("this.className = ' submit';"),
		this.style.behavior = null
	);
}
#page input.submit:hover, #page input.submitover {
	-moz-opacity: 0.5;
	opacity: .5;
	filter: alpha(opacity=50);
}