label {
	position: relative;
	top: 10px;
	margin-right: 5px;
	display: inline-block;
	width: 150px;
	text-align: right;
	font-size: 11px;
	vertical-align: top;
}

input, select, textarea {
	color: white;
	border-color: #666666;
	border-width: 1px;
	border-style: solid;
	background-color: #333333;
	margin-top: 10px;
	width: 300px;
}

label span {
	margin-right: 5px;
	font-weight: bold;
	color: red;
}
