.site .content {
	height: 383px;
	width: 546px;
	top: 310px;
	position: absolute;
	left: 314px;
}

.site .content form {
  padding: 0px;
  margin: 20px;
}

.site .content table {
  margin-top: 5px;
}

.site .content .text .bkd {
	width: 400px;
	height: 255px;
	margin-top: 20px;
}
.site .content .text .bkd .left {
	float: left;
	height: 280px;
	width: 10px;
	background-image: url(../_images/box_left.jpg);
	background-repeat: none;
}
.site .content .text .bkd .center {
	float: left;
	height: 280px;
	width: 380px;
	background-image: url(../_images/box_bkd.jpg);
	background-repeat: repeat-x;
}

.site .content .text .bkd .right {
	float: left;
	height: 280px;
	width: 10px;
	background-image: url(../_images/box_right.jpg);
	background-repeat: none;
}


.site .content .text {
	margin-top: 30px;
	margin-left: 80px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 300px;
}

.site .content .text a:link{
	color: #FFFFFF;
}f

.site .content .text a:hover{
	color: #FFFFFF;
}

.site .content .text a:active{
	color: #FFFFFF;
}

.site .content .text a:visited{
	color: #FFFFFF;
}

label
{
	width: 11em;
	float: left;
	text-align: left;
	margin-right: 7px;
	margin-left: 8px;
	margin-top: 12px;
}

.site .content .text .bkd .center .submit
{
	z-index: 2;
	position: relative;
	color: #FFFFFF;
	top: -70px;
	left: 30px;
	width: 42px;
}
input
{
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

textarea
{
	color: #666666;
	background: #FFFFFF;
	border: 1px solid #FFFFFF;
	width: 200px;
	height: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

fieldset
{
	width: 30em;
	padding-top: 15px;
	border: none;
}

legend
{
background: #91AA00;
padding: 2px 6px
}

