fieldset
{
	margin: 0 0 1em 0;
	border: 0;
	
	clear: left;
	
	background-color: #e9edf3;
}

fieldset.left
{
	clear: none;
	
	float: left;
	margin-right: 4em;
}

fieldset legend
{
	color: #c33b0b;
	font-weight: bold;
	
	margin: 0 0 1em 0;
	padding-left: 0;
}

fieldset legend a
{
	margin-left: 2em;
	font-weight: normal;
}

fieldset ul
{
	list-style: none;
	padding: 0;
	margin: 0;
}

fieldset ul li
{
	margin-bottom: 1em;
	clear: left;
	
	padding: 2px;
}

* html fieldset ul li
{
	padding: 7px;
}

fieldset ul li.left
{
	clear: none;
	float: left;
	
	margin-right: 2em;
}

fieldset li.section
{
	border-top: 1px dashed #aaa;
	border-bottom: 1px dashed #aaa;
	
	padding: .5em 0 .5em 0;
}

fieldset li.error
{
	background-color: #ffcdcd;
}

fieldset label
{
	display: block;
	margin-bottom: .2em;
	
	font-weight: bold;
}

fieldset label.required
{
	font-weight: bold;
	color: #0064aa;
}

form p.required
{
	font-size: .8em;	
	color: #888;
}

form p.error, fieldset p.error
{
	color: #cd0000;
	font-size: .9em;
	
	margin-bottom: 0;
}

fieldset p.info
{
	color: #999;
	font-size: .8em;
	font-style: italic;
}

input.submit, input.button, button, a.button
{
	border-top: 1px solid #77a0d9;
	border-left: 1px solid #77a0d9;
	border-bottom: 1px solid #0a3d82;
	border-right: 1px solid #0a3d82;
	
	background: #eef5ff url(../img/form/buttonBg.png) repeat-x bottom;
	color: #0a3d82;
	font-weight: bold;
	
	padding: .2em 1em .2em 1em;
	
	cursor: pointer;
}

a.button
{
	text-decoration: none;
	padding: .3em;
}

input.submit:active, input.button:active, button:active, a.button:active
{
	border-top: 1px solid #0a3d82;
	border-left: 1px solid #0a3d82;
	border-bottom: 1px solid #77a0d9;
	border-right: 1px solid #77a0d9;
}

input.text, select
{
	border-left: 1px solid #888;
	border-top: 1px solid #888;
	border-right: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	
	background: #fff url(../img/form/fieldBg.png) repeat-x top;
	
	padding: .3em;
}

* html input.text
{
	height: 2em;
}

input.text:focus, select:focus
{
	border-left: 1px solid #4d83c1;
	border-top: 1px solid #4d83c1;
	border-right: 1px solid #b2ccf1;
	border-bottom: 1px solid #b2ccf1;
}

select
{
	padding: .25em;
}

input.text, select
{
	width: 200px;
} 

input.wide
{
	width: 583px;
}


a.cancel
{
	color: #cd0000;
}

form hr
{
	clear: left;
	margin: 0 0 1em 0;
}

fieldset span.info
{
	color: #999;
	font-size: .8em;
	font-style: italic;
}

input.subdomain
{
	text-align: right;
}