/**
 * Style sheet xForm
 */
fieldset
{
	width:600px;
	display:block;
}

* html fieldset
{
	margin-top:12px;
}

:first-child + html fieldset
{
	margin-top:12px;
}

legend
{
	color:#0000E6;
}

* html legend
{
	margin-top:-24px;
	padding:12 0;
}

:first-child + html legend
{
	margin-top:-24px;
	padding:12 0;
}

input.text, input.password
{
	width:200px;
	margin:1 0;
}

* html input.text, * html input.password
{
	margin:0;
}

:first-child + html input.text, :first-child + html input.password
{
	margin:0;
}

textarea
{
	width:360px;
	height:140px;
}

* html textarea
{
	width:358px;
}

select
{
	width:204px;
	margin:1 0;
}

* html select
{
	width:206px;
}

div.radio_container
{
}

* html div.radio_container
{
}

:first-child + html div.radio_container
{
}

div.radio_container span
{
	display:block;
	padding-right:6px;
}

input.radio
{
	top:2px;
	position:relative;
	margin:1px 2px 0px 1px;
	padding:0;
}

* html input.radio
{
	top:1px;
	position:relative;
	margin:-4px -1px 0px -3px;
}

:first-child + html input.radio
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

div.checkbox_container
{
}

* html div.checkbox_container
{
}

:first-child + html div.checkbox_container
{
}

div.checkbox_container span
{
	display:block;
	padding-right:6px;
}

input.checkbox
{
	margin:3px 3px 0px 1px;
	padding:0;
}

* html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

:first-child + html input.checkbox
{
	top:1px;
	position:relative;
	margin:-4px 0px 0px -3px;
}

input.file
{
	margin:1 0;
}

* html input.file
{
	margin:0;
}

:first-child + html input.file
{
	margin:0;
}

div.error
{
	color:#FF0000;
}
