.studiohelper {
	width: 400px;
	font-family: arial, verdana, sans-serif;
}
.studiohelper h2
{
	margin: 1em 0 0 0;
	padding-bottom: 0;
	font: 18px georgia, serif;
	letter-spacing: -0.02em;
	text-decoration: none;
	color: #000080;
	border-bottom: 1px solid #000080;
}

.studiohelper fieldset {
	margin: 1em 0 0 0;
	border: 1px dashed #8ac43e;
	padding: .5em 1em;
	border-top: 9px solid #8ac43e;
}

.studiohelper legend {
	font-weight: bold;
	color: #8ac43e;
	font-size: 15pt;
	font-family: "Times New Roman", Times, serif;
	padding: .4em .7em;
	letter-spacing: .04em;
	line-height: 1em;
	margin-bottom: .2em;
}

.studiohelper label {
	display:block;
	clear:both;
	margin-top: .5em;
	font-weight: bold;
        font-size: 13px;
}

.studiohelper div.submit {
	margin-top: 1em;
}
.studiohelper div.submit input {
	clear: both;
	padding: 5px 30px;
	font-size: 14px;
}