@charset "utf-8";
.form-container {
   border: 1px solid #f2e3d2;
   background: #1f170e;
   background: -webkit-gradient(linear, left top, left bottom, from(#1a1a1a), to(#1f170e));
   background: -webkit-linear-gradient(top, #1a1a1a, #1f170e);
   background: -moz-linear-gradient(top, #1a1a1a, #1f170e);
   background: -ms-linear-gradient(top, #1a1a1a, #1f170e);
   background: -o-linear-gradient(top, #1a1a1a, #1f170e);
   background-image: -ms-linear-gradient(top, #1a1a1a 0%, #1f170e 100%);
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 1px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   font-family: 'Helvetica Neue',Helvetica,sans-serif;
   text-decoration: none;
   vertical-align: middle;
   min-width:300px;
   padding:20px;
   width:700px;
   margin:50px auto;
   }
.form-field {
   border: 1px solid #c9b7a2;
   background: #e4d5c3;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #1d3834;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(000,000,000,0.7) 0 0px 0px;
   padding:8px;
   margin-bottom:20px;
   width:650px;
   }
.form-field:focus {
   background: #fff;
   color: #725129;
   }
.form-container h2 {
   text-shadow: #fdf2e4 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #ffffff;
   text-shadow: #fdf2e4 0 1px 0;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 1px solid #447314;
   background: #919191;
   background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#919191));
   background: -webkit-linear-gradient(top, #ffffff, #919191);
   background: -moz-linear-gradient(top, #ffffff, #919191);
   background: -ms-linear-gradient(top, #ffffff, #919191);
   background: -o-linear-gradient(top, #ffffff, #919191);
   background-image: -ms-linear-gradient(top, #ffffff 0%, #919191 100%);
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   -moz-box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   box-shadow: rgba(255,255,255,0.4) 0 1px 0, inset rgba(255,255,255,0.4) 0 1px 0;
   text-shadow: #261700 0 1px 0;
   color: #000;
   font-family: helvetica, serif;
   padding: 8.5px 18px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #e66e1e;
   background: -webkit-gradient(linear, left top, left bottom, from(#2a2e23), to(#e66e1e));
   background: -webkit-linear-gradient(top, #2a2e23, #e66e1e);
   background: -moz-linear-gradient(top, #2a2e23, #e66e1e);
   background: -ms-linear-gradient(top, #2a2e23, #e66e1e);
   background: -o-linear-gradient(top, #2a2e23, #e66e1e);
   background-image: -ms-linear-gradient(top, #2a2e23 0%, #e66e1e 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #4a4d48;
   background: -webkit-gradient(linear, left top, left bottom, from(#bd5220), to(#e66e1e));
   background: -webkit-linear-gradient(top, #bd5220, #4a4d48);
   background: -moz-linear-gradient(top, #bd5220, #4a4d48);
   background: -ms-linear-gradient(top, #bd5220, #4a4d48);
   background: -o-linear-gradient(top, #bd5220, #4a4d48);
   background-image: -ms-linear-gradient(top, #bd5220 0%, #4a4d48 100%);
   color: #fff;
   }