/* Form Stuff */
label{
	float: left;
	clear: left;
	width: 150px;
	text-align: right;
	margin-right: 5px;
	padding-top: 3px;
	font-weight: normal;
}
label.required{
	background: url(../../images/asterisk.gif) 100% 0% no-repeat;
	padding-right: 10px;
	width: 140px;
	font-weight: normal;
	color: #222;
}
input{
	margin-bottom: 3px;
}
input.medium{
	width: 250px;
}
input.short{
	width: 150px;
}
input.long{
	width: 400px;
}
label.inline, p label{
	float: none;
	clear: both;
	width: 100%;
	margin: 0;
	text-align: left;
	display: inline;
}
form p{
	padding-left: 35px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 1em;
}
form p label, p textarea{
	display: block;
	margin-bottom: 0.5em;
}
select, textarea{
	margin: 0;
	position: relative;
	top: -10px;
}
textarea, p textarea, p input{
	width: 400px;
	height: 120px;
	margin-bottom: 1em;
}
p input{
	height: auto;
	margin-bottom: 0;
}
input#submit{
	width: auto;
	margin-left: 250px;
}

#error-message, .error{
	color: #c00 !important;
	font-weight: bold !important;
}

fieldset{
	margin-bottom: 1em;
	border: 1px solid #AAA67E;
}
legend{
	font-size: 110%;
	font-weight: bold;
	color: #333;
}

#contents img{
	float: none;
	margin: 0;
}