/* CSS Document */

.text {
	width: 150px;
	margin-bottom: 10px;
}

.drop {
	width: 150px;
	margin-bottom: 10px;
}

.area{
	width: 150px;
	margin-bottom: 10px;
	height: 100px;
}

.subm{
	margin: 0px 0px 0px 120px;
}

.required{ color:#FF0000;}

label {
	float: left;
	display: block;
	text-align: right;
	width: 100px;
	
	padding: 5px 20px 0px 0px;
}

br {
	clear: left;
}