body {
	background:url(../images/bg-pat.gif) repeat;
}
article {
	width: 780px;
	margin: 0 auto;
	background: #fff;
	border-top: 5px solid #3772d1;
}
.inner {
	width: 680px;
	padding: 0 0 60px;
	margin: 0 auto;
}


h1 {
	font-size: 28px;
	color: #3772d1;
	padding: 15px 0 15px 50px;
	border-bottom: 1px solid #3772d1;
	margin: 0 0 20px;
}
h1 img {
	margin: 0 20px 0 0;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}
table{
	width:100%;
}
table th,
table td {
	border: 1px solid #ccc;
	padding: 15px 17px;
}

table th {
	text-align: center;
	width: 200px;
}

table td {
	font-size: 14px;
	color: #333;
}

table .zipcode-1 {
	width: 30px;
}

table .zipcode-2 {
	width: 60px;
}

table .table-title {
	background: #3772d1;
}

.form-field {
   border: 1px solid #c7c7c7;
   background: #f2f2f2;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   color: #383838;
   -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;
   }
.form-field:focus {
   background: #ffffff;
   color: #949494;
   }
.form-container h2 {
   font-size:18px;
   text-align:center;
	color: #fff;
    }
.form-title {
   color: #3772d1;
   }
.submit-container {
   margin:18px 0;
   text-align:center;
   }
.submit-button {
   border: 1px solid #157360;
   background: #3686a3;
   background: -webkit-gradient(linear, left top, left bottom, from(#7be0d8), to(#3686a3));
   background: -webkit-linear-gradient(top, #7be0d8, #3686a3);
   background: -moz-linear-gradient(top, #7be0d8, #3686a3);
   background: -ms-linear-gradient(top, #7be0d8, #3686a3);
   background: -o-linear-gradient(top, #7be0d8, #3686a3);
   background-image: -ms-linear-gradient(top, #7be0d8 0%, #3686a3 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: #525252 0 1px 0;
   color: #ffffff;
   padding: 15px 60px;
   font-size: 14px;
   text-decoration: none;
   vertical-align: middle;
   }
.submit-button:hover {
   border: 1px solid #152c73;
   text-shadow: #133866 0 1px 0;
   background: #1a418f;
   background: -webkit-gradient(linear, left top, left bottom, from(#028ba3), to(#1a418f));
   background: -webkit-linear-gradient(top, #028ba3, #1a418f);
   background: -moz-linear-gradient(top, #028ba3, #1a418f);
   background: -ms-linear-gradient(top, #028ba3, #1a418f);
   background: -o-linear-gradient(top, #028ba3, #1a418f);
   background-image: -ms-linear-gradient(top, #028ba3 0%, #1a418f 100%);
   color: #fff;
   }
.submit-button:active {
   text-shadow: #133866 0 1px 0;
   border: 1px solid #1a51a3;
   background: #5a7fbf;
   background: -webkit-gradient(linear, left top, left bottom, from(#61cbcf), to(#1a418f));
   background: -webkit-linear-gradient(top, #61cbcf, #5a7fbf);
   background: -moz-linear-gradient(top, #61cbcf, #5a7fbf);
   background: -ms-linear-gradient(top, #61cbcf, #5a7fbf);
   background: -o-linear-gradient(top, #61cbcf, #5a7fbf);
   background-image: -ms-linear-gradient(top, #61cbcf 0%, #5a7fbf 100%);
   color: #fff;
   }
   
   label.error{
	   display:block;
	   color:#F00;
   }
   input.error{
	   background:#FCF;
   }
.textarea {
	width: 422px;
}