hr {border:1px solid #cbcbcb}
.btn1 {	
	border-radius: 5px; 
	border:1px solid grey;
	display: inline-block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	font-size:14px;
	padding:3px;
	color:white;

}

.btn1:hover {
	cursor: pointer;
	background-color: #335681;
}


.fileinput-button {
  position: relative;
  overflow: hidden;
  width: 150px;
}
.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
  
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=40);
    font-size: 100%;
    height: 100%;
  }
}