.row {
	width:83%;
	clear:both;
	margin:7px auto;
}

.left {
	float:left;
	clear:left;
}

.right {
	float:right;
	clear:right;
}

.row textarea {
	width:100%;
}

.moremargin {
	padding:7px;
}

#whatdiv {
	width:70%;
}

#what {
	width:100%;
}

#submit {
	text-align:center;
}

#provdiv {
	position:relative;
	left:-103px;
}

#info {
	position:relative;
	margin:12px 3px 10px 2px;
}

#info h2 {
	display:inline;
	position:absolute;
	top:-13px;
	background-color:#f0f0de;
	padding:2px;
	margin:0px 10px;
}

#info p {
	margin:12px 5px;
	text-align:justify;
}

#orderform fieldset, #info {
	border:1px groove #888;
}

legend, #info h2 {
	font-variant:small-caps;
	font-weight:bold;
	font-size:13pt;
	font-family:arial;
	color:#241663;
}

#orderform fieldset fieldset {
	clear:both;
}


