@charset "utf-8";
/* CSS Document */
.PanelContenedor{
	clear:both;
	float:left;
	height:25px;
	width:317px;
	position:relative;
}
.PanelInput{
	width:337px;
	height:22px;
	position:relative;

}
.PanelInput input{ height:auto; font-size:12px; margin-right:5px;}
.PanelProgress{
	width:300px;
	border:1px solid #ccc;
	position:relative;
	top:0;
	left:0;
	height:22px;
		
	}
.PanelProgressBar{
	background:transparent url(../images/bg_upload.png) repeat-x left top;
	width:300px;
	height:22px;
	position:relative;
	
}
.ProgressLabel{
	width:100%;
	float:left;
	position:relative;
	top:-20px;
	left:5px;
	font-weight:bold;
	font-size:12px;
}
