/* Additional Forms */
#left-content input,select {
	float: right;
	width: 260px;
	height: 20px;
	border: 1px solid #D2D2D2;
	margin: 6px 5px;
}

#left-content textarea {
	float: right;
	width: 250px;
	height: 20px;
	border: 1px solid #D2D2D2;
	margin: 6px 5px;
}

#left-content b {
	float: left;
	line-height: 28px;
}

#left-content br {
	clear: both;
}

#left-content .req {
	color: red;
	font-weight: bold;
}