body {
background-color: #EFF6E6;
text-align: center;
margin: 0px;
background-image: url(/skins/restless/background.jpg);
background-repeat: repeat-y;
background-position: top center;
}

body, td, input, select, textarea {
font-family: arial;
font-size: 13px;
line-height: 16px;
color: #91968A;
}

a {
text-decoration: none;
color: #565759;
}

a:hover {
color: #b4918a;
}

#layout {
width: 600px;
height: 200px;
margin: 0px auto;
}

#content {
width: 580px;
margin: 0px auto;
text-align: justify;
height: 300px;
padding-top: 5px;
}

html > body #content {
height: auto;
min-height: 300px;
}

p {
margin: 0px 0px 10px 0px;
}

h2 {
margin: 0px 0px 8px 0px;
font-size: 16px;
line-height: 12px;
letter-spacing: 2px;
color: #A4B7A8;
font-family: trebuchet ms, arial;
text-transform: uppercase;
}

input, textarea, select, .chart {
border: 0px solid black;
background-color: #F4F7EC;
margin: 0px;
}

.form {
width: 300px;
}

.password {
width: 149px;
}

