﻿html * {
	margin: 0;
	padding: 0;
}

body 
{
    background: #d6d6d6 url('/img/base/bg_overlay.png') repeat-x;    
    font-family: trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

h1
{
    position:absolute;
    left:37px;
    top:29px;
    font-size:20px;    
}

a {	
	text-decoration: none; 
	font-family: trebuchet, Arial, Helvetica, sans-serif;
	color: #ff7400;
}
a:hover {	text-decoration: none; color: #333333;}

/* ID's */

#content
{
    position:absolute;
    left:37px;
    top:60px;
    width:444px;
    height:239px;
    background-color:White;
    padding:10px;
}

#buttons
{
    position:absolute;
    left:37px;
    top:341px;
    width:464px;
    height:20px;
    text-align:right;
}

/* Classes */
.field 
{
    border:1px solid #3f3f3f;
    font-size:11px;
    width:160px;
    color:#3f3f3f;
}

.button
{
    font-size:11px;
}

table.newsletter
{
    margin:20px 0px 0px 20px;
    width:350px;
}

table.newsletter td 
{
    padding-bottom:5px;
    margin-bottom:5px;    
    color:#6c6c6c;
}

td.newsletter
{
    width:120px;
    padding-right:30px;
    text-align: right;
}
