/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {}
#wrap {width: 900px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0px;}

body, html {
background-color: #FFF;
}
.clearall{
clear:both;
height:1px;
font-size:0px;
}

#header{
background:url(/img/logo.jpg) no-repeat;
height:174px;
}
#wrap{
background:url(/img/footer.gif) no-repeat bottom;
}
#footer {
height:122px;
line-height:100px
}

#main {
}

#menu {
position:relative;
top:148px;
left:24px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 600px; float: left; padding: 15px 0px;}
#sub-section {
width: 250px; 
float: right; 
padding: 15px 10px;
padding-top: 70px;
#padding-top: 65px;
_padding-top: 80px;
}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
body#staff #sub-section, 
body.detail #sub-section, 
body.listing #sub-section, 
html.nocol #sub-section{
display:none !important;
}
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Menu
---------*/

.menu {
width: 100%;
margin: 0 auto;
}

.menu a {

}

.menu li {

}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 160px;
font-family:Arial, Helvetica, sans-serif;
}

/* Typography
--------------*/
body {
font-size: 12px; /* Global font-size */
line-height:130%;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #3a3a3a;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
font-size: 25px;
margin: 15px 0px 20px;
_margin-top: 30px;
color:#f2a012;
}

h2 {
font-size: 14px;
margin-bottom: 10px;
color:#16487f;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #22243d;
font-weight: bold;
}

a:link,
a:visited {
color: #FFA000;
}

a:hover {
color: #062344;
}

#footer p {
font-size: 0.9em;
text-align:right;
margin-right:25px;
}

#footer,
#footer a:link,
#footer a:visited {
color: #698fb9;
text-decoration: none;
font-size:10px;
font-family:Arial, Helvetica, sans-serif;
}

#footer a:hover {
color: #FFA000;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 40px;
margin-left: 20px;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu a:hover {
color: #FFF;
}
.menu li li a:link,
.menu li li a:visited{
border: none;
font-weight:normal;
text-transform: none;
background:#1e3956 !important;
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
}
.menu li li a:hover{
color:#062344;
background:#f2a012 !important;;
}
.menu li a{
background:url(/img/nav2.jpg) !important;
text-indent:-9999em !important;
display:block;
height:26px;
}
.menu li li a{
text-indent:0px !important;
height:auto;
}

.menu #homeMenu{
width:67px;
}
.menu a#homeMenu:hover{
background-position:0px -26px !important;
}
body#home .menu a#homeMenu{
background-position:0px -52px !important;
}

.menu #buyMenu{
width:72px;
background-position:-67px 0px !important;
}
.menu a#buyMenu:hover{
background-position:-67px -26px !important;
}
body.alert .menu a#buyMenu,
body.buying .menu a#buyMenu{
background-position:-67px -52px !important;
}

.menu #sellMenu{
width:72px;
background-position:-326px 0px !important;
}
.menu a#sellMenu:hover{
background-position:-326px -26px !important;
}
body.selling .menu a#sellMenu{
background-position:-326px -52px !important;
}

.menu #rentMenu{
width:79px;
background-position:-139px 0px !important;
}
.menu a#rentMenu:hover{
background-position:-139px -26px !important;
}
body.renting .menu a#rentMenu{
background-position:-139px -52px !important;
}

.menu #commercialMenu{
width:108px;
background-position:-218px 0px !important;
}
.menu a#commercialMenu:hover{
background-position:-218px -26px !important;
}
body.commercial .menu a#commercialMenu{
background-position:-218px -52px !important;
}

.menu #aboutMenu{
width:92px;
background-position:-398px 0px !important;
}
.menu a#aboutMenu:hover{
background-position:-398px -26px !important;
}
body.about .menu a#aboutMenu{
background-position:-398px -52px !important;
}
.menu #contactMenu{
width:103px;
background-position:-490px 0px !important;
}
.menu a#contactMenu:hover{
background-position:-490px -26px !important;
}
body.contact .menu a#contactMenu{
background-position:-490px -52px !important;
}
.menu #holidayMenu{
width:123px;
background-position:-593px 0px !important;
}
.menu a#holidayMenu:hover{
background-position:-593px -26px !important;
}
body.holiday .menu a#holidayMenu{
background-position:-593px -52px !important;
}
/* Standard forms




------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form li {
list-style-type: none;

}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input {
width: 250px;
}

form textarea {
width: 250px;
}

form select {
width: 254px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 4px 10px;
#padding: 2px 5px;
cursor: pointer;
background-color: #062344;
border: none;
color: #fff;
}

form em span,
form .required {
color: #09284a !important;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
border:1px solid #f2a012;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
border:1px solid #f2a012;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}
#content img#dyn-img2,
#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
border:1px solid #f2a012;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

body#home #main{
background:#0b305a;
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
}
body#home #flashanimation{
padding-left:24px;
border-bottom:1px solid #ffa000;
height:187px;
margin-top:6px;
}
body#home #homeContent_wrap{
margin-top:24px;
border-top:1px solid #FFa000;
padding-left:24px;
padding-right:22px;
}
body#home #homeContent{
background:url(/img/homeContent_bg.jpg) repeat-x;
margin:0px auto;
height:179px;
color:#FFF;
}
body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}
body#home #homefeature{
float:left;
/*width:385px;*/
width:568px;
background:url(/img/hfeature.jpg) no-repeat top left;
border-right:1px solid #0b305a;
}

body#home #homefeature #pow dt{
float:right;
}
body#home #homefeature #pow dt img{
height:179px;
}
body#home #homefeature #pow #powdesc{
padding-top:48px;
padding-left:11px;
height:104px;
overflow:hidden;
}
body#home #homefeature #pow #powview{
float:right;
}
body#home #homefeature #pow #powprice{
color:#FFA000;
font-weight:bold;
}
body#home #homefeature #pow #powsuburb{
font-weight:bold;
text-transform:uppercase;
}
body#home #homesearch{
float:left;
width:284px;
border-right:1px solid #0b305a;
height:179px;
background:url(/img/hquicksearch.jpg) no-repeat top left;
}

body#home form#quicksearch {
padding-left: 17px;
margin-top:43px;
}

body#home #homesearch fieldset {
border: none;
padding: 0;
}

body#home #homesearch p {
margin-bottom: 6px;
}

body#home #homesearch select {
width: 251px;
font-size: 11px;
border:1px solid #7f9eba;
padding:1px;
color:#1a5394;
}

body#home #homesearch #qs_price select,
body#home #homesearch #qs_rent_price select {
width: 121px;
margin-right:6px;
}

body#home #homesearch form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #homesearch form #submit {
text-align: right;
}
body#home #homesearch form #submit input{
padding:0px;
}
body#home #homesearch #criteria{
height:100px;
}
body#home #homealert{
float:right;
width:183px;
height:179px;

background:url(/img/halert.jpg) no-repeat top left;
}
body#home #alertdesc{
background:url(/img/hcpg_alert.jpg) no-repeat top left;
margin-top:26px;
height:126px;
}
body#home #alertlink{
text-align:right;
}
body#home #alertlink a{
text-decoration:none !important;
}
/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing #content{
padding-bottom:0px;
margin-bottom:0px;
}
body.listing #main{
margin-bottom:0px;



padding-bottom:0px;
background:url(/img/listing_bg.jpg) repeat-x bottom;
}
body.listing .property {
clear: both;
overflow: hidden;
}
body.listing .property #prodetail{
border-top: 1px solid #ffa000;
width:714px;
float:left;
background:url(/img/protitle_bg.jpg) repeat-x top;
}
body.listing .property #rightCol{
float:right;
border-top: 1px solid #ffa000;
background:url(/img/protitle_bg.jpg) repeat-x top;
width:185px;
}
body.listing .property .image {
display: block;
}

body.listing .property .details {
width: 450px;
float: left;
}
body.listing .property #rightCol #prolink{
line-height:23px;
padding-top:4px;
height:23px;
text-align:right;
padding-right: 5px;
}
body.listing .property #rightCol #rightDetail{
background:#155092;
color:#FFF;
text-align:right;
height:152px;
}
body.listing .property .features {
float: none;
font-weight: bold;
color: #FFF;
padding-top:20px;
}
body.listing .property .features p{
float:right;
margin-right:10px;
}
body.listing .property .features img {
margin-right: 7px;
vertical-align: bottom;
}
body.listing .property .auction{
clear:both;
margin-right:10px;
}
body.listing .property .details h2 {
font-size: 15px;
font-weight:bold;
color:#FFF;
line-height:25px;
}
body.listing .property .details h2 span{
text-transform:uppercase;
}

body.listing .property .details h3 {
font-size: 14px;
margin-top: 20px;
margin-bottom: 12px;
color:#000;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
margin-right:10px;
margin-top:10px;
clear:both;
}


body.listing #filter_wraper{
background:url(/img/sfilter.jpg) repeat-x 0px 27px;
margin-top:-20px;
margin-bottom:20px;
}
body.listing #filter_alert{
background:url(/img/salert.jpg) no-repeat top right;
height:93px;
}
body.listing #filter_alert2{
background:url(/img/salert2.jpg) no-repeat top right;
height:93px;
}
body.listing #filter {
float:left;
width:714px;
height:27px;
padding-top:66px;
padding-left:15px;
background:url(/img/srefine.jpg) no-repeat 0px 27px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
color:#1a5394;
border:1px solid #849bb5;
}
body.listing #salert_link{
padding-top:70px; 
float:right;
width:170px;
}
#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing #filter fieldset {
text-align: center;
}

body.listing #filter fieldset#submit input {
background:none;
float:right;
margin-right:20px;
}

body.listing p.pagebar {
padding-top: 10px;
height:48px;
color:#FFF;
text-align: right;
font-weight:bold;
font-size:11px;
line-height:12px;
padding-right:15px;
}
body.listing p.pagebar a:link,
body.listing p.pagebar a:visited{
color:#FFF;
text-decoration:none;
}
body.listing p.pagebar a:hover{
text-decoration:underline;
}







/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: bold;
font-size: 0.8em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
clear:both;
padding: 15px 0 5px;
margin-bottom: 5px;
font-size: 14px;
color: #000;
}

body.detail #content h3 {
font-size: 12px;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}

body.detail #propertydetails {
width: 399px;
float: right;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 500px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails img {
width: 118px;
margin-right: 1px;
margin-bottom: 1px;
display: block;
float: left;
}

body.detail #extradetails img#mainimage {
width: 500px;
display: block;
margin-right:0px;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail dl.agentdetails img.agentphoto {
width: 100px !important;
margin-right: 10px !important;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}



/* attached properties, displayed on property overview */

body.detail table.attachedProperties {
margin-bottom: 10px;
}

body.detail table.attachedProperties td {
padding: 10px 0;
text-align: center;
}

body.detail table.attachedProperties p {
margin-bottom: 0 !important;
}

body.detail table.attachedProperties tr.stripe {
}

body.detail table.attachedProperties td.address {
width: 10%
}

body.detail table.attachedProperties td.price {
width: 30%
}

body.detail table.attachedProperties td.bedbathcar {
font-weight: bold;
width: 40%
}

body.detail table.attachedProperties td.bedbathcar img {
vertical-align: bottom;
margin: 0 4px;
}

body.detail table.attachedProperties td.status {
width: 20%;
}

body.detail #infoform fieldset label {
width: 140px;
}

body.detail #auction{
background:#155092;
color:#FFF;
font-size:12px;
font-weight:bold;
line-height:27px;
height:27px;
}

body.detail #auct{
float:left;
padding-left:15px;
}
body.detail #bedbathcar{
float:right;
margin-right:2px;
_margin-right:3px;
text-align:right;
padding-top:2px;
#padding-top:0px;
_padding-top:6px;
}

body.detail #addressbar {
margin-top:1px;
background:#ffa000;
padding-left:15px;
font-weight:bold;
font-size:16px;
color:#FFF;
#padding-top:6px;
padding-bottom:6px;
}
body.detail #addressbar div{
clear:both;
}
body.detail #addressbar span{
text-transform:uppercase;
}
body.detail #prodetail{
padding-left:15px;
}

body.detail h2.gmaph2{
padding-left:15px;
}
body.detail #wrapImages{
white-space: nowrap;  
clear:both;
}
body.detail #subImages {
clear:both;
overflow-x: auto;
overflow-y: hidden;
width: 500px;
}
body.detail #subImages img {
width: 150px;
margin-right: 1px;
float: left;
}
body.detail #subImages ul {
white-space: nowrap;  
margin: 0;
padding: 0;
}
body.detail #subImages ul li {
float:left;
display:inline;
height: 110px;
overflow:hidden;
}
body.detail #divtool{
background:#09284a;
#margin-top:2px;
}
body.detail #divtool h2{
background:#155092;
margin:0px;
padding:7px 10px;
color:#FFF;
font-weight:normal;
font-size:12px;
}
body.detail #divtool a:link, 
body.detail #divtool a:visited{
color:#FFF;
font-weight:bold;
border-right:1px solid #FFF;
padding:0px 10px;
font-size:10px;
}
body.detail #divtool a:hover{
text-decoration:none;
}
body.detail #divtool li{
float:left;
padding:10px 0px;
#padding-bottom:0px;
}
body.detail #divtool li.last a{
border:none !important;
}
body.detail #divagent{
margin-top:7px;
}
body.detail #divagent h2{
background:#ffa000;
margin:0px;
padding:7px 10px;
color:#2e2e2e;
font-weight:normal;
font-size:12px;
}
body.detail dl.agentdetails{
float:left;
width:165px;
margin: 3px 0px 10px;
}
body.detail #divagent dl.agentdetails dt{
float:left;
width:110px;
font-weight:normal;
}
body.detail .agentdetails{
font-size:12px;
}
body.detail dl a:link,
body.detail dl a:visited{
color:#1d416a;
font-weight:bold;
}
body.detail dl a:hover{
text-decoration:none;
}
body.detail dd a{
font-size:10px;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
height:auto;
}
body.brochure #header img{
float:none;
}
body.brochure #propertydetails {
width: 280px;
float:left;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
float:right;
margin-top:10px;
}

body.brochure #addressbar{
clear: both;
background:none;
padding-left:0px;
}
body.brochure #addressbar h1 {
float: left !important;
font-size:20px;
margin:0px;
width:390px;
}

body.brochure #addressbar div {
float: right !important;
font-weight: bold;
color:#25568c;
font-size:12px;
width:170px;
clear:none;
}

body.brochure #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 
/* Staff 
---------*/

body#staff .divider {
border-bottom: 1px solid #ddd;
clear:both;
margin:0 0 15px 0;
}

body#staff dl {
margin-bottom: 10px;
padding-bottom: 10px;
float:left;
overflow:hidden;
width:50%;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dl dd.position {
margin-bottom: 5px;
font-weight: bold;
}

body#staff dl dd.contact {
margin-bottom: 5px;
font-weight: bold;
}

body#staff.profile #content img {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #666;
}

body#staff.profile #content ul {
list-style-type: none;
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 10px;
background: url(/img/header_bg.jpg) repeat-x;
border-bottom: 10px solid #062344;
height:auto;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow table #slideImage img {
margin-bottom: 0;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}


/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background: url(/img/header_bg.jpg) repeat-x;
border-bottom: 10px solid #062344;
height:auto;
}

html.popup #header img {
float: none;
}

html.popup #content{
padding: 15px 10px;
}
/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #sub-section dl dt {
font-weight: bold;
}

body.news #sub-section dl dd {
font-size: 0.9em;
}

body.news #sub-section p {
font-size: 0.9em;
text-align: left;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 5px;
margin-bottom: 10px;
overflow: hidden;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

body.links #content dl dd img {
float: right;
border: 1px solid #BFBFBF;
padding: 5px;
margin-left: 15px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px dashed #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-type: none;
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;

font-style: italic;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ddd;
}

body.auction #content dt,
body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.auction #content dd.time,
body.ofi #content dd.time {
font-weight: bold;
float: left;
width: 150px;
}

body.auction #content dd.venue {
float: left;
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
float: right;
}

/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;

float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}

/* Appraisal forms
------------------------*/

body div#market-appraisal #ftitle{
width: 50px;
}

body div#market-appraisal #faddress,
body div#market-appraisal #fpropertyaddress,
body div#market-appraisal #freason,
body div#market-appraisal #fdescription {
width: 400px;
}

/* Maintenance request form
----------------------------*/

body div#maintenance-request #fdescription {
width: 400px;
}

/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 20px;
display: block;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form textarea {
width: 250px;
}

body.alert #content form select {
width: 254px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;

}

body.alert #content form li span {
float: right;
width: 230px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

body.alert #content form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #B90000;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;
}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;

background-image: url(/img/alert_register_bg_blank.gif);
background-repeat: no-repeat;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 140px;
}

body.alert #content #loginbox label {
width: 70px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
background-image: none;
}


body.alert #content #loginbox fieldset.submit p {
font-size: 10px;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
background-image: url(/img/alert_register_bg.gif)
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}