div.vin input.inputtext, 
div.vin label.block, 
div.vin textarea {
    display: block;
    padding: 2px;
    width: 100%;
    padding: 3px 10px 0;
    font: 14px/20px "Myriad Pro",sans-serif;
    height: 42px;
    margin-top: 0px;
	margin-bottom: 0px;
}
div.vin form {
    margin-top: 10px;
    margin-bottom: 10px;
}
div.vin .result {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 115%;
    width: 100%;
}
div.vin table.result th {
    background: none repeat scroll 0 0 #e5e5e5;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
border:1px solid #d6d8db;

  }
div.vin table.result td {
    
    
    padding: 5px 5px;
    text-align: center;
    border:1px solid #d6d8db;
  }
div.vin div.grey-gradient {
	border-radius: 0px;
	float: right;
}



.but1{
    position:relative;
    top:-9px;
    display:inline-block;
    padding:0 18px;
    border-radius:3px;
  
    color:#fff;
    vertical-align:bottom;
    text-decoration:none;
    text-shadow:0 1px 0 #303c49;
    font-weight:bold;
    line-height:36px;
    background: linear-gradient(to bottom, #59636d 0%, #303c49 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #303c49;
}
.but1:hover{
    background: linear-gradient(to bottom, #59636d 50%, #303c49 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #303c49;
}

.req{color:red;}
