@charset "UTF-8";
/* CSS Document */

@import url("reset.css");
@import url("typography.css");

h1, h2, h3, h4, h5, h6, ul, li, td, p, a, span, label, textarea, input { font-family:Tahoma, Geneva, Helvetica; }

.background { width:100%; background:url(../images/front/bg.jpg) no-repeat top center #ecf5e3; overflow:hidden; }
.header { width:944px; margin:0 auto; text-align:right; margin-top:60px;}
.content { width:944px; margin:0 auto; text-align:center; margin-top:62px; margin-bottom:62px;}
.form {  width:750px; margin:0 auto; padding:40px 0 20px 0; overflow:hidden; }
.large {background:url(../images/front/input_large.jpg); border:none; width:242px; height:17px; padding:6px 8px 6px 8px; margin-top:5px;}
.small {background:url(../images/front/input_small.jpg); border:none; width:32px; height:17px; padding:6px 8px 6px 8px; margin-top:5px; }
.area {background:url(../images/front/textarea.jpg); border:none; width:436px; height:94px; padding:6px 8px 6px 8px; margin-top:5px;  overflow:auto;}

.footer { width:944px; margin:0 auto; margin-top:20px; margin-bottom:10px; }
