﻿
/*! 
 Comments 
*/

.tblCommentsForm,
.tblCommentsForm .txtMultiline,
.tblCommentsForm .txtFullWidth
{
	width:100%;
}

.tblCommentsForm .txtMultiline
{
	height:12em;
}

/* style input fields a bit */
.tblCommentsForm .txtMultiline,
.tblCommentsForm .txtFullWidth
{
	background:url('/Content/IMG/Dummies/inputBg.gif') no-repeat left top;
	border:1px solid #AAAAAA;
}

.tblCommentsForm tr td
{
	padding:4px;
	vertical-align:top;
}

.tblCommentsForm tr td,
.tblCommentsForm .tdDesignedInputs .txtFullWidth,
.tblCommentsForm .tdDesignedInputs .txtMultiline
{
	font-size:16px!important;
}

.tblCommentsForm .tdSendButton
{
	text-align:right;
}

.btnSendComment
{
	margin-right:-2px;
}

.tblCommentsForm .tdCommentText label
{
	padding-right:6px;
	vertical-align:top;
}
