form {
	margin: 0 10px;
	font-size: 0.9em;
}
form fieldset p.field {
	padding: 0;
}
form .field {
	margin-bottom: 5px;
}
form label.left {
	color: gray;
	margin: 0;
}
form .field .middleColumn input,
form .field .middleColumn textarea {
	padding: 3px;
	width: 260px;
}
form .field .middleColumn input.radio {
	width: auto;
}
form .field .middleColumn ul {
	list-style: none;
	margin: 0;
}
form .field .middleColumn textarea {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: inherit; 
}
form .field .middleColumn.validationError,
form .specialValidationError {
	color: red;
	font-weight: bold;
}
form .specialValidationError {
	padding-left: 21px;
}

form .Actions {
	margin-top: 10px;
}

form input.action { /* see ie.css */
	width: auto;
	overflow: visible;
	height: 22px;
	padding-top: 0;
	background: #1393c0 url(../images/fancyButton-left.jpg) repeat-x top center;
	border: 0;
	color: white;
	font-weight: bold;
	border-left: 1px solid #1393c0;
	border-right: 1px solid #1393c0;
	cursor: pointer;
}
.fancyButton {
	padding-left: 5px;
	background: url(../images/fancyButton-left.jpg) no-repeat;
	float: left;
}
.fancyButton div {
	padding-right: 5px;
	background: url(../images/fancyButton-right.jpg) no-repeat top right;
	float: left;
}
.fancyButton div input.action {
	background: none;
	border: 0;
	padding: 0;
	margin-top: 0;
	padding-bottom: 2px;
	text-shadow: black 0 0 3px;
}

/* Tight Form */

.tight form .text label.left,
.tight form .textarea label.left,
.tight form .password label.left,
.tight form .email label.left {
	position: absolute;
	cursor: text;
	margin: 3px 0 0 6px;
	text-align: right;
	width: 260px;
}
