﻿.smbSurveyForm
{
	border-color: #C00000;
	border-width: 2px;
	border-style: solid;
	width: 410px;
}

.instructions
{
	margin-left: 5px;
	margin-right: 5px;
}

.fieldLabel
{
	vertical-align: top;
}

.titleLabel
{
	text-decoration: underline;
	margin-bottom: 20px;
	margin-left: 5px;
	margin-right: 5px;
}

.surveyFormHr
{
	background-color: #C00000;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
	height: 2px;
}

.shortBox
{
	width: 250px;
	margin-bottom: 10px;
}

.longBox
{
	width: 300px;
	margin-bottom: 10px;
}

.popupStyle
{
	position: absolute;
	background-color: #AAAAAA;
	top: 200px;
	left: 480px;
	display: none;
	border-style:outset;
	max-width: 300px;
}

.validatorStyle
{
	color: Red;
}
