.commentForm
{
	font-size: 13px;
	position: relative;
}

.commentForm b
{
	color: #FF4A00;
	font-size: 12px;
	font-weight: bold;
}

.commentForm p
{
	padding: 5px 0 0 0 !important;
}

.commentForm textarea
{
	height: 66px;
	border: 1px solid #ffcd0a;
}

.commentForm table
{
	width: 100%;
}

.commentForm table td
{
	padding: 0 10px 5px 0;
}

.commentForm table td.last
{
	padding: 0;
	margin: 0;
	vertical-align: top;
}

.textInput
{
	width: 100%;
	border: 1px solid #ffcd0a;
}

.textButton
{
}

.w50
{
	width: 50%;
}

.required
{
	color: red;
}

.commentForm form
{
	padding: 7px 10px 10px 20px;
	background: #fffdd6;
}
