* {
   margin: 0 auto;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   color:#000;
}


html { overflow-y:scroll; }

html, body {
   background: #FFF;
   margin: 0 auto;
   text-align: center;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
}

#logo {
   background: #FFF url(../img/bg_header.gif) repeat;
   width: 100%;
   height:70px;
}

#textarea {
   background: #AFAEAE;
   width: 100%;
   height:auto;
}

#textimage {
   width: 470px;

}

#textlogo {
   background: #AFAEAE;
   width: 455px;
   height:auto;
   color:#fff;
   text-align:left;
}

#formarea {
   background: #fff;
   width: 470px;
   height:auto;
   text-align:left;
}

.textmain {
   background: #fff;
   margin-left:10px;
   color:#949494;
}

.textmain p {
   color:#949494;
}

.supportform p{
width: 300px;
clear: left;
margin-left: 10px;
padding: 5px 0 8px 0;
padding-left: 155px; /*width of left column containing the label elements*/
border-top: 1px dashed #AFAEAE;
height: 1%;
color:#949494;
}

.supportform label{
color:#949494;
font-weight: bold;
float: left;
margin-bottom:5px;
margin-left: -155px; /*width of left column*/
width: 120px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.supportform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width: 180px;
}

.supportform textarea{
width: 270px;
height: 150px;
}

.supportform input[type="checkbox"]{
margin-right: 10px;
margin-bottom: 10px;
float: left;

}

.errorbox{
background-color: #FE9998;
font-weight:bold;
margin-left:10px;
margin-bottom:15px;
width:443px;
padding: 5px;
border: 1px dashed #D63C3B;
color: #9B2624;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


a:link,a:active,a:visited {
color:#166C8D;
text-decoration:none;
}

a:hover {
color:#166C8D;
text-decoration:underline;
}

a.small:link,a.small:active,a.small:visited {
color:#166C8D;
text-decoration:none;
}

a.small:hover {
color:#166C8D;
text-decoration:underline;
}
