@CHARSET "UTF-8";

.formcontainer
{
	width: 490px;
	margin: 0 auto;
	overflow: hidden;
}

.formcontainer .top
{
	width: 490px;
	height: 58px;
	background-image: url(/img/planheader_bg2.gif);
	background-repeat: repeat-x;
}

.formcontainer .top .left
{
	float: left;
	width: 5px;
	height: 58px;
	background-image: url(/img/planheader_left2.gif);
	background-repeat: no-repeat;
}

.formcontainer .top .right
{
	float: right;
	width: 5px;
	height: 58px;
	background-image: url(/img/planheader_right2.gif);
	background-repeat: no-repeat;
}

.formcontainer .top .caption
{
	width: 470px;
	height: 58px;
	margin-left: 5px;
	font-family: arial;
	font-size: 20px;
	font-weight: bold;
	color: white;
	text-align: center;
	line-height: 250%;	
}

.formcontainer .middle
{
	clear: both;
	width: 488px;
	height: auto;
	background-color: #F7FBFA;
	border-left: 1px solid #E2E7E3;
	border-right: 1px solid #E2E7E3;
	padding-bottom: 15px;
	padding-top: 15px;
}

.formcontainer .bottom
{
	clear: both;
	width: 490px;
	height: 5px;
	background-image: url(/img/planbottom_bg2.gif);
	background-repeat: repeat-x;
}

.formcontainer .bottom .left
{
	float: left;
	width: 5px;
	height: 5px;
	background-image: url(/img/planbottom_left2.gif);
	background-repeat: no-repeat;
}

.formcontainer .bottom .right
{
	float: right;
	width: 5px;
	height: 5px;
	background-image: url(/img/planbottom_right2.gif);
	background-repeat: no-repeat;
}

.formcontainer label
{
	width: 100px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input.textfield
{
	width: 335px;
}

textarea
{
	margin-left: 106px;
	width: 335px;
	height: 100px;
}

form.contactform div
{
	margin-bottom: 5px;
}

form.contactform img.captcha
{
	margin-top: 10px;
	margin-left: 106px;
	margin-bottom: 10px;
	border: 1px solid #2DC8F8;
}

div.submit
{
	margin-top: 10px;
	text-align: center;
}
