fieldset {
	border:0;
	margin:-10px 0 20px 0;
	padding:10px;
}

label,input.text {

	width: 200px;
	float: left;
	margin-bottom: 10px;
	line-height:1em;
}
fieldset p {
	margin:0 0 0 20px;
}
input.text {
	border:1px solid #5D2382;
    padding-left:3px;
	height:1.25em; 
}

input.text:focus {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}
legend {
	color:#5D2382;
	font-weight:bold;
	font-size:12px;
	margin:0 0 10px 0;
	padding:5px;
	border:1px solid #999;
}
input.button {
    background-image: url(images/button_bg.png);
	background-repeat: repeat-x;
	background-position:top left;
	border:1px solid #ccc;
	padding:4px 6px;
	font-size:.75em;
	color:#fff;
}

label {
	text-align: right;
	padding-right: 10px;
	margin:6px 0 0 0;
	width:100px;
}

label.short {
	width:20px;
}
br {
	xclear: left;
}

.error {
	color:#000;
	background-image: url(images/warning.gif);
	background-repeat: no-repeat;
	background-position:0 2px;
	font-size:.75em;
}

span.error {
	margin:-2px 0 0 10px;
	padding:2px 0 0 20px;
	display:block;
	background-position:0 2px;
	width:auto;
	height:30px;
	float:left;
}
p.error {
	font-weight:bold;
	color:#FF0000;
    padding:2px 0 2px 20px;
	margin:0 0 10px 20px;
	font-size:.9em;
}

input.text.input_error {
	border:1px solid #e4e39e;
	background-color:#fffec6;
}