/* CSS Document */

/* Survey */

#survey
{
	background: inherit;
	color: inherit;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}

#content .group
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
}

#content .group .label
{
	position: absolute;
	top: 0px;
	left: 0px;
	display: block;
	font-weight: bold;
	width: 190px;
	height: 20px;
	line-height: 20px;
	text-align: right;
}

#content .required
{
	color: #FF0000;
}

#content .group .answer
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
	margin-left: 200px;
	width: auto;
	height: auto;
	line-height: 20px;
}

#content .group .answer .input
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	margin-left: 10px;
	margin-right: 5px;
	height: 20px;
	line-height: 20px;
}

#content .group .answer .input input.border,select,textarea
{
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	border: 1px solid #2f3e5e;
	background-color: #FFFFFF;
	color: #000000;
	padding: 2px;
}

#content .group .answer .input textarea
{
	position: relative;
	top: 0px;
	left: 0px;
	width: 225px;
	height: 100px;
}

#content .group .answer .name
{
	height: 20px;
	line-height: 20px;
}

#content .buttons
{
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	margin-top: 20px;
	width: 100%;
	height: 30px;
}

#content .buttons .reset
{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 190px;
	text-align: right;
}

#content .buttons .submit
{
	display: block;
	position: absolute;
	top: 0px;
	left: 200px;
}

#content .form_error
{
	color: #830713;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
