body {
    background: url('http://www.cbj.com.au/images/showcase-bkgrdl.jpg');
    background-repeat: repeat;
    background-color: transparent;
}

#logo {
    background-image: url('http://www.cbj.com.au/images/cbj-lg.gif');
    background-repeat: no-repeat;
    background-color: transparent;
    clear: none;
    float: left;
    height: 150px;
    text-indent: -9999px;
    width: 500px;
    margin-right: 500px;
    margin-bottom: 10px;
}
.alpha60{
	background-color:#E19100;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#11edf2f5, endColorstr=#11edf2f5);
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#11edf2f5, endColorstr=#11edf2f5)"
}
form label {
    color: #0000A0;  
}

form p a {
    font-size: 16px;
    text-decoration: none;
    color: #0000A0;
    font-weight: 700;
    text-transform: capitalize;
}

h2 {
    font: 400 18px Arial,Helvetica,sans-serif;
    color: #0000A0;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 0 #fff;
}
form .button {
    background: #0000A0;
}

.attention, .fail, .information, .success {
    clear: both;
}

input:focus, textarea:focus {
    background-color: #CCC;
}

#admin_wrapper {
    border: none;
}