#wrapper label {
	display: inline-block;
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 1.4em;
}
#wrapper input, #wrapper textarea, #wrapper select {
	width: 420px;
	margin: 0;
	padding: 5px;
	color: #999;
	background: #e4e4e4;
	margin: 5px 0;
	font:1.4em Arial, sans-serif;
}
#wrapper select {
	width:430px;
}
#wrapper input:focus, #wrapper textarea:focus, #wrapper select:focus {
	background-color: #e4e4e4;
	color:#000;
}
#wrapper input.submit {
	width: 85px;
	cursor: pointer;
	background:#000;
	color:#fff;
	margin-left:155px;
	font-weight:bold;
}
#wrapper input.submit:hover {
	background:#444;
}
#wrapper input[type="submit"][disabled] {
	background:#888;
}
#wrapper fieldset p {
	font-size:1.4em;
}
#wrapper legend {
	padding:7px 10px;
	font-weight:bold;
	color:#000;
	border:1px solid #eee;
	margin-bottom:0 !important;
	margin-bottom:20px;
}
#wrapper span.required {
	font-size: 14px;
	color: #f10;
} /* Select the colour of the * if the field is required. */
#message {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('../images/icons/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	color:#8a1f11;
	border: 1px solid #8a1f11;
	font-size:1.4em;
}
.loader {
	padding: 0 10px;
}
#wrapper #success_page h1 {
	background: url('../images/icons/success.gif') left no-repeat;
	padding-left:22px;
}

