.form-searchcontainer {
   border: 1px solid #000000;
   background: #f45454;
   background: -webkit-gradient(linear, left top, left bottom, from(#f50202), to(#f04343));
   background: -webkit-linear-gradient(top, #f45454, #f4c6c6);
   background: -moz-linear-gradient(top, #f45454, #f4c6c6);
   background: -ms-linear-gradient(top, #f45454, #f4c6c6);
   background: -o-linear-gradient(top, #f45454, #f4c6c6);
   background-image: -ms-linear-gradient(top, #f45454 0%, #ff4c6c6 100%);

/*
   background: #f04343;
   background: -webkit-gradient(linear, left top, left bottom, from(#f50202), to(#f04343));
   background: -webkit-linear-gradient(top, #f50202, #f04343);
   background: -moz-linear-gradient(top, #f50202, #f04343);
   background: -ms-linear-gradient(top, #f50202, #f04343);
   background: -o-linear-gradient(top, #f50202, #f04343);
   background-image: -ms-linear-gradient(top, #f50202 0%, #f04343 100%);
*/
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 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:350px;
   padding:3px;
   width:350px;
   }

.form-container {
   border: 1px solid #000000;
   background: #f45454;
   background: -webkit-gradient(linear, left top, left bottom, from(#f50202), to(#f04343));
   background: -webkit-linear-gradient(top, #f45454, #f4c6c6);
   background: -moz-linear-gradient(top, #f45454, #f4c6c6);
   background: -ms-linear-gradient(top, #f45454, #f4c6c6);
   background: -o-linear-gradient(top, #f45454, #f4c6c6);
   background-image: -ms-linear-gradient(top, #f45454 0%, #ff4c6c6 100%);

/*
   background: #f04343;
   background: -webkit-gradient(linear, left top, left bottom, from(#f50202), to(#f04343));
   background: -webkit-linear-gradient(top, #f50202, #f04343);
   background: -moz-linear-gradient(top, #f50202, #f04343);
   background: -ms-linear-gradient(top, #f50202, #f04343);
   background: -o-linear-gradient(top, #f50202, #f04343);
   background-image: -ms-linear-gradient(top, #f50202 0%, #f04343 100%);
*/
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   -webkit-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   -moz-box-shadow: rgba(000,000,000,0.9) 0 0px 2px, inset rgba(255,255,255,0.4) 0 0px 0;
   box-shadow: rgba(000,000,000,0.9) 0 0px 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:190px;
   padding:3px;
   width:190px;
   }
.form-field {
   border: 1px solid #c9b7a2;
   background: #e4d5c3;
   -webkit-border-radius: 7px;
   -moz-border-radius: 7px;
   border-radius: 7px;
   color: #000000;
   -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:3px;
   margin-bottom:8px;
   width:180px;
   }
.form-field:focus {
   background: #fff;
   color: #000000;
   }
.form-container h2 {
   text-shadow: #403840 0 1px 0;
   font-size:18px;
   margin: 0 0 10px 0;
   font-weight:bold;
   text-align:center;
    }
.form-title {
   margin-bottom:10px;
   color: #000000;
   text-shadow: #403840 0 1px 0;
   }
.submit-Mcontainer {
   margin:8px 0;
   text-align:middle;
   }
.submit-container {
   margin:8px 0;
   text-align:right;
   }
.submit-button {
   border: 1px solid #000000;
   background: #f50202;
   background: -webkit-gradient(linear, left top, left bottom, from(#f04343), to(#f50202));
   background: -webkit-linear-gradient(top, #f04343, #f50202);
   background: -moz-linear-gradient(top, #f04343, #f50202);
   background: -ms-linear-gradient(top, #f04343, #f50202);
   background: -o-linear-gradient(top, #f04343, #f50202);
   background-image: -ms-linear-gradient(top, #f04343 0%, #f50202 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: #272926 0 1px 0;
   color: #000000;
   font-family: helvetica, serif;
   padding: 3.5px 18px;
   font-size: 12px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #447314;
   text-shadow: #31540c 0 1px 0;
   background: #6aa436;
   background: -webkit-gradient(linear, left top, left bottom, from(#8dc059), to(#6aa436));
   background: -webkit-linear-gradient(top, #8dc059, #6aa436);
   background: -moz-linear-gradient(top, #8dc059, #6aa436);
   background: -ms-linear-gradient(top, #8dc059, #6aa436);
   background: -o-linear-gradient(top, #8dc059, #6aa436);
   background-image: -ms-linear-gradient(top, #8dc059 0%, #6aa436 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #31540c 0 1px 0;
   border: 1px solid #447314;
   background: #8dc059;
   background: -webkit-gradient(linear, left top, left bottom, from(#6aa436), to(#6aa436));
   background: -webkit-linear-gradient(top, #6aa436, #8dc059);
   background: -moz-linear-gradient(top, #6aa436, #8dc059);
   background: -ms-linear-gradient(top, #6aa436, #8dc059);
   background: -o-linear-gradient(top, #6aa436, #8dc059);
   background-image: -ms-linear-gradient(top, #6aa436 0%, #8dc059 100%);
   color: #fff;
   }
