/**
 * Style sheet xForm
 */
.mod_registration .submit_container,
.mod_personalData .submit_container
{
	margin-left:132px;
}

.formbody .col_0
{
	width:120px;
	padding-right:10px;
	text-align:right;
}

form
{
	margin:0px;
	padding:0px;
}

label
{
	margin:7px 4px 0px 0px;
	padding:0px;
	text-align:right;
	text-transform:lowercase;
}

input.submit,
* html input.submit
{
	width:132px;
	height:24px;
	margin:2px 0px 0px 0px;
	padding:0px;
	background-color:#312305;
	background-image:url("tl_files/layout/frm_btn.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	border:0px;
	font-weight:bold;
	color:#F4F0E2;
	text-transform:lowercase;
}


/**
 * Checkboxes
 */
div.checkbox_container
{
	margin:0px 0px 1px 0px;
}

* html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

*:first-child+html div.checkbox_container
{
	margin:2px 0px -1px 0px;
}

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

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

* 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;
}


/**
 * Drop-down menu
 */
select,
* html select
{
	width:354px;
	height:22px;
	float:right;
	display:block;
	margin:2px 0px;
	padding:2px 0px 2px 2px;
	background-color:#FBFAF4;
	border:1px solid #D9D6AA;
}


/**
 * Error message
 */
div.error
{
	margin:6px 0px 2px 0px;
	padding:0px 0px 0px 20px;
	background-image:url("tl_files/icons/error.gif");
	background-position:left center;
	background-repeat:no-repeat;
	color:#990000;
}


/**
 * Fieldset
 */
fieldset
{
	display:block;
	margin:12px 0px;
	padding:12px;
}

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

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

legend
{
	color:#0000e6;
}

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

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


/**
 * File upload
 */
input.file
{
	margin:1px 0px;
}

* html input.file
{
	margin:0px;
}

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


/**
 * Radio buttons
 */
div.radio_container,
*:first-child+html div.radio_container
{
	margin:0px;
	padding:0px;
}

* html div.radio_container
{
	margin:1px 0px;
	padding:0px;
}

div.radio_container span
{
	display:block;
	margin:0px;
	padding:0px;
}

div.radio_container label
{
	width:240px;
	float:left;
	clear:none;
	margin:3px 0px 0px 6px;
	padding:0px;
	text-align:left;
}

input.radio
{
	float:left;
	clear:left;
	margin:2px 0px;
	padding:0px;
}

* html input.radio
{
	float:left;
	clear:left;
	margin:0px;
	padding:0px;
}

*:first-child+html input.radio
{
	float:left;
	clear:left;
	margin:0px;
	padding:0px;
}


/**
 * Subscribe form
 */
.nl_text
{
	width:340px;
	height:16px;
	float:left;
	display:inline;
	margin:2px 0px;
	padding:2px 0px 2px 2px;
	background-color:#FBFAF4;
	border:1px solid #D9D6AA;
}

.nl_submit
{
	width:80px;
	height:24px;
	display:inline;
	margin:1px 0px 0px 8px;
	padding:0px;
	background-color:#479FD7;
	background-image:url("tl_files/layout/frm_btn.jpg");
	background-position:center top;
	background-repeat:no-repeat;
	border:0px;
	font-weight:bold;
	color:#ffffff;
}


/**
 * Text fields
 */
input.text,
input.password
{
	width:360px;
	height:16px;
	float:right;
	display:block;
	margin:2px 0px;
	padding:2px 0px 2px 2px;
	background-color:#FBFAF4;
	border:1px solid #D9D6AA;
}

* html input.text,
* html input.password
{
	width:360px;
	height:16px;
	float:right;
	display:block;
	margin:2px 0px;
	padding:2px 0px 2px 2px;
	background-color:#FBFAF4;
}

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


/**
 * Textarea
 */
textarea,
* html textarea
{
	width:360px;
	height:100px;
	float:right;
	display:block;
	margin:2px 0px;
	padding:2px 0px 2px 2px;
	background-color:#FBFAF4;
	border:1px solid #D9D6AA;
}
