/**
 * Basic Form Style
 */
form.pretty fieldset
{
	margin-bottom: 10px;
}

form.pretty legend
{
	font-weight: bold;
	padding: 0 2px;
}

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

form.pretty fieldset ol
{
	margin: 0;
	padding: 0;
}

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

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

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

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

form.pretty label
{
	width: 170px;
}

form.pretty fieldset fieldset label
{
	margin-left: 173px; /* Width plus 3 (html space) */
}


/**
 * Advanced Form Style
 */
form.pretty
{
	color: #333;
/*	width: 800px; */
}

form.pretty input
{
	width: 298px;
}

form.pretty input.submit
{
	background-color: #c9dca6;
	border: 1px solid rgba(0,0,0,0.25);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #333;
	cursor: pointer;
	display: block;
	font-weight: bold;
	line-height: 1;
	margin: 17px 0 15px 188px;
	padding: 4px 14px;
	position: relative;
	text-decoration: none;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.25);
	width: 90px;
}

form.pretty textarea
{
	height: 140px;
	width: 300px;
}

form.pretty fieldset
{
	background: url("../images/form-fieldset.gif") left bottom repeat-x;
	border: none;
/*	border-top: 1px solid #C9DCA6; */
}

form.pretty fieldset fieldset
{
	background: none;
}
	
form.pretty fieldset li
{
	padding: 5px 10px 7px;
	background: url("../images/form-divider.gif") left bottom repeat-x;
}

form.pretty #datepicker
{
	margin-left: 170px;
}

form.pretty em.required
{
	color: #f00;
	font-style: normal;
	font-weight: bold;
}

form.pretty legend
{
	display: none;
}

form.pretty p.note
{
	margin-bottom: 0;
	margin-top: 10px;
}

div.message
{
	background-color: #f4fce4;
	border: 1px solid #c9dca6;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	text-align: center;
}

div.message p
{
	margin: 10px;
}
