form p {
	clear:both;
	float:left;
	width:345px;
	position:relative;
	border-bottom:1px solid #cdcdcd;
	margin:0 !important;
	padding:10px 4px;
}

label {
	display:block;
	float:left;
	width:150px;
}

input {
	float:right;
	width:180px;
}

select {
	float:right;
	width:185px;
}

textarea {
	width:345px;
}

label.wide {
	width:348px;
}

.error {
	font-size:90%;
	font-weight:normal;
	padding:0;
	margin:0;
}

.warning {
	background-color:#ffcabf;
}