/* 
	Easy Flash Uploader Flex CSS file 
	This is a Flex CSS rules file. Adding any new rules or deleting existing ones is not recommended!
	Feel free to modify the values to change the application appearance.
*/

global {
	backgroundColor: #DDDDDD;
}

/* Browse and progress field container */
.formContainer {
	backgroundColor: #DDDDDD;
	borderStyle: solid;
	borderThickness: 0;
	borderColor: #DDDDDD;
}

/* Labels like "Choose file" or "Progress:" */
.formLabel {
	color: #333333;
	fontWeight: bold;
	textAlign: left;
	fontFamily: Verdana;
	fontSize: 11;
	borderStyle: solid;
	borderThickness: 0;
	borderColor: #E6E6E6;
	
}

/* Browse button */
.btnBrowse {
	color: #333333;
	fontWeight: bold;
	height: 20px;
	width: 70px;
	fillAlphas: 1.0, 1.0;
	fillColors: #FFFFFF, #FFFFFF;
	borderColor: #000000;
	fontFamily: Verdana;
	fontSize: 11;
}

/* Progress bar */
.progressBar
{
	color: #000000;
	fontWeight: normal;
	height: 20px;
	width: 70px;
	fillAlphas: 1.0, 1.0;
	fillColors: #FFFFFF, #FFFFFF;
	borderColor: #000000;
	fontFamily: Verdana;
	fontSize: 11;
}