@font-face {
 font-family: "Roundhand";
 src: url("/fonts/Snell_Roundhand_Bold_Script.ttf") /* TTF file for CSS3 browsers */
}

body {
  max-width:700px;
  margin:1em auto;
  text-align:center;
  display:block;
  background: #ddd; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, #ddd 50%);; /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,1)), color-stop(11%,rgba(255,255,255,1)), color-stop(50%,#ddd)); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,#ddd 50%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,#ddd 50%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,#ddd 50%); /* IE10+ */
  background: radial-gradient(ellipse at center,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,#ddd 50%); /* W3C */
}

input {
    color:'#999';
}

.main {
    border:3px solid #000066;
    width:700px;
    background-color:#fff;
    text-align:left;
    padding:20px;
    padding-top:22px;
    margin-top:10px;
    margin-bottom:10px;
    min-height:800px;
}

.amount{
    width:70px;
    height:20px;
    margin-left:5px;
    padding:3px;
    text-align:center;
}

.other_explanation{
    width:240px;
    height:20px;
    margin-left:5px;
    padding:3px;
    text-align:center;
}

.names{
    width:655px;
    height:20px;
    padding:3px;
    text-align:center;
}

.city{
    margin-top:10px;
    width:480px;
    height:20px;
    padding:3px;
    text-align:center;
}

.state{
    margin-top:10px;
    width:70px;
    height:20px;
    padding:3px;
    text-align:center;
}

.zip{
    margin-top:10px;
    width:70px;
    height:20px;
    padding:3px;
    text-align:center;
}

.phone{
    margin-top:10px;
    width:300px;
    height:20px;
    padding:3px;
    text-align:center;
}

select {
    height:30px;
    font-size:14pt;
    padding-left:10px;
    padding-right:10px;
    text-align:center;
    -webkit-appearance: none;
}

.email{
    margin-top:10px;
    width:340px;
    height:20px;
    padding:3px;
    text-align:center;
}

.street{
    margin-top:10px;
    width:655px;
    height:20px;
    padding:3px;
    text-align:center;
}

.datepicker{
    width:100px;
    height:20px;
    padding:3px;
    text-align:center;
}

.welcome_message {
    margin:5px;
    font-size:14pt;
    width:700px;
    float:left;
    margin-right:20px;
}

.welcome_message p {
    margin-bottom:10px;
}

.header{
    margin-bottom:10px;
    float:none;
    width:100%;
    height:70px;
    background-position:center;
    background-repeat:no-repeat;
    background-color:#000066;
    background-image:url("/images/title.png");
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;  
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;  
}