@import url(/UI/Css/DataForm.css);

div.customerSurvey
{
	margin-top: 15px;
}

div.customerSurvey tr.separator td
{
	height: 25px;
}
div.customerSurvey tr.heading td
{
	font-weight: bold;
	padding: 5px;
}
div.customerSurvey td.col
{
	width: 80px;
	text-align: center;
	border-right: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}
div.customerSurvey  td.col.last
{
	border-right: 0 none;
}
div.customerSurvey tr.heading td.col
{
	font-size: 10px;
}
div.customerSurvey td.label
{
	padding: 4px 5px;
}
div.customerSurvey tr.mandatory td.label span,
div.customerSurvey span.mandatory
{
	padding-left: 2px;
	color: #e00;
}

div.customerSurvey td.gap
{
	width: 4px;
}
div.customerSurvey tr.submit td
{
	padding: 10px 36px;
	text-align: right;
}
div.customerSurvey tr.submit input
{
	width: 80px;
}

div.customerSurvey input.text,
div.customerSurvey textarea.text
{
	width: 345px;
}
div.customerSurvey select.ddl
{
	width: 350px;
}
