/**
 * Style sheet Form
 */
.ce_form .col_0 {
	padding-right: 15px;
	}
/**
 * Checkboxes
 */

/**
 * Drop-down menu
 */

/**
 * Error message
 */
div.error
{
	color:#ff0000;
}


/**
 * Fieldset
 */

/**
 * File upload
 */

/**
 * Radio buttons
 */


/**
 * Text fields
 */
input.text
{
	width:280px;
	margin:2px 0px;
	color: #3A3A3A;
	background-color: #E9E8E2;
	border: none;
	padding: 2px;
	border-top: 1px solid #3a3832;
	border-left: 1px solid #3a3832;
	border-right: 1px solid #a19b8a;
	border-bottom: 1px solid #a19b8a;
}

/**
 * Textarea
 */
textarea
{
	width:280px;
	height:120px;
	color: #3A3A3A;
	background-color: #E9E8E2;
	margin:2px 0px;
	border: none;
	padding: 2px;
	border-top: 1px solid #3a3832;
	border-left: 1px solid #3a3832;
	border-right: 1px solid #a19b8a;
	border-bottom: 1px solid #a19b8a;
}

* html textarea
{
	width:278px;
}

