body {
margin:0;
padding:0;

font-family: Helvetica, Arial, sans-serif;
font-size:12px;
font-weight:bold;
color:#000;
}

/* general element/text style classes */

.greenText {
color:#669933;
}

.redText {
color:#a30921;
}


fieldset {
border:none;
margin:0;
padding:0;
}

label, input {
display:block;
margin-bottom:5px;
}

input {
width:200px;
height:25px;
font-size:14px;
border:1px solid #8994a5;
-webkit-border-radius: 3px; 
-moz-border-radius: 3px; 
border-radius: 3px;
-webkit-box-shadow:2px 2px #ddd;
-moz-box-shadow:2px 2px #ddd;
box-shadow:2px 2px #ddd;
}

img {
border:none;
}

/* structural elements/text styling classes */

#header {
width:100%;
background-color: #535050;
height:25px;
}

#header-content {
width:820px;
margin:0 auto;
text-align:right;
}

#header-content p {
color:#fff;
font-size:10px;
line-height:25px;
margin:0;
padding:0;
}

#content {
width:820px;
margin:0 auto;
padding-top:15px;
}

#content-form {
float:left;
width:250px;
}

#content-form #button-login {
width:105px;
height:40px;
background:transparent url(../login-elements/button-login.jpg) top left no-repeat;
border:none;
cursor:pointer;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

#content-form ul {
list-style:none;
margin:0;
padding:0;
}

#content-form li#button-retrieve {
float:left;
text-indent:-9999px;
width:131px;
height:40px;
background:transparent url(../login-elements/button-retrieve.jpg) top left no-repeat;
border:none;
margin:0;
padding:0;
}

#content-form li#button-retrieve a {
float:left;
width:131px;
height:40px;
background:transparent url(../login-elements/button-retrieve.jpg) top left no-repeat;
border:none;
cursor:pointer;
}

#content-form #button-password {
width:131px;
height:40px;
background:transparent url(../login-elements/button-retrieve.jpg) top left no-repeat;
border:none;
cursor:pointer;
-webkit-box-shadow:none;
-moz-box-shadow:none;
box-shadow:none;
}

#content-form input#site {
display:none;
}

#content-form h2.clear {
clear:both;
padding-top:15px;
}

#content-advert {
float:right;
width:510px;
}

#content-advert img {
border:1px solid #8994a5;
margin-top:85px;
}

#footer {
clear:both;
width:820px;
text-align:right;
}


