#opis {
float:left;
width:150px;
height:22px;
font-weight:bold;
padding-top:10px;
padding-bottom:10px;
}
#form { 
float: left;
width:380px;
height:22px;
padding-top:10px;
padding-bottom:10px;
}
#error {
margin: 13px 5px 0 0; 
float: right;
color: red;
width: 16px;
height: 16px;
}

.gray, select { 
 color:black;  
 background-color:#eee;
 width:380px!important; 
 height:22px!important;
 border:1px;

}

.file_1 {
    border:none; 
	background-color:#bfbfbf;
	color:#fff; 
	padding-left:0px; 
	font-size:11px;  
	width:250px!important;
	height:22px!important;
    color: #000;
	
}

.button {
    height:26px;
	width:201px;
    border:none;
	margin-left:15px;
    cursor:pointer;
    color:black;
	font:bold 12px Arial ;
    background:url('../images/button.png') no-repeat;
}
