@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: 50%;
}
#contactform.dform-fullfield-style
{
	float: left; margin-bottom: 10px; width: 86%;
}
/* Field Label */
.dform-field-label-style
{
	float: left; width: 30%;display:none;
}

/* Field Style */
.dform-field-style
{
	float: left; margin-left: 5px; width: 70%;
}

/* Text Area */
.dform-textarea
{
	height: 100px;
	width: 300px;
	resize: none;
}

/* 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: 300px;
	border:1px solid #ccc;
}

/* Field Error text */
.dform-field-error-style
{   display:none!important;
	color: #FF0000;
	width:100%;
	font-size:11px;
	font-family:arial;
}

/* Field/Element border while error */
.dform_error_border
{
	border: 1px solid #FF0000 !important;
}

/* button style */


.dform_button
{
	background-color:#333;
	color:#fff;
	padding:5px;
	height:30px;
	padding-left:5px;
	margin:0 5px;
	min-width:60px;
}

.dform_button:hover {background-color:#000;}

/* File Uploader Style*/
.dform-fileupload
{
	float: left; margin-left: 5px; width: 70%;
}

/* Button Style*/
.dform-button
{
	float: left; margin-left: 5px; 
}

.dform-reset
{
	float: left; margin-left: 5px;
}

#dform_field_e_mail
{
	min-width:50% !important;
}
#dform_newsletter_btn_save
{
	margin: 0 5px 0 30px;
}
	
@CHARSET "ISO-8859-1";