/**
 * Style sheet xForm
 */
fieldset
{
	display:block;
	margin:12px 0px 24px 0px;
	padding:12px 12px 0px 12px;
}

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

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

legend
{
	color:#333;
}

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

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

input.text, input.password, input.captcha, input.tl_text
{
	width:300px;
	margin:1px 0px;
}

input.captcha {
	width:80px !important;
}

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

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

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

* html textarea
{
	width:358px;
}

select
{
	width:304px;
	margin:1px 0px;
	padding: 1px;
}

* html select
{
	width:206px;
}

div.radio_container
{
	margin:0px 0px 1px 0px;
}

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

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

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

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

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

input.file
{
	margin:1px 0px;
}

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

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

p.error {
	margin:0px;
	padding:2px 0px 0px 20px;
	font-size:9px;
	color:#ff0000;
	background:url("../../system/themes/default/images/error.gif") left center no-repeat;
}

span.mandatory {
	color:#ff0000;
}

.tl_help, .tl_help a, .info
{
	margin-bottom:0;
	font-size:11px;
	color:#a3a3a3;
}

.tl_help a:hover
{
	text-decoration:underline;
}

table.single_record, table.all_records {
	width: 100%;
}

.submit_container {
	margin-top: 1em;
}

/* ------CUSTOM ------------------------------------------------------- */

.text:focus, .textarea:focus, .tl_text:focus, .tl_textarea:focus {
	background-color:#FFFFE8;
	border:1px solid #B8B8B8;
}

input.readOnly, input.readOnly:focus {
	background-color:gray;
}

.textarea, .text, .tl_text, .tl_textarea, select {
	border-width: 1px;
	border-style:solid;
	border-color: #999 #CCC #CCC #999;
	padding:2px;
}


select {
	padding:1px;
}

/* ------MOD PERSONAL DATA ------------------------------------------------------- */
.mod_personalData table {
	width: 100%;
}

.mod_personalData fieldset {
	width: 90%;
}

.mod_personalData table td {
	border-bottom: 1px solid #E9E9E9;
	padding: 1em;
}

.mod_personalData fieldset table td {
	border: none;
	padding: 0.3em;
}

.mod_personalData fieldset .col_first{
	width:40%;
}	

.mod_personalData fieldset .col_last
{
	width:60%;
}

.mod_memberlist select {
	width: 150px;
}
.mod_memberlist .text {
	width: 250px;
}  

/* ------MOD CE COMMENTS ------------------------------------------------------- */
.ce_comments form .widget {
	margin-bottom: 0.7em;
}

.ce_comments form label {
	width: 100px;
}

.ce_comments form .text {
	width: 220px;
}

.ce_comments form .textarea {
	width: 480px;
}