/* CSS pour MyFlyingPiano.com */
/* Benoît Mariaux 2009 */

/* Queue container styling
   or you can use .fileUploadQueue if you want to style all queue containers with the same properties */
.uploadifyQueue{
	margin-top: 5px;
	padding: 3px;
	/*background-color: white;*/
	/*border-color: #cecece;*/
	/*border-style: solid;*/
	/*border-width: 1px;*/
	overflow: auto;
	/*height: 150px;*/
	height: auto;
	/*min-height: 50px;*/
	/*max-height: 600px;*/
	/*width: 350px;*/
	/*width: 450px;*/
}


