/**
 * Style sheet form
 */
label
{
	width:100px;
}

.formbody table {width: 100%;}
.formbody table tr {height: 30px;}


/**
 * Checkboxes
 */
div.checkbox_container
{
display:inline;	
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:inline;
	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
{
	width:100px;
	margin:1px 0px;
}

* html select
{
	width:206px;
}


/**
 * Error message
 */
div.error
{
	color:#ff0000;
}


/**
 * Fieldset
 */
fieldset
{
	width:100%;
	display:block;
	margin:12px 0px 24px 0px;
	padding:5px;
	border:1px dashed #B7C7BC;
}

* html fieldset
{
	margin-top:12px;
}

*:first-child+html fieldset
{
	margin-top:12px;
}

legend
{
	padding:3px 5px;
	background-color:#ffffff;
	border:1px dashed #B7C7BC;
	font-weight:bold;
	color:#006699;
}

* html legend
{
	margin-top:-6px;
	padding:3px 5px;
}

*:first-child+html legend
{
	margin-top:-6px;
	padding:3px 5px;
}


/**
 * File upload
 */
input.file
{
	margin:1px 0px;
}

* html input.file
{
	margin:0px;
}

*:first-child+html input.file
{
	margin:0px;
}


/**
 * Radio buttons
 */
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;
}


/**
 * Text fields
 */
input.text,
input.captcha,
input.password
{
	width:200px;
	margin:1px 0px;
	border:1px solid #65A825;
}

* html input.text,
* html input.password
{
	margin:0px;
}

*:first-child+html input.text,
*:first-child+html input.password
{
	margin:0px;
}

/**
 * ac Text fields
 */
input.ac
{
	width:230px;
	margin:1px 0px;
	border:1px solid #65A825;
}

* html input.ac
{
	margin:0px;
}

*:first-child+html input.ac
{
	margin:0px;
}

/**
 * Textarea
 */
textarea
{
	width:375px;
	height:140px;
	border:1px solid #65A825;
}

* html textarea
{
	width:200px;
}


.formbody .col_first
{
padding-top:5px;
vertical-align:top;
}

.ce_form
{
margin-top: 25px;
}
