.formContainer
{
	position:relative;
	padding-top:5px;
	padding-bottom:5px;
}

.formLeftTop
{
	background:url(form/left-top.png);
	width:5px;
	height:11px;
	position:absolute;
	left:0px;
	top:0px;
}

.formTop
{
	background:url(form/top.png);
	background-repeat:repeat-x;
	position:absolute;
	left:5px;
	top:0px;
	right:5px;
	height:11px;
}

.formRightTop
{
	background:url(form/right-top.png);
	height:11px;
	width:5px;
	position:absolute;
	right:0px;
	top:0px;
}

.formLeftBottom
{
	background:url(form/left-bottom.png);
	width:5px;
	height:5px;
	position:absolute;
	left:0px;
	bottom:0px;
}

.formBottom
{
	background:url(form/bottom.png);
	background-repeat:repeat-x;
	position:absolute;
	left:5px;
	bottom:0px;
	right:5px;
	height:5px;
}

.formRightBottom
{
	background:url(form/right-bottom.png);
	height:5px;
	width:5px;
	position:absolute;
	right:0px;
	bottom:0px;
}

.formRight
{
	background:url(form/content-right.png);
	width:5px;
	position:absolute;
	top:43px;
	bottom:5px;
	right:0px;
}

.formLeft
{
	background:url(form/content-left.png);
	width:5px;
	position:absolute;
	top:43px;
	bottom:5px;
	left:0px;
}

.formCaptionLeft
{
	background:url(form/caption-left.png);
	width:5px;
	height:32px;
	position:absolute;
	top:11px;
	left:0px;
}

.formCaptionRight
{
	background:url(form/caption-right.png);
	width:5px;
	height:32px;
	position:absolute;
	top:11px;
	right:0px;
}

.formCaption
{
	background-color:#FFF;
	position:absolute;
	left:5px;
	top:11px;
	right:5px;
	height:32px;
	font-size: 20px;
	font-weight:bold;
	color:#336699;
	padding-left:1pt;
}

.formContent
{
	background-color:#eee9d5;
	border:none;
	margin-top:37px;
	padding:5pt;
}
