/* Form style */

#inner label {
	float: left;
	height: 26px;
	line-height: 26px;
	width: 155px;
	font-size: 14px;
}
#inner input, textarea, select {
	margin: 0;
	padding: 5px;
	margin: 5px 0;
	font: 14px "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	-webkit-border-radius:5px;
}   
#inner input:focus, textarea:focus, select:focus {
	background-color: #fff;
	color:#333;
}
#inner input.submit {
	cursor: pointer;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
	background-color: #009900;
}
#inner input.submit:hover { background:#444; }
#inner fieldset {
	padding:15px;
	-webkit-border-radius:5px;
	width: 455px;
	border: 1px solid #F4F0E3;
}
#inner legend {
	font-weight:bold;
	-webkit-border-radius:5px;
	width: 455px;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#inner span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

/* Style for the error message */

#inner .error_message {
	display: block;
	height: 22px;
	line-height: 22px;
	background: #FBE3E4 url('images/error.gif') no-repeat 10px center;
	padding: 3px 10px 3px 35px;
	margin: 10px 0;
	color:#8a1f11;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}

#inner #succsess_page h1 { background: url('images/success.gif') left no-repeat; padding-left:22px; }
