﻿.form
{
	background-repeat: repeat-x;
	color: #ffffff;
}


.form .question
{
	font-weight: bold;
}
.form .textbox
{
	border: solid 1px #0083a9;
}

.form .content
{
	line-height: 150%;
	font-size: 12px;
}

.form .error
{
	color: red;
}

.form a,
.form a:link,
.form a:visited,
.form a:hover,
.form a:active
{
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}