<style type="text/css">
  
  input, textarea, .uneditable-input {
    margin-left: 0;
  }
  input, textarea {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  }
  
  input, textarea, select, .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    color: #555555;
    font-size: 13px;
    line-height: 18px;
    padding: 4px;
  }
  
  .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    font-family: inherit;
    height: 34px;
    line-height: 1.42857;
    padding: 3px 6px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
  }
  
  input, button, select, textarea {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  }
  
  label, input, button, select, textarea {
    font-weight: normal;
  }
  
  button, input, select, textarea {
    vertical-align: inherit;
  }
  
  input:focus, textarea:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
  }
  input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus, select:focus {
    box-shadow: none;
    outline: thin dotted #333333;
    outline-offset: -2px;
  }
  
  .checkbox-inline, .radio-inline {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    margin-bottom: 0;
    margin-right: 10px;
  }
  
  
  input[type="submit"] {
    background: linear-gradient(to bottom, #B8E356 5%, #A5CC52 100%) repeat scroll 0 0 #B8E356;
    border: 1px solid #83C41A;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0 1px 0 0 #D9FBBE inset;
    color: #FFFFFF;
    display: inline-block;
    font-family: arial;
    font-size: 15px;
    font-weight: bold;
    height: 40px;
    padding: 6px 24px;
    text-decoration: none;
    text-shadow: 0 1px 0 #86AE47;
  }
  input[type="submit"]:hover {
    
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #a5cc52), color-stop(1, #b8e356));
    background:-moz-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-webkit-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-o-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:-ms-linear-gradient(top, #a5cc52 5%, #b8e356 100%);
    background:linear-gradient(to bottom, #a5cc52 5%, #b8e356 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5cc52', endColorstr='#b8e356',GradientType=0);
    
    background-color:#a5cc52;
  }
  input[type="submit"]:active {
    position:relative;
    top:1px;
  }
  
</style>