@charset "utf-8";
/*CSS File for Form Template, Created by Darion Reaves */

body{text-align: center;}
.smallPrint{font-size: .75em; line-height: 1.2em;}
.mediumPrint{font-size: .85em; line-height: 1.3em;}
div.rounded {-moz-border-radius:33px; -webkit-border-radius: 33px;}
.submitBtn{border: none; background: url(../images/submitBtn.jpg) no-repeat top left; width: 146px; height: 40px; margin: 10px 15px 15px 15px; font-weight: bold; font-size: 14px; color: #FFF; cursor: pointer;}
.clearBtn{border: none; background: url(../images/clearBtn.jpg) no-repeat top left; width: 146px; height: 40px; margin: 10px 15px 15px 15px; font-weight: bold; font-size: 14px; color: #FFF; cursor: pointer;}
.thumbnail{float: left; width: 93px;}

#pagewrap{width: 925px; margin: 0 auto 15px auto; background: url(../images/contentBg.jpg) repeat-y top center;}
#container{width: 900px; margin: 0 auto; border-top: 4px #3e3e3e solid;}
#header{text-align: center; width: 900px; background-color: #3e3e3e; color: #FFF; padding: 15px 0;}
#header p{font-size: 1.4em; font-weight: bold; margin: 0;}
#banner{padding: 0 10px 0 10px; text-align: left; overflow: hidden;}
#banner td img{padding: 10px;}
#banner p{padding: 0 10px; font-size: 1.2em; margin: 10px 0;}
#bannerText{ line-height: 1.4; margin: 0;}
#content{}
#formArea{width: 500px; margin: 20px auto; border: solid 1px #3d66b0; background-color: #ced8e3; padding: 20px; -moz-border-radius:15px; -webkit-border-radius: 15px; text-align: center;}
#formArea a{color: #3d66b0; text-decoration: none; font-weight: bold;}
#formArea a:hover{text-decoration: underline;}
#formArea td{font-size: 1.4em; padding: 3px 10px 3px 0; vertical-align: middle; line-height: 1.4em;}
#footer{background-color: #3e3e3e; color: #FFF; font-size: 1.2em; font-weight: bold; line-height: 1.3em; padding: 10px;}
#footer table{margin: 0 auto;}
#footer table td{text-align: left; vertical-align: middle;}
#footer table td.contact{border-left: #999 dotted 2px; padding-left: 10px;}
#footer a{color: #f79123; text-decoration: none;}
#footer a:hover, a:visited{text-decoration: underline;}
#footerBorder{background: url(../images/footerBg.jpg) no-repeat bottom center; height: 20px;}
