/*-----
GATENBY SANDERSON: Screen Style Sheet 
---------------------------------------------------------------------------------
Version: 1.0
Author: Richard Stephenson
Email: richard.stephenson@awadigital.com
Website: http://www.awadigital.com
DOB: 26 JUNE 2007
-------------------------------------------------------------------------------*/
* {
margin:0;
padding:0;
font-family:"Trebuchet MS", Verdana, Arial,  sans-serif;
line-height:1.3em;
list-style:none;
}
body {
font-size:62.5%;
background-color:#FFF;
}
#container {
position:relative;
}
p.close a {
position:absolute;
top:5px;
right:4px;
display:block;
width:19px;
height:16px;
background:url(/stat/btn_close.gif) no-repeat;
overflow:hidden;
text-indent:-3000px;
text-decoration:none;
font-size:0;
}

h1 {
font-size:1.4em;
margin-bottom:7px;
color:#454545;
padding-top:10px;
padding-left:10px;
}
a {
color:#AE1E35;
}

div.help_content {
overflow:auto;
margin:0 5px 0 10px;
height:110px;
padding-right:5px;
}
div.help_content p { 
font-size:1.1em;
margin-bottom:1em;
color:#666;
}
div.help_content p.more {
margin-bottom:0;
}
div.help_content p.more a img {
border:0;
}
form {
padding:0 10px;
font-size:1.1em;
}
input.error,select.error,textarea.error  {
border:1px solid #AE1E35;
}
form fieldset {
border:none;
}
form div {
padding:0 0;
margin-bottom:4px;
position:relative;
float:left;
width:360px;
}
label {
display:block;
float:left;
width:100px;
}
label em {
position:absolute;
left:234px;
padding-left:25px;
width:300px;
}
fieldset input, fieldset textarea, fieldset select {
float:left;
width:150px;
border:1px solid #666;
font-size:11px;
}
fieldset textarea {
height:35px;
width:230px;
}
form p {
clear:both;
padding-left:100px;
padding-top:5px;
}
form p.send_copy {
padding-top:2px;
}
form p.send_copy input {
width:auto;
margin-right:3px;
border:0;
}
form p.send_copy label {
width:auto;
}
div.form_buttons {
padding-top:10px;
padding-left:100px;
}
/*-- HIDE STUFF  -----------------------------------------------------------*/
fieldset legend {
height:0;
font-size:0;
}
fieldset legend
{
position:absolute;
top:0;
left:-90000px;
visibility:hidden;
height:0;
width:0;
}
