.fileupload-buttonbar{
	border:none;
	background:none;
}
.fileupload-buttonbar .ui-button input{

}
.fileinput-button {
}
.ui-button-icon-primary{
	display:none;
}
.fileupload-content{
	border:none;
}
.fileupload-buttonbar{
	width: 200px;
  	height: 30px;
}
.ui-button-text{
  width: 200px;
  height: 30px;
}
.ui-button-text, .ui-button-text *{
  line-height: 24px;
  background: #3a718f;
  text-align: center;
  font-weight: bold;
  color:#ffffff !important;
  font-size:14px !important;
}
label.fileinput-button {
 text-align:center !important;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin:0px !important;
  padding:0px !important;
  width: 200px !important;
  height: 25px;
  border: 1px solid #e0e3e5;
}
label.fileinput-button *{
 text-align:center !important;
  margin:0px !important;
  padding:0px !important;
}
#fileupload{
	text-align:center;
}
.fileupload-content .fileupload-progressbar {
  width: 200px;
}