/* CSS EYE Styles */


body {font-family: Helvetica, Tahoma, Arial, sans-serif; font-size: 80%; color: #333; letter-spacing:.025em; background:#ffffff;}

#container {width:478px; margin: 0px auto;}
#header {background: transparent url("images/header.jpg") top left no-repeat; width: 478px; height:133px;}
h1 {font-size: 140%; font-weight:bold;}
.box {display: block;clear:both; padding-left: 16px; padding-right: 60px; line-height: 1.5em;}

a:link, a:visited {color:#03566e; text-decoration:none; font-weight:bold;}

a:hover {color:#06bcf0; text-decoration:none;}

.bold {font-weight:bold;}

.lrgText {font-size: 120%;}


<!-- CONTACT FORM -->

/* CSS Form Styles */


form {margin:30px 0 0px 120px;}
form legend { color: #C00; font-size: 90%; padding: 20px;}

form label {
     color: #333;
     display: inline-block;
     font-size: 80%;
     font-weight: bold;
     line-height: 1.25em;
     margin: 0pt 0pt 0pt 10px;
     padding: 3px 25px 0pt 0pt;
     text-align: right;
     vertical-align: top;
}

form fieldset ol {
     margin: 0pt;
     padding: 0pt;
}

form fieldset li {
     list-style: none outside none;
     margin: 0pt;
     padding: 10px;
}

form #message {
     color: #000000;
     font-size: 120%;
     height: 80px;
     width: 250px;
}

form.special {
     color: #000000;
     font-size: 90%;
     height: 80px;
}

form input, form textarea {
     background: none repeat scroll 0% 0% #d5f4fc;
     border: 1px solid #333;
     color: #333;
     font-size: 90%;
     padding: 4px;
}
.btnPrimary { margin-left: 85px; width:176px; height:60px; border: none; background:none;}

.addFormText {
     color: #000000;
     font-size: 90%;
     font-weight: normal;
}


