@charset "utf-8";
/* CSS Document */

* {
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0;
padding: 0;
}

form{
}

fieldset {
width: 200px;
border: 5px solid #ccc;
padding: 4px 0 4px 4px;
}

legend {
font-size: 13px;
color: #999;
}

label {
margin-top: 7px;
font-size: 12px;
}

.oneLine {
display: block;
}

.textInput {
width: 180px;
background: #d9dee8;
border-top: 1px solid #336;
border-right: 1px solid #978eba;
border-bottom: 1px solid #978eba;
border-left: 1px solid #336;
padding: 1px;
}

.submitButton {
margin-top: 5px;
display: block;
}

em {
font-size: 12px;
font-weight: bold;
color: #e33;
}

input:focus, textarea:focus {
background: #ededff;
}

/* End form field styles */

/* Start landing page styles */

.wrapper {
width: 450px;
margin-left:auto;
margin-right: auto;
margin-top: 10px;
}

.main {
width: auto;
margin-top: -8px;
border-bottom: 2px solid #aaa;
background:url(images/formback_1.gif) repeat-y;
}

p {
font-size: 11px;
padding-bottom: 6px;
}

h3 {
font-size: 12px;
padding: 20px 0px 6px 0px;
line-height: 17px;
}

h1 {
font-size: 18px;
color: #008fc5;
padding: 2px 6px 6px 25px;
}

.footer {
font-size: 9px;
padding: 8px 0px 4px 25px;
}

.textLeft {
float: left;
width: 185px;
padding-top: 4px;
padding-left: 25px;
}

.formRight {
width: 210px;
float: left;
margin-left: 10px;
margin-bottom: 6px;
}

a img {
border: none;
}

* a:link, a:visited {
color: #057ae6;
text-decoration: none;
}

* a:hover{
color: #992f83;
text-decoration: none;
}
