* {
margin: 0;
padding: 0;
border: 0;
font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Verdana, Arial, sans-serif;
font-size: 11px;
}

body {
background: #dddddd;
color: #666666;
}

h1 {
font-weight: normal;
margin-bottom: 10px;
}

li {
list-style: none;
margin-bottom: 8px;
}

li:hover {
background: #ffffff;
}

a {
text-decoration: none;
color: black;
}

a:hover {
text-decoration: none;
color: #2299ff;
}

p {
margin-bottom: 10px;
}

p img,h1 img,li img {
vertical-align: middle;
margin: 2px 2px 2px 0;
}

div#box {
position: absolute;
top: 0;
left: 50%;
display: block;
background: white;
padding: 5px;
margin-left: -300px;
border-left: 5px solid #eeeeee;
border-right: 5px solid #eeeeee;
border-bottom: 50px solid #eeeeee;
}

div#bar{
width: 550px;
float: left;
clear: right;
background: transparent;
margin: 5px;
padding: 0;
}

div#bar_left {
float: left;
}

div#bar_right{
float: right;
text-align: right;
}

div#logo {
float: left;
clear: both;
background: black;
width: 550px;
height: 270px;
margin: 5px;
}

div#logo_bar {
z-index: 10;
display: block;
position: relative;
bottom: -250px;
width: 540px;
background: black;
padding: 5px;
height: 10px;
opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: 0.5;
}

div#logo_txt{
z-index: 20;
display: block;
position: relative;
bottom: -230px;
width: 540px;
background: transparent;
color: white;
padding: 5px;
text-align: right;
font-size: 10px;
line-height: 10px;
}

div#logo_cube{
z-index: 30;
display: block;
margin: 10px;
margin-top: -30px;
width: 26px;
height: 30px;
background: transparent url(gfx/logo.gif) no-repeat 0 0;
}

div#footer {
float: left;
clear: both;
background: transparent;
width: 550px;
padding-top: 75px;
margin: 5px;
text-align: center;
}

div#left {
float: left;
clear: left;
}

div#right {
float: left;
}

div.topp{
float: left;
clear: both;
background: #2299ff;
width: 250px;
margin: 5px;
padding: 10px;
color: black;
}

div.header {
float: left;
clear: both;
background: black;
width: 250px;
margin: 5px;
padding: 10px;
color: white;
}

div.header  a {
color: #2299ff;
}

div.header  a:hover {
color: white;
}

div.content {
float: left;
clear: both;
background: #eeeeee;
width: 250px;
margin: 5px;
padding: 10px;
}

div.field {
float: left;
clear: both;
background: transparent;
width: 250px;
margin: 5px;
padding: 9px;
border: 1px solid #eeeeee;
}

div.info {
float: left;
clear: both;
background: transparent;
color: #2299ff;
width: 250px;
margin: 5px;
padding: 9px;
border: 1px solid #2299ff;
}

div.alert {
float: left;
clear: both;
background: transparent;
color: red;
width: 250px;
margin: 5px;
padding: 9px;
border: 1px solid red;
}

span.colour {
color: #2299ff;
}

.write {
margin-top: 2px;
background: white;
color: black;
border: 1px solid #aaaaaa;
padding: 4px;
font-size: 12px;
color: #2299ff;
}

.press {
background: #2299ff;
color: black;
padding: 4px;
color: white;
}