/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 928px;margin: 0 auto;}
#footer {clear: both;padding: 18px 15px 20px 0; text-align: right;}
#header {overflow:hidden;}

body, html {
background-color: #FFFFFF;
}

#header{
	width:900px;
	margin:0 auto;
	background-image:url(/img/header_bg.gif);
	background-repeat:repeat-x;
}

#main {
background-image: url(/img/main.jpg);
background-repeat: repeat-y;
background-position: left top;
}
#main .container{
background-image: url(/img/main_container.jpg);
background-repeat: no-repeat;
#overflow:auto;
}
#menu {
height:32px;
}
#footer{
background-image: url(/img/footer_bg.jpg);
background-repeat: no-repeat;
width: 928px;
margin: 0 auto;
padding-top: 0;
}
#footer p.publisher {
margin-top: 5px;
margin-right: 30px;
}
.clear_both{
clear:both;
padding:0px;
margin:0px;
font-size:0px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 687px; float: left; padding: 28px 32px; padding-right:21px;}
#sub-section {width: 150px; float: right; padding: 28px 38px;padding-left:0px;padding-top:70px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

html.nocol #sub-section,
body.listing #sub-section,
body.detail #sub-section,
body#staff #sub-section{float: none;padding:0px;font-size:0px;}

/* Pages without columns
-------------------------*/

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Menu
---------*/

.menu {
width: 900px;
margin: 0 auto;
}

.menu a {
padding: 0px;
}

.menu li {
padding: 0px;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 150px;
}
/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #787878;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

h1 {
font-size: 1.9em;
margin-bottom: 18px;
color:#999999;
font-weight:normal;
}

h2 {
font-size: 1.2em;
margin-bottom: 18px;
color:#787878;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #666;
font-weight: bold;
}

a:link,
a:visited {
color: #787878;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.8em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #848282;
text-decoration: none;
}

#footer a:hover {
color: #fdf100;
}

/* Header
----------*/

#header img#logo {
float: right;
}

/* Dropdown menu
-----------------*/

.menu a {
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #666666;
text-decoration: none;
}

.menu a:hover {
}
.menu #buyList a,.menu #buyList a:visited{
	background-image:url(/img/buying_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:139px;
	height:32px;
	display:block;
}
.menu #buyList a:hover{
	background-image:url(/img/buying_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #rentList a,.menu #rentList a:visited{
	background-image:url(/img/leasing_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:155px;
	height:32px;
	display:block;
}
.menu #rentList a:hover{
	background-image:url(/img/leasing_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #sellList a,.menu #sellList a:visited{
	background-image:url(/img/selling_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:147px;
	height:32px;
	display:block;
}
.menu #sellList a:hover{
	background-image:url(/img/selling_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #aboutList a,.menu #aboutList a:visited{
	background-image:url(/img/ourteam_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:151px;
	height:32px;
	display:block;
}
.menu #aboutList a:hover{
	background-image:url(/img/ourteam_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #careerList a,.menu #careerList a:visited{
	background-image:url(/img/careers_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:137px;
	height:32px;
	display:block;
}
.menu #careerList a:hover{
	background-image:url(/img/careers_hover_btn.jpg);
	background-repeat:no-repeat;
}
.menu #loanList a,.menu #loanList a:visited{
	background-image:url(/img/loanmarket_btn.jpg);
	background-repeat:no-repeat;
	padding:0px;
	width:171px;
	height:32px;
	display:block;
}
.menu #loanList a:hover{
	background-image:url(/img/loanmarket_hover_btn.jpg);
	background-repeat:no-repeat;
}

.menu li li a ,.menu li li a :visited{
font-size:0.9em;
background-image:none !important;
background-color:#c9c9cb;
height:auto !important;
width:150px !important;
line-height:100%;
border: none;
#margin-top:-2px;
color:#666666 !important;
padding: 7px 15px !important;
}
.menu li li a:hover{
background-image:none !important;
background-color:#646467 !important;
color:#fff !important;
}
.menu li li.first a{
margin-top:1px !important;
#margin-top:-0px;
}
.menu #careerList li a{
width:120px !important;
}
/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
form textarea,
form select {
width: 250px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: 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: 2px 10px;
cursor: pointer;
background-color: #8a8a8c;
border: none;
color: #fff;
font-weight:bold;
font-size:0.8em;
}

form em span,
form .required {
color: #000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
border: none;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Buying Tips
----------------*/

body.buying_tips #content {
padding-right: 34px;
}

body.buying_tips #content img {
xborder: 1px solid #95969b;
}

body.buying_tips #content ul {
list-style-type: disc;
list-style-position: outside;
}

body.buying_tips #content ol {
list-style-type: decimal;
list-style-position: outside;
margin-left: 20px;
}

body.buying_tips #content ol li {
padding-bottom: 15px;;
}

/* Selling Tips
----------------*/

body.selling_tips #content ul {
margin: 14px 0px 14px 14px;
}

body.selling_tips #content ol {
margin-top: 14px;
}

/* Managing Investment
----------------*/

body.managing_investment #content ul,
body.insurance #content ul {
list-style-type: disc;
list-style-position: outside;
margin: 15px 0px 15px 15px;
}

/* Privacy
---------------*/

body.privacy #content {
padding-right: 32px;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}


/* Health Check
---------------*/

ol#health_check {
padding: 10px 10px 10px 30px;
list-style : decimal;
}

ol#health_check li {
padding-left: 10px;
}



/* Home 
---------*/
body#home {
height: auto;
}
body#home #footer {
padding-right :0; 
}

body#home #footer p.publisher {
margin-top: 0;
padding-top: 20px;
}


body#home #showflash{
text-align:center;
background-image:url(/img/flash_bg.jpg);
background-repeat:no-repeat;
height:276px;
padding-top:16px;
}
body#home #main .container{
background-image: url(/img/main_container_home.jpg);
background-repeat: no-repeat;
#overflow:hidden;
height:272px;
}
body#home #main {
background-image: url(/img/main_home.jpg);
background-repeat: repeat-y;
background-position: left top;
}
body#home #content{
float:none;
width:auto;
padding-left:22px;
padding-right:22px;
}
body#home #sub-section{
float:none;
padding:0px;
margin:0px;
font-size:0px;
}
body#home .welcomText{
float:left;
width:316px;
margin-right:1px;
padding-right: 5px;
}

body#home .featureBox{
float:left;
width:362px;
background-image:url(/img/feature_property.jpg);
background-repeat:no-repeat;
background-position:20px 5px;
margin-left:1px;
padding-top:32px;
}
body#home .quickSearchBox{
float:left;
width:199px;
}
body#home #quickSearch{
background-image:url(/img/quick_search_title.jpg);
background-repeat:no-repeat;
background-position:22px 5px;
padding-left:22px;
padding-right:18px;
padding-top:35px;
}
body#home #quickSearch fieldset {
border: none;
padding: 0;
margin:0;
}
body#home #quickSearch p {
margin-bottom: 10px;
#margin-bottom:8px;
}

body#home #quickSearch select {
width: 158px;
font-size: 0.9em;
color:#666666;
border:1px solid #9c9c9c;
}

body#home #quickSearch #qs_price select,
body#home #quickSearch #qs_rent_price select {
width: 74px;
}

body#home #quickSearch #qs_price select#qs_min-price,
body#home #quickSearch #qs_rent_price select#qs_min-price {
margin-right:8px;
}

body#home #quickSearch form #submit input{
text-align: right;
padding:0px;
margin:0px;
}
body#home #quickSearch form #submit{
padding:0px;
margin:0px;
}
body#home .propertyAlert{
float:left;
width:105px;
background-image:url(/img/propertyAlert.jpg);
background-repeat:no-repeat;
background-color:#d4d4d4;
height:50px;
padding-top:25px;
margin-top:5px;
#margin-top:4px;
padding-left:80px;
padding-right:15px;
}
body#home .propertyAlert a{
text-decoration:none;
}
body#home .featureBox p{
margin-bottom:0px;
padding-left:15px;
font-size:0.9em;
}
body#home .featureBox .powPropery{
float:left;
width:180px;
height: 175px;
background-color:#d4d4d4;
margin-right:1px;
padding-bottom:7px;
margin-top:3px;
}
body#home .featureBox .powPropery img{
width:180px;
height:132px;
margin-bottom:8px;
margin-top:0px;
}
body#home .welcomText {
padding-top: 29px;
}

body#home .welcomText .text1{
margin-bottom:18px;
xline-height:150%;
#margin-bottom:15px;
margin-bottom:15px;
}
body#home .welcomText .text1 .welcome_image{
margin-top: 3px;
margin-bottom:15px;
}
body#home .welcomText .text2 .text{
background-color:#d4d4d4;
padding:5px 10px;
height:41px;
#height:37px;
width: 301px;
}

body#home .welcomText .text2 .text {
margin-bottom: 0px !important;
}

body#home .welcomText .text2 .quote_image{
margin-bottom:9px;
#margin-bottom:3px;
}



/* Contact Us
--------------*/
body.contactus #content {
width: 640px;
}

body.contactus #sub-section {
width: 170px;
padding-top: 76px;
}

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

/* Listings
------------*/
body.listing .topHeading{
width:670px;
float:left;
margin-right:5px;
}
body.listing .propertyAlert{
float:left;
width:105px;
background-image:url(/img/propertyAlert.jpg);
background-repeat:no-repeat;
height:35px;
padding-top:28px;
margin-top:19px;
padding-left:70px;
padding-right:15px;
}
body.listing .propertyAlert a{
 text-decoration:none;
}
body.listing .property {
padding: 0px;
margin:0px;
overflow:hidden;
#overflow:inherit;
}

body.listing .property .image {
display: block;
float: left;
margin-right:0px;
border:1px solid #979798;
border-bottom:0px;
}

body.listing .property .image img{
width:328px;
height:246px;
}

body.listing .property .details {
width: 310px;
height:234px;
float: left;
border:1px solid #979798;
border-bottom:0px;
border-left:0px;
margin-right:5px;
padding:0px 15px;
padding-top:12px;
}

body.listing .property .features {
float: left;
width:172px;
height:234px;
color: #565656;
border:1px solid #979798;
border-bottom:0px;
background-color:#d4d4d4;
padding:0px 10px;
padding-top:12px;
padding-right:6px;
}
body.listing .property .features p{
font-weight:bold;
font-size:1.1em;
}

body.listing .property .features p img {
margin-right: 10px;
vertical-align: bottom;
}
body.listing .property .features
body.listing .property .details h2 {
font-size: 1.2em;
color:#787878;
}
body.listing .last .image, body.listing .last .details , body.listing .last .features{
border-bottom:1px solid #979798;
}
body.listing .property .viewProperty{
margin-top:15px;
}
body.listing .property .viewProperty img{
margin-right:7px;
}
body.listing .property .auction{
margin-top:15px;
line-height:150%;
}
body.listing .property .details h3 {
font-size: 1.2em;
margin-bottom: 30px;
font-weight:normal;
color:#787878;
}

body.listing .property .details p {
margin-bottom: 0 !important;
}

body.listing .property .price {
text-align: right;
}

body.listing #filter {
height: 17px;
padding: 10px;
padding-right:2px;
margin-bottom: 5px;
background-color: #d4d4d4;
_padding-bottom:8px;
}

body.listing #filter label {
float: none;
display: none;
width: auto;
font-size: 0.9em;
font-weight: bold;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
border:1px solid #9c9c9c;
color:#666666;
height:16px;
#height:20px;
_height:14px;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 10px;
}

body.listing #filter input {
width: auto;
margin-top: 0px;
cursor: pointer;
margin-left:10px;
}

body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: right;
}
body.listing p.saveList{
float:left;
padding-top: 10px;
}
/* Property detail
-------------------*/
body.detail .topHeading{
width:684px;
float:left;
margin-right:1px;
}
body.detail .propertyAlert{
float:left;
width:105px;
background-image:url(/img/propertyAlert.jpg);
background-repeat:no-repeat;
height:35px;
padding-top:28px;
margin-top:19px;
_margin-top:18px;
padding-left:70px;
padding-right:15px;
}
body.detail .propertyAlert a{
 text-decoration:none;
}
body.detail #Suburb {
height: 17px;
padding: 10px;
padding-top:18px;
padding-bottom:2px;
padding-right:2px;
margin-bottom: 7px;
background-color: #d4d4d4;
font-weight:bold;
font-size:1.1em;
color:#6f6f6f;
text-transform:uppercase;
}

body.detail #propertydetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.1em;
color: #565656;
}

body.detail #content h3 {
font-size: 1em;
}

body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #addressbar {
xheight: 25px;
xmargin-bottom: 5px;
overflow: hidden;
}

body.detail #addressbar h1 {
float: left;
}

body.detail #addressbar p {
float: right;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 290px;
float: right;
border:1px solid #979798;
background-color:#d4d4d4;
margin-bottom: 20px;
padding:15px 10px;
}
body.detail #propertydetails img{
margin:0px 7px;
}
body.detail #propertydetails .addressText{
margin:20px 0px;
font-size:1.2em;
}
body.detail #extradetails {
width: 557px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails img {
float: left;
width: 109px;
display: block;
border: 1px solid #979798;
border-right:0px;
border-top:0px;
margin-bottom:7px;
}
body.detail #extradetails img.lastimage{
float: left;
width: 109px;
display: block;
border: 1px solid #979798;
border-top:0px;
}
body.detail #extradetails img#mainimage {
float:none;
width: 557px;
display: block;
border: 1px solid #979798;
margin-bottom:0px;
}
body.detail #subImages {
background-color: #FFF;
overflow-x: auto;
overflow-y: hidden;
width:557px;
}

body.detail #subImages ul {
white-space: nowrap;  
margin: 0;
padding: 0;
}
body.detail #subImages ul li {
float:left;
_width:110px;
_padding-bottom:7px;
}

body.detail #extradetails .tools{
clear:both;
float:left;
width:175px;
height: 112px;
border:1px solid #a0a0a1;
background-color:#d4d4d4;
padding-left:10px;
padding-top:10px;
line-height:150%;
margin-right:7px;
overflow : auto;
}
body.detail #extradetails .agents{
width:351px;
padding-top:10px;
padding-left:10px;
border:1px solid #a0a0a1;
xmargin-left: 193px;
overflow:auto;
}

body.detail #extradetails dl {
margin-bottom: 10px;
float: left;
width: 50%;
}

body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

/* 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 #content{
padding-left:0px;
padding-right:0px;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
width:auto;
}
body.brochure #propertydetails {
clear:both;
width: 310px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 3px 0;
border:1px solid #979798;
width:118px;
}
body.brochure #extradetails img#mainimage{
width:auto;
margin-bottom:2px;
}
body.brochure #extradetails {
margin-top: 0px;
width: 247px;
}
body.brochure #addressbar p{
padding-right:5px;
padding-top:2px;
padding-bottom:2px;
}
body.brochure #extradetails dl dt{
font-weight:bold;
}
body.brochure #extradetails h2{
clear:both;
padding-top:10px;
}
/* Staff 
---------*/

body#staff dl {
float:left;
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
width:430px;
font-size:0.9em;
position:relative;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.2em;
padding-bottom: 15px;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #dddddd;
width: 100px;
height: 130px;
}

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 #profileimage{
float: left;
width: 222px;
}

body#staff.profile #profiletext{
float: left;
width: 640px;
}

body#staff.profile #content img {
float: left;
margin: 0 0px 15px 0;
xborder: 1px solid #666;
}

body#staff.profile p#title {
margin-bottom: 5px;
}

body#staff.profile p#agentlinks {
padding-bottom: 6px;
}

body#staff.profile #content ul {
list-style-position: outside;
margin-bottom: 10px;
}

body#staff.profile #content ul li {
margin-bottom: 5px;
}
body#staff h1{
color:#999999;
position:relative;
}

/* Slideshow
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
margin-bottom: 5px;
background-image: none;
background-color: #FFF;
text-align:center;
width:auto;
border-bottom:4px solid #565656;
padding-bottom:5px;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 5px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
}
body.slideshow h1{
margin-bottom:5px;
}

/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #FFF;
width:auto;

}

html.popup #header img {
float: none;
margin:0 auto;
}
html.popup #content{
width:560px;
}

/* 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: right;
}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* 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-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content {
padding-right: 32px;
}

body.testimonials #content div.testimonial {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 20px;
}

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;
}

body.doclibrary #content dl dd {
padding-bottom: 5px;
}

/* 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;
_height:1%;
}

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 input,
body.alert #content form textarea,
body.alert #content form select {
width: 250px;
}

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: 330px;
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: #000;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;
margin-top:40px;
}

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: 150px;
#width:140px;
}

body.alert #content #loginbox label {
width: 60px;
}

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: #666;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}
body.alert select{
width:255px !important;
}

body.dynamic #fdescription,body.dynamic #freason, body.dynamic #fpropertyaddress,body.dynamic #faddress{
width:500px;
}

body.dynamic #ftitle{
width:50px;
}
body.dynamic select{
width:255px;
}