/* RF File Upload CSS */


div.rffu_div { /* div containing total output of plugin */
	text-align: left;
	color:#000000;
}


form.rffu_form input,form.rffu_form textarea {
	text-align: left;
	border:1px solid #cccccc;
	padding:2px;
	padding:3px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
	width:295px;
}

form.rffu_form textarea{
	font-size:1em;
}
/* ----------- TEXT DIVERS ----------- */

p.rffu_step {/* text for 'Step 1'etc */
	font-weight:bold;
	color:#cc0000;
	font-size:125%;
}

p.rffu_text {/* general text paragraphs */
	font-weight:bold;
}

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 */

}

input.rffu_textarea {/* textarea input */
	
}

div#rffu_total0 input.rffu_form_bn, input#rffu_submit0 {/* button input */
	width:80px;
	border:2px solid #cccccc;
	background-color:#333333;
	color:#CCCCCC;
	text-align:center;
	margin-right:5px;
}

div#rffu_total0 input.rffu_form_bn:hover,input#rffu_submit0:hover{
	color:#333333;
	background-color:#EBC2C2;
}
input#rffu_submit0{
	margin-top:10px;
}
div#rffu_total0 input#rffu_file0{
	border:1px solid #999999;
	color:#cccccc;
}
div#rffu_total0 input#rffu_file0:hover{
	border:1px solid black;
	
}



input#rffu_passw0 {/* password input */
	width:100px;
	padding:6px;
}

input.rffu_file {/* file input */
	display: block;
}

/* ----------- DIVS CONTAINING FORM ELEMENTS ---------- */

div.rffu_label_and_value {/* div containing both divs for label and value */
	color:#000000;
	font-size:0.85em;
	margin-bottom:.5em;
	width:475px;
	float:left;
	text-align:right;

}

div.rffu_label_req, div.rffu_label {/* div containing label for formfield */
	width:150px;
	background-color:#e0e0e0;
	float:left;	
	margin-right:10px;
	padding:4px;

}

div.rffu_value_req, div.rffu_value {/* div containing value of formfield */
	float:left;
}

div.rffu_value_req{
	border-right:3px solid #EBC2C2;
}




