form.reframeForm {
	font-size: 1.0em;
	color: #333;
}

form.reframeForm legend {
	padding-left: 0;
}

form.reframeForm legend, form.reframeForm label {
	color: #333;
}

form.reframeForm p label {
    width:175px;
}

form.reframeForm fieldset {
	border: 1px solid #e1e1e1;
	background: url(http://reframecollection.org/images/reframeForm-fieldset.gif) left bottom repeat-x;
	background-color: #fff;
	margin: 10px 5px;
}

form.reframeForm fieldset fieldset {
	background: none;
}

form.reframeForm fieldset p, form.reframeForm fieldset fieldset {
	padding: 5px 10px 7px;
	background: url(http://reframecollection.org/images/reframeForm-divider.gif) left bottom repeat-x;
}

form.reframeForm label.error, label.error {
	/* remove the next line when you have trouble in IE6 with labels in list */
	color: red;
}
div.error { display: none; }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.reframeForm .gray * { color: gray; }
form.reframeForm fieldset {
	margin-bottom: 10px;
}

form.reframeForm legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form.reframeForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	cursor: hand;
}

form.reframeForm fieldset p {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form.reframeForm fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form.reframeForm fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form.reframeForm fieldset fieldset label {
	display: block;
	width: auto;
}

form.reframeForm label { width: 100px; } /* Width of labels */
form.reframeForm fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.reframeForm label.error {
	margin-left: 103px;
	width: 220px;
}

form.reframeForm input.submit {
	margin-left: 103px;
}

/*\*//*/ form.reframeForm legend { display: inline-block; } /* IE Mac legend fix */