fieldset input, 
fieldset textarea, 
fieldset select, 
.error,
.success {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #c9bcb2;
	color: #3e2f2f;
	margin-bottom: 5px;
	padding: 4px;
}

fieldset input, 
fieldset textarea, 
fieldset select {
	background: #fff url(textarea.gif) repeat-x 0 0;
}

fieldset input:focus, 
fieldset textarea:focus, 
fieldset select:focus {
	border:1px solid #dd9365;
}

fieldset textarea {
	width: 450px;
}

fieldset span {
	color: #b32720;
	font-size: 12px;
}

div .button {
	margin-top: 10px;
}

.error,
.success {
	background-color: #f8d8da;
	border-color: #ecabaf;
	padding: 5px 10px;
	font-size: .92em;
	margin-bottom: 10px;
	width: 438px;
	/* color: #810000; */
}

.success {
	background-color: #e6efc2;
	border-color: #c6d880;
	/* color: #618D1A; */
}

.error strong,
.success strong {
	font-weight: normal;
}

.explain {
	font-size: .92em;
}