p
{
	margin-top: 1.5em;
}

form
{
	margin-top: 1.5em;
	padding-bottom: 35px;
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

input.text
{
  width: 10.5em;
}
fieldset
{
	margin: 0 0 1.5em 0;
	padding: 0;
	background-image: url(../img/bg_form.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

legend
{
	color: #663333;
	font-weight: bold;
}

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li
{
	padding-bottom: 1em;
}


/* Sets up entire width of parent element, to accomodate top-positioned labels*/
label
{
	display: block;
	font-size: 0.8em;
	font-weight: 300;
	letter-spacing: 0.1em;
}

fieldset.submit
{
	border-style: none;

}
