@charset "utf-8";
/* CSS Document */

fieldset {
	margin: 10px;
	border: 1px solid #F3DFC4;
}

fieldset legend {
	margin: 0 0 0 5px;
	color: #dc69ae;
	font-size: 14px;
	font-weight: bold;
}

.form-item label {
	width: 125px;	
}

.alt {
	background: #f5f5f5;
}

.disabled {
	background: #eee;	
}

.enabled {
	background: #fff;	
}

.invalid {
	color: red;	
}

.red {
	color: red;	
}