/* RF File Upload CSS */


div.ENrffu_div { /* div containing total output of plugin */
	text-align: left;
}


form.ENrffu_form {
	text-align: left;
}



/* ----------- TEXT DIVERS ----------- */

p.ENrffu_step {/* text for 'Step 1'etc */
	font-weight:bold;
}

p.ENrffu_text {/* general text paragraphs */
}

p.ENrffu_warning {/* warning texts ('invalid login', 'upload error' etc) */
	color: red;
}

p.ENrffu_message {/* message texts ('Please wait while file is being uploaded') */
	font-weight:bold;
}



/* ----------- FORM ELEMENTS ----------- */


input.ENrffu_text {/* text input */
	width: 250px;
}

input.ENrffu_textarea {/* textarea input */
	width: 250px;
}

input.ENrffu_form_bn {/* button input */
	margin: 5px 0;	
}

input.ENrffu_password {/* password input */
}

input.ENrffu_file {/* file input */
	display: block;
}

/* ----------- DIVS CONTAINING FORM ELEMENTS ---------- */

div.ENrffu_label_and_value {/* div containing both divs for label and value */
	display: block;
	font-size:11px;
	padding:5px 0;
}

div.ENrffu_label_req, div.ENrffu_label {/* div containing label for formfield */
	display: inline;
	width: 300px;
	height: 24px;
	padding: 5px;
}

div.ENrffu_value_req, div.ENrffu_value {/* div containing value of formfield */
	font-size:11px;
	float: right;
}




