@CHARSET "ISO-8859-1";
/* Form Title */
.dform-name-style
{
}

.dform-style
{
	max-width: 99%;
}

/* Error/Success Notification area */
.dform-notification-style
{
	background: none repeat scroll 0 0 #FFFEB9;
    border-radius: 5px 5px 5px 5px;
    color: #FF0000;
    margin: 5px 0;
    padding: 5px;
    text-align: center;	
}

/* Section Title */
.dform-section-label-style
{
	
}

/* Full field including label, component */
.dform-fullfield-style
{
	float: left; margin-bottom: 10px; width: 100%;
}

/* Field Label */
.dform-field-label-style
{
	float: left; width: 30%;
}

/* Field Style */
.dform-field-style
{
	float: left; margin-left: 5px; width: 70%;
}

/* Text Area */
.dform-textarea
{
	min-height: 50px;
	min-width: 200px;
}

/* List Box */
.dform-listbox
{
	min-width: 200px;
}

/* Multi-Select List box */
.dform-multilistbox
{
	min-width: 200px;
	height: 50px;
}

/* Checkbox */
.dform-checkbox
{
	
}

/* Radio Buttons */
.dform-radio
{
	
}

/* Text Box */
.dform-textbox
{
	min-width: 200px;
}

/* Field Error text */
.dform-field-error-style
{
	color: #FF0000;
}

/* Field/Element border while error */
.dform_error_border
{
	border: 1px solid #FF0000 !important;
}

/* button style */
.dform_button
{
	
}