/*-------------------------FILE UPLOAD-----------------------------*/
.input-file {
  float:left;}
.input-file .fileInputText {
  float:left;}
.sendorder {float: left;}
.sendorder.input-file .fileInputText {
  color:#000;
  opacity:0.7;
}
.input-file .fileInputText{
  background: url(../images/skrepka-black.png) left center no-repeat;
  border:0px;
  box-shadow: none;
  padding-left: 30px;
  display: block;
  height: 30px;
  line-height: 32px;
  overflow: hidden;

}
.input-file .input {
  overflow:hidden;
  height:27px;
  cursor:pointer;
  text-align:center;
  cursor:pointer;
  position:absolute;
  color:#677d81;
  font-size:12px;
  line-height:30px;
  vertical-align:middle;
  padding-left:145px;
  margin-top:5px;
  margin-left:3px;}


.input-file .input input {
  opacity:0;
  filter:alpha(opacity:0);
  font-size:100px;
  cursor:pointer;
  padding:0px;
  margin:0px;
  border:none;
  position:absolute;
  top:0;
  right:0;
  height:35px;
  margin-top:-5px;}