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 {
	height: 22px;
	background: transparent url('../images/button-bg.jpg') repeat-x;
	border: none;
	color: white;
	font-weight: bold;
	border-left: 1px solid #8c407f;
	border-right: 1px solid #8c407f;
}

/* 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;
}

/* Home */
#HomeRightBar .tight form #ForgotPassword {
	display: none;
}
#WhatsNew .tight form .text label.left,
#WhatsNew .tight form .textarea label.left,
#WhatsNew .tight form .password label.left,
#WhatsNew .tight form .email label.left {
	position: absolute;
	cursor: text;
	margin: 3px 0 0 6px;
	text-align: right;
	width: 180px;
}
#WhatsNew form .field .middleColumn input,
#WhatsNew form .field .middleColumn textarea {
	padding: 3px;
	width: 180px;
}

/* Talk Forms */
#Form_TalkForm textarea {
	width: 500px;
	height: 60px;
}
#Form_TalkForm #Date {
	display: none;
}
