/* RF File Upload CSS */


div.rffu_div { /* div containing total output of plugin */
	text-align: left;
}


form.rffu_form {
	text-align: left;
}



/* ----------- TEXT DIVERS ----------- */

p.rffu_step {/* text for 'Step 1'etc */
	font-weight:bold;
}

p.rffu_text {/* general text paragraphs */
}

p.rffu_warning {/* warning texts ('invalid login', 'upload error' etc) */
	color: red;
}

p.rffu_message {/* message texts ('Please wait while file is being uploaded') */
	font-weight:bold;
}



/* ----------- FORM ELEMENTS ----------- */


input.rffu_text {/* text input */
	width: 250px;
}

input.rffu_textarea {/* textarea input */
	width: 250px;
}

input.rffu_form_bn {/* button input */
}

input.rffu_password {/* password input */
}

input.rffu_file {/* file input */
	display: block;
}

/* ----------- DIVS CONTAINING FORM ELEMENTS ---------- */

div.rffu_label_and_value {/* div containing both divs for label and value */
	display: block;
}

div.rffu_label_req, div.rffu_label {/* div containing label for formfield */
	display: left;
	width: 300px;
	height: 24px;
	padding-top: 3px;
}

div.rffu_value_req, div.rffu_value {/* div containing value of formfield */
	display: inline;
}





