
.textContent table {
	margin:2em 0 2em 0;
}


.textContent table td label {
	display:block;
	text-align:left;
	padding-right:10px;
}

.textContent table td #fname, .textContent table td #lname {width:151px;border:1px solid #0078c1;}
.textContent table td #phone1, .textContent table td #mobile {width:310px;border:1px solid #0078c1;}
.textContent table td #email {width:310px;border:1px solid #0078c1;}
.textContent table td #street {width:309px;border:1px solid #0078c1;}
.textContent table td #data00 {width:40px;}

.textContent table tr.dateRow td span {display:block;font-size:0.85em;text-align:right;padding-right:10px;}

.textContent table tr.wide {text-align:center;}
.textContent table tr.wide td label {display:inline;padding:0;}


.textContent table .questionHeader
{
		color: #0078c1;
}

.textContent table .questionLabel
{
		color: #004990;
		font-weight:bold;
		text-align:left !important;
}

.textContent table .questionLabel label
{
	text-align:left;
}


.textContent table .questionOptions
{
		color: #646466;
		padding-bottom:10px;
}

.submitButton
{
	width:102px;
	height:29px;

	color:white;
	font-weight:bold;
	font-size:13px;
	border:0;

	margin:0;
	padding:0 0 4px 0;

	background: transparent url('../images/surveyButton.gif') no-repeat top left;
}

