.box-FormElementMedium {
	width:468px;
	margin:0 0 12px;	
}

.box-FormElementMedium h1 {
	margin: 10px 11px 22px 10px;
}

.box-FormElementMedium .headline {
	margin: 0px -10px 15px -10px;	
}

.box-FormElementMedium .top {	
	width:468px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-middle-t.png) no-repeat;
}

.box-FormElementMedium .content {
	height:1%;
	padding:15px;
	background:url(../images/bg-box-middle-c.png) repeat-y;
	width:438px;	
	text-align:justify;
}

.box-FormElementMedium .bottom {
	width:468px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-middle-b.png) no-repeat;
}

.box-FormElementLarge {
	width:708px;
	margin:0 0 12px;	
}

.box-FormElementLarge h1 {
	margin: 10px 11px 22px 10px;
}

.box-FormElementLarge .headline {
	margin: 0px -10px 15px -10px;	
}

.box-FormElementLarge .top {	
	width:708px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-long-t.png) no-repeat;
}

.box-FormElementLarge .content {
	height:1%;
	padding:15px;
	background:url(../images/bg-box-long-c.png) repeat-y;
	width:678px;	
	text-align:justify;
}

.box-FormElementLarge .bottom {
	width:708px;
	height:8px;
	overflow:hidden;
	background:url(../images/bg-box-long-b.png) no-repeat;
}
