.single-field {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
	width: 95%;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.single-fieldlong {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	position: relative;
	width: 720px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}
.select-fieldlong {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 9px;
	position: relative;
	width: 86%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.select-field1,.select-field2,.select-field3,.select-field4,.select-field5,.select-field6,.select-field7 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 9px;
	position: relative;
	width: 85%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.textarea-field1,.textarea-field2,.textarea-field3,.textarea-field4,.textarea-field5,.textarea-field6,.textarea-field7 {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 12px;
	position: relative;
	width: 95%;
	margin-top: 14px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

div.curFocus {
	background-color: #D8E6F1;
	position: relative;
}
.tl,.tl2,.tl3,.tl4,.tl5,.tl6,.tl7 {
	position: absolute;
	top: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: none;
	background-image: url(../images/corner-topleft-line.png);
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
}
.tr,.tr2,.tr3,.tr4,.tr5,.tr6,.tr7 {
	position: absolute;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	display: none;
	background-attachment: scroll;
	background-image: url(../images/corner-topright-line.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.bl,.bl2,.bl3,.bl4,.bl5,.bl6,.bl7 {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	display: none;
	background-attachment: scroll;
	background-image: url(../images/corner-bottomleft-line.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.br,.br2,.br3,.br4,.br5,.br6,.br7 {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 10px;
	display: none;
	background-attachment: scroll;
	background-image: url(../images/corner-bottomright-line.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}
