p.error {
	color: #600;
	background-color: #ffc;
	padding: 5px;
}

.element {
	margin: 0 0 .5em;
	padding: 6px 10px 10px;
}

.element.error {
	border: 1px solid #f90;
}

.element .label {
	font-weight: bold;
	display: block;
}

.element .description {
	font-style: italic;
	display: block;
	margin-bottom: 10px;
}

.element .required {
	color: #333;
}

.element textarea {
	width: 300px;
	height: 150px;
}



.element input {
	margin: 0;
	padding: 0;
}

.element.text input, .element.email input, .element.number input, .element.zip input  {
	width: 300px;
}

.element.radio input, .element.checkbox input {
	margin-right: 7px;
}

/* remove the faux 3d box*/
.element textarea, .element.text input, .element.email input, .element.zip input, .element.money input, .element.number input, .element select {
	border: 1px solid #ccc;
	padding: 3px;
}

.element .validate_message {
	display: block;
	color: #600;
	background-color: #ffc;
	padding: 5px;
	margin-bottom: 10px;
}
