
/* Typography
--------------*/
body {
font-size: 68%; /* Global font-size */
font-family: Verdana, Helvetica, sans-serif;
color: #666;
}

p, div.text {
font-size: 1em;
line-height: 1.5em
}

div.text {
margin-bottom: 10px;
}

h1 {
font-size: 1.6em;
margin-bottom: 15px;
color:#018476;
}

h2 {
font-size: 1.1em;
margin-bottom: 10px;
color:#017c6f;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #000;
font-weight: bold;
}

a:link,
a:visited {
color: #018476;
}

a:hover {
color: #a5be0b;
}

a.buttonborder {
border:1px solid #000;
display:inline-block;
text-decoration:none;
}
a.buttonborder span {
padding:3px;
background-color:#9d9791; 
color:#fff;
border:1px solid #fff;
display:block;
}


/* Global structure
----------------------*/
body, html {height: 100%;}
#wrap, #header, #footer {width:100%;}

#main, 
#footer .container, 
#header .container,
#header #menu  {width: 890px; margin: 0 auto; border-right: 0px solid #fff;}

#main .container {margin-left:0;}

#footer .container {clear: both; padding: 5px 0 20px 0; text-align: center;}
#header .container {height:117px;}

.clearfloat {clear:both;}

body, html {
background-color: #bad23a;
background-image: url(/img/body_bg.gif);
background-repeat: repeat-x;
background-position: center top;
}

#wrap {
background-image: url(/img/wrap_bg.gif);
background-repeat: repeat-y;
background-position: center top;
}
#header {
height:142px;
background-image: url(/img/header_bg.jpg);
background-repeat: no-repeat;
background-position: center top;
}
#footer {
background-image: url(/img/footer_bg.gif);
background-repeat: repeat-y;
background-position: center top;
}
#main {
background-color:#fff;
background-image: url(/img/main_bg.gif);
background-repeat: repeat-x;
background-position: center top;
}



/* Column layout
-----------------*/
/* two column, sidebar on the right */
#content {width: 553px; float: left; padding: 15px 20px;}
#sub-section {
width: 297px; 
float: right; 
padding: 0px;
background-color:#dbe59d;
}

/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
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;
}

#header .headertext {
float:right;
width:288px;
line-height:24px;
font-weight:bold;
color:#018376;
font-size:.9em;
text-transform:uppercase;
}

/* footer 
------------------*/
#footer p {
font-size: 0.9em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #fff;
text-decoration: none;
font-weight:normal;
}

#footer a:hover {
color: #D1E275;
}

/* Header
----------*/

#header img#logo {
display: inline;
float: left;
margin-top: 40px;
margin-left: 20px;
margin-bottom:8px;
}

/* Dropdown menu
-----------------*/
#menu {height:24px;}
.menu {
width: 560px;
margin: 0 0;
height:24px;
}

.menu li {
padding: 6px 0;
}

.menu a ,
.menu a:link,
.menu a:visited {
padding: 5px 10px;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9em;
color: #fff;
text-decoration: none;
background-color: #018476;
}

.menu a:hover {
color: #a4bd0b;
background-color: #017165;
}




/* Menu
---------*/
.menu ul {
margin-left:-72px;
}
.menu li li {
padding: 0;
}

.menu li li a,
.menu li li a:link,
.menu li li a:visited  {
font-weight:normal;
padding: 4px 15px;
display: block;
width: 145px;
border: none;
text-transform: none;
background-color:#018476;
text-transform: capitalize;
text-align:center;
}

.menu li li a:hover { 
background-color:#a5be0b;
color:#fff;
}
.menu li li.first a {
border-top:1px solid #fff;
/* ie6 hack */
_margin-top:1px;
}


/* 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;
font-size:1em;
color:#666;
}

form textarea {
width: 250px;
font-size:.9em;
color:#666;
}

form select {
width: 254px;
font-size:1em;
color:#666;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Verdana, 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: 0px 10px;
cursor: pointer;
background-color: #a5be0b;
border: none;
color: #fff;
border: 1px solid #000;
text-transform:uppercase;
}

form fieldset#submit span,
form fieldset.submit span,
form .fastfindsubmit{

}

form em span,
form .required {
border: none !important;
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1{
float:left;
margin: 0 20px 10px 0;
}
#content img#dyn-img2 {
float: right;
margin: 0 0 10px 20px;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#content ul {
margin-bottom: 10px;
}


/* Sub-section
---------------*/
#sub-section #quicksearch {
border-bottom:1px solid #fff;
height:155px;
}
#sub-section #fastfind {
height:57px;
}

#sub-section fieldset {
border: none;
padding: 5px;
margin-bottom:0px;
}

#sub-section legend {
font-weight: bold;
text-transform:uppercase;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

#sub-section p {
margin-bottom: 5px;
}

#sub-section select {
width: 141px;
font-size: 0.9em;
}

#sub-section form #qs_st {
text-align:right;
padding-bottom:15px;
}
#sub-section form #qs_st label {
padding-left: 8px;
width: auto;
float: none;
display: inline;
}

#sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}
#sub-section form .surroundingsuburbs input {
vertical-align: middle;
width: auto;
}

#sub-section form #submit {
text-align: right;
padding: 0 5px 10px 0;
}
#sub-section form #submit input,
#sub-section form .fastfindsubmit input {width:70px !important;}

/* fast find */
#sub-section #fastfind {padding-top:10px;}
#sub-section #fastfind input{width:207px;}

/* feature property */
#sub-section #pow .bedbathcar img {vertical-align:middle;}
#sub-section h2.powhdg{
border-top:1px solid #fff;
background-color:#a5be0b;
color:#fff;
font-size:.9em;
margin-bottom:0;
border-bottom: 1px solid #fff;
padding:5px;
}
#sub-section #pow dt {
padding:5px;
background-color:#b1aca7;
margin-bottom:0px;
color:#fff;
font-weight:bold;
text-transform:uppercase;
font-size:.9em;
width:287px;
}
#sub-section #pow .bedbathcar {
float:right;
}
#sub-section #pow a {
	display: block;
}
#sub-section #pow a img {
width:297px;
}

/* Home 
---------*/
body#home #main {
background-color:#fff;
background-image: url(/img/home_main_bg.gif);
background-repeat: repeat-y;
background-position: right top;
}

body#home #main #content  .leftcol .slogan {
	background-color: #9d9791;
	color: #fff;
	padding: 5px 2px;
	text-align: center;
}

body#home #main #content  .leftcol .slogan p {
	margin: 0;
}

body#home #imageSlideshowHolder{
	height:223px;
	width: 593px;
	border-bottom:1px solid #fff;
}

body#home #content {padding:0;margin-left:0;width: 593px;}

body#home #content .leftcol {
padding:0;
width:200px;
float:left;
}

body#home #content .leftcol a {
display:block;
padding: 5px 5px 5px 35px;
color:#fff;
text-decoration:none;
background: #9d9791 url(/img/arrow_icon.gif) no-repeat 5px;
border-bottom: 1px solid #bbb6b2;
}
body#home #content .leftcol a:hover {background-color:#88837d;}

body#home #content .leftcol a.btn_palert{background-image: url(/img/icon_mail.gif);}
body#home #content .leftcol a.btn_appraisal{background-image: url(/img/icon_currency.gif);}
body#home #content .leftcol a.btn_calculator{background-image: url(/img/icon_circles.gif);}
body#home #content .leftcol a.btn_inspection {background-image: url(/img/icon_house.gif);}

body#home #content .leftcol a.btn_staffPhoto {
padding:0;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

body#home #content .leftcol img {
width:200px;
margin-bottom:0px;
}


body#home #content .rightcol {
padding:10px;
padding-left:210px;
}

body#home #wrap #main #content #imageSlideshowHolder {
	float: left;
	overflow: hidden;
	width: 592px;
}

/* Animation */
body#home ul#animation {
height: 223px;
width: 592px;
overflow: hidden;
margin: 0 0 1px 0;
list-style: none !important;
}



/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing .refineheading {padding-top:3px;}

body.listing #content {padding:5px 0;}

body.listing .property {
padding: 0;
clear: both;
overflow: hidden;
border-bottom: 1px solid #fff;
background: url(/img/property_bg.gif) repeat-x top left;
}

body.listing .property .image img {
display: block;
float: right;
margin-right: 0;
border-left: 1px solid #fff;
width:297px;
}

body.listing .property .details {
width: 561px;
float: left;
margin-right: 0;
padding: 10px 10px 10px 20px;
position:relative;
height:200px;
}

body.listing .property .features {
float: right;
font-weight: bold;
color:#018476;
text-align: right;
}

body.listing .property .features img {
margin-right: 5px;
margin-left: 10px;
vertical-align: bottom;
}

body.listing .property .details h2.addressheading {color:#018476;}
body.listing .property .details h2.priceheading {color:#a5be0b;}
body.listing .property .details h2.mainheading {color:#666;}


body.listing #filter {
height: 17px;
padding: 5px 5px 5px 10px;
margin: 5px 5px 5px 40px;
background-color: #d9e789;
}

body.listing #filter span{
float: left;
display: block;
width: auto;
font-size: 0.9em;
font-weight: bold;
color:#018476;
margin-right:10px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

#filter select option {
text-transform: capitalize;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 12px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
padding-bottom: 5px;
padding-right:20px;
text-align: right;
}

body.listing a.buttonborder {
position:absolute;
right:10px;
bottom:10px;
}

body.listing h2 span.sizeSpacer {
	margin-left: 30px;
}

/* listing content slider */
.slider-wrap { /* This div isn't entirely necessary but good for getting the side arrows vertically centered */
margin: 0;
position: relative;
width: 593px;
clear:both;
}
/* These 2 lines specify style applied while slider is loading */
.csw {width: 100%; height: 260px; background: #fff; overflow: scroll}
.csw .loading {margin: 50px 0 50px 0; text-align: center}
.stripViewer { /* This is the viewing window */
position: relative;
overflow: hidden; 
margin: auto;
width: 546px; /* Also specified in  .stripViewer .panelContainer .panel  below */
height: 135px;
clear: both;
background: #fff;
}
.stripViewer .panelContainer { /* This is the big long container used to house your end-to-end divs. Width is calculated and specified by the JS  */
position: relative;
left: 0; 
top: 0;
width: 100%;
list-style-type: none;
/* -moz-user-select: none; // This breaks CSS validation but stops accidental (and intentional - beware) panel highlighting in Firefox. Some people might find this useful, crazy fools. */
}
.stripViewer .panelContainer .panel { /* Each panel is arranged end-to-end */
float:left;
height: 100%;
position: relative;
width: 546px; /* Also specified in  .stripViewer  above */
}
.stripViewer .panelContainer .panel .wrapper { /* Wrapper to give some padding in the panels, without messing with existing panel width */
}
.stripNav { /* This is the div to hold your nav (the UL generated at run time) */
margin: auto;
}
#content .stripNav ul { /* The auto-generated set of links */
list-style: none !important;
display: block;
margin: 0;
padding: 0;
}
.stripNav ul li {
float:left;
margin-right: 2px; /* If you change this, be sure to adjust the initial value of navWidth in coda-slider.1.1.1.js */
}
.stripNav a { /* The nav links */
font-weight: bold;
text-align: center;
line-height: 32px;
background: #c6e3ff;
color: #000;
text-decoration: none;
display: block;
float:left;
padding: 0 5px;
}
.stripNav li a:hover {
background: #333;
}
.stripNav li a.current {
background: #000;
color: #fff;
}
.stripNavL, .stripNavR { /* The left and right arrows */
position: absolute;
top: 0px;
text-indent: -9000em;
}

.stripNavL a {
display: block;
height: 135px;
width: 23px;
}
.stripNavR a {
display: block;
height: 135px;
width: 25px;
}
.stripNavL {
left: 0;
}
.stripNavR {
right: 0;
}
.stripNavL {
background: url(/img/arrow-left.gif) no-repeat center;
}
.stripNavR {
background: url(/img/arrow-right.gif) no-repeat center;
}
/* -------------------------------------- */


/* Property detail
-------------------*/
body.detail #content {padding:0px;}

body.detail #propertydetails {
width: 277px;
float: right;
margin: 10px 10px 20px 0;
}
body.detail #propertydetails #overviewlist {color:#9cb40a; font-weight:bold;}

body.detail #propertydetails .features {font-weight:bold; color:#017e71;}


body.detail #extradetails {
width: 596px;
float: left;
margin-bottom: 20px;
}

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 .features img {
vertical-align: middle;
margin: 0 10px 0 2px;
} 



body.detail #extradetails img {
width: 180px;
margin-right: 1px;
margin-bottom: 1px;
display: block;
float: left;
}

body.detail #extradetails img#mainimage {
width: 592px;
display: block;
}

body.detail #propertydetails .usefultools h2 {
border-bottom: 1px solid #bbb6b2;
padding:5px;
margin-bottom:0;
color:#fff;
}
body.detail #propertydetails .usefultools {
background-color:#9d9791;
color:#fff;
overflow:hidden;
margin-right:-1px;
margin-bottom:10px;
}
body.detail #propertydetails .usefultools li {float:left;}
body.detail #propertydetails .usefultools a {
color:#fff;
width:120px;
display:block;
float:left;
padding:5px 5px 5px 13px;
border-bottom: 1px solid #bbb6b2;
border-right: 1px solid #bbb6b2;
text-decoration:none;
background: url(/img/arrow_icon.gif) no-repeat 5px center;
}

body.detail #propertydetails .usefultools a:hover {
background-color:#666;
}

body.detail #propertydetails dl {
margin-bottom: 10px;
clear: both;
overflow:hidden;
}

body.detail dl.agentdetails {
background-color:#9d9791;
color:#fff;
}
body.detail dl.agentdetails a {
color:#fff;
}

body.detail dl.agentdetails dd {
padding:5px;
}

body.detail dl.agentdetails img {
margin-right: 10px !important;
float:left;
width: 100px;
}






/* 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 #main #content #propertydetails h2.mainHeading {
	width: 175px;
}

body.detail #main #content #propertydetails div.landSize {
color:#017C6F;
font-size:1.1em;
margin-bottom:10px;
float: right;
font-weight:bold;
width: 95px;
text-align:right;
}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #header img {
float: none;
}
body.brochure #wrap {
width: 620px !important;
background-image: none;
background-color: #fff;
height: 100%;
margin: 0 auto;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
width: 620px;
}
body.brochure #content h1 {
margin-top: 20px;
}
body.brochure #content #extradetails h2 {
margin-top: 10px;
clear: both;
}
body.brochure #header {
background-image: none;
height: 86px;
border-bottom: 11px solid #018476;
}
body.brochure #propertydetails {
width: 280px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 1px 1px 0;
}
body.brochure #extradetails {
width: 320px;
}
body.brochure #extradetails div.images img {
	width: 105px;
}
body.brochure #extradetails div.images img#mainimage {
	width: 317px;
}
body.brochure #content #extradetails dl {
margin-bottom: 10px;
}
body.brochure #content #extradetails dl dt {
	font-weight: bold;
	padding: 5px;
	border-top: 1px solid #ccc;
}
body.brochure #content #extradetails dl dd {
padding: 5px;
border-top: 1px solid #ccc;
}
/* Staff 
---------*/
body#staff h2 {
margin-top: 25px;
}

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
margin-left:5px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

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;
width: 100px;
}

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;
}

body#staff.profile #content img.staffPhoto {
float: left;
width: 100px;
margin: 0 10px 10px 0;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
height:auto;
margin-bottom: 10px;
background-image: none;
background-color: #fff;
border-bottom: 10px solid #018476;
}

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 {
height:auto;
padding:10px;
background-image: none;
background-color: #fff;
border-bottom: 10px solid #018476;
}

html.popup #header img {
float: none;
}

/* News
--------*/
body.news .leftcol{width:390px; float:left;}
body.news .rightcol{width:150px; padding-left:10px; float:left;}


body.news .rightcol dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news .rightcol dl dt {
font-weight: bold;
}

body.news .rightcol dl dd {
font-size: 0.9em;
}

body.news .rightcol p {
font-size: 0.9em;
text-align: right;
}

/* contact
-------------------- */
body.contact .leftcol{width:390px; float:left;}
body.contact .rightcol{
width:150px; 
padding-left:10px; 
float:left;
padding-top:38px;
}
body.contact form label {width:100px;}

/* 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: #ddd;
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: #ededed;
}

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: 330px;
}

/* 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: 0.9em;
}

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;
}
