/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html, #wrap {height: 100%;}
#wrap {width: 100%;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {background-color:#FFFFFF;overflow:hidden;}

body{
	background-color: #083a81;
}

#footer {
	background-color:#083A81;
	border-top:5px solid #FFFFFF;
}

#main{
	background-color:#BFBFBF !important;
}
.container_menu{
	border-top:2px solid #FFFFFF;
	border-bottom:5px solid #FFFFFF;
	background-color: #FF6408;
}
#menu {
	margin:auto;
	background-color: #FF6408;
	background-image:url(/img/nav_background.gif);
	background-repeat:no-repeat;
	height:34px;
	width:960px;
}
.container{
	width:960px;
	margin:auto;
}
#main div.container{
	background-color:#FFFFFF !important;
}

.clear_both{
	clear:both;
}
/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 675px; float: left; padding: 0px 5px 0px 5px;}
#sub-section {width: 270px; float: left; padding: 0px 0px 0px 5px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}
/*dynamic */

body#staff #content,body.testimonials #content, body.listing #content, body.dynamic  #content,body.ofi #content, body.links #content, body.alert #content{
	padding:20px;
}
body.news #content,body.dynamic_text #content {
	width:660px;
	padding:20px;
	padding-right:5px;
}
body.news #sub-section,body.dynamic_text #sub-section{
	width:250px;
	padding:20px;
	padding-left:5px;
}
/*dynamic */
/* 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;
}

/* Menu
---------*/

.menu {
	width: 560px;
	background-color: #FF6408;
	float:right;
	xborder: 1px solid green;
}

.menu ul{
	margin-top:-9px;
}
.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: Verdana, Arial, Helvetica, sans-serif;
color: #22243d;
}

p {
font-size: 0.9em;
color:#083A81;
}

h1 {
font-size: 1.1em;
margin-bottom: 15px;
color:#083A81;
}

h2 {
font-size: 1.0em;
margin-bottom: 3px;
color:#083A81;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #083a81;
font-weight: bold;
}

a:link,
a:visited {
color: #FF6408;
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.9em;
}
#footer{
	padding-bottom:40px;
}
#footer span{
	color:#FF6408;
}
#footer,
#footer a:link,
#footer a:visited {
color: #ffffff;
text-decoration: under-line;
}

#footer a:hover {
color: #FF6408;
}
#footer .footerLink{
	float:left;
	padding-left:5px;
	font-size: 0.9em;
}
#footer .footerAddress{
	float:right;
	padding-right:5px;
	font-size: 0.9em;
}

#footer p.disclaimer {
color: white;
text-align: center;
padding: 10px 60px;
font-size: 0.8em;
}


/* Header
----------*/
#header{
	border-bottom:4px solid #FF6408;
}
#header img#logo {
	float: left;
}
#header div.fastfind{
	float:right;
	padding-top:30px;
	padding-right:5px;
	color:#083A81;
	font-weight:bold;
}
#header .searchIcon{
	width:66px;
	height:19px;
	position:relative;
	top:7px;
}
#header .field{
	height:17px;
	border:1px solid #083A81;
	color:#999999;
	font-size:0.9em;
}
/* Dropdown menu
-----------------*/

.menu a {
	padding:0px 15px;
	vertical-align:middle;
	line-height:34px;
	height:34px !important;
	text-align:center;
	border-left: 1px solid #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.0em;
	display:block;
}

.menu li.last{
	border-right: 1px solid #FFFFFF;
}

.menu li.last a {
	padding:0px 18px;
}

.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
}

.menu a:hover {
color: #FF6408;
background-color:#FFEBD6;
}

.menu li li a,.menu li li a:visited {
	border: none;
	text-transform: none;
	background-color:#FFEBD6;
	text-align:left;
	color:#000000 !important;
	width:220px;
	height:25px !important;
	padding:0px;
	vertical-align:middle;
	line-height:25px;
	text-indent:15px;
	font-weight:normal;
	font-size:0.9em;
}
.menu li li a:hover{
	color:#FFFFFF !important;
	background-color: #FF6408;
}
/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 150px;
}

form input,
form textarea,
form select {
width: 250px;
}

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 15px;
cursor: pointer;
background-color: #083A81;
border: none;
color: #fff;
font-size: 1.0em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

form em span,
form .required {
color: #B90000;
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;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/

body#home #sub-section form #submit input,
body#home #sub-section div#customloginForm input.button {
font-size: 0.9em;
font-weight: bold;
float:left;
padding:3px 33px;
}
body#home #sub-section div#customloginForm input.button {
	padding:3px 33px;
}
body#home #content img#dyn-img2 {
float: left;
margin: 0 20px 10px 0;
}

body#home #sub-section fieldset {
border: none;
padding: 0;
}
body#home #sub-section criteria#submit{
	margin-bottom:10px;
}
body#home #sub-section legend {
font-weight: bold;
font-size: 1.2em;
margin-bottom: 10px;
padding-left: 0;
margin-left: 0;
}

body#home #sub-section label {
font-size: 1.0em;
font-weight: bold;
float: none;
display: inline;
}

body#home #sub-section p {
margin-bottom: 5px;
}

body#home #sub-section select {
width: 238px;
font-size: 1.0em;
color:#083A81;
border:1px solid #083A81;
}

body#home #sub-section #qs_price select,
body#home #sub-section #qs_rent_price select,
body#home #sub-section select#qs_parking,
body#home #sub-section select#qs_bedroom{
width: 117px;
}

body#home #sub-section select#qs_parking,
body#home #sub-section select#qs_bedroom {
margin-bottom: 6px;
}

body#home #sub-section form #qs_st label {
padding-right: 25px;
width: auto;
float: none;
display: inline;
font-weight:normal;
}

body#home #sub-section form #qs_st input {
vertical-align: middle;
width: auto;
}

body#home #sub-section form #submit {
text-align: right;
padding: 0 8px 0 0;
}
body#home #sub-section div#quicksearch2{
	padding:15px;
	background-color:#E4E8EE;
	margin-bottom:5px;
	padding-bottom:10px;
}
div.checkboxsearch{
background:#FFFFFF none repeat scroll 0%;
border:1px solid #083A81;
color: #083A81;
margin-bottom: 10px;
margin-top:10px;
overflow: auto;
width: 236px;
height: 78px;
}
div.checkboxsearch p {
margin-bottom:0px !important;
padding:2px 0pt 0pt 2px;
}
div.checkboxsearch input {
margin-right:3px;
width:15px;
}
body#home #sub-section h2{
	margin-bottom:15px;
	font-size: 1.1em;
}
body#home #firsttitle{
	margin-top:15px;
	margin-bottom:15px;
}
body#home #sub-section div#customloginForm{
	padding:15px;
	background-color:#E4E8EE;
	margin-bottom:5px;
	background-image:url(/img/customer_login.gif);
	background-repeat:no-repeat;
	background-position:top right;
	padding-bottom:10px;
}
body#home #sub-section div#customloginForm input.emailAddress,
body#home #sub-section div#customloginForm input.password{
	border:1px solid #083A81;
	color: #083A81;
	margin-bottom: 5px;
	width:230px;
	font-size:1.1em;
	height:16px;
}
body#home #sub-section p.extraPLfeatures{
	margin-top:0px;
	xfont-size:0.9em;
	text-align:right;
	padding-right:10px;
}
body#home #sub-section div#inspectionTime{
	padding:15px;
	background-color:#E4E8EE;
	background-image:url(/img/inspection_time.gif);
	background-repeat:no-repeat;
	background-position:top right;
	height:110px;
}

body#home #content #flash {
	width: 675px;
	height: 359px;
}

body#home #content div.homeImage img{
	padding:0px;
	margin:0px;
}
body#home #content div#pow{
	margin-top:5px;
}
body#home #content div#pow div.singlePOW{
	width:222px;
	background-color:#FFEBD6;
	float:left;
	margin-right:5px;
	text-align:center;
}
body#home #content div#pow div.last{
	width:221px;
	margin-right:0px;
}
body#home #content div#pow div.singlePOW h2{
	text-align:center;
	background-color:#FF6408;
	padding:10px 0px 10px 0px;
	color:#FFFFFF;
}
body#home #content div#pow div.singlePOW img{
	margin-top:15px;
	margin-bottom:15px;
	border:1px solid #083A81;
	width:189px;
	height:145px;
}
body#home #content div#pow div.singlePOW p strong{
	display:block;
	float:left;
	padding-left:15px;
}
body#home #content div#pow div.singlePOW p a{
	display:block;
	float:right;
	padding-right:15px;
}
body#home #content div#pow div.singlePOW p{
	padding-bottom:22px;
}
/* Listings
------------*/

body.listing h1{
	margin-bottom:15px;
	font-size:1.1em;
}
body.listing .property {
padding: 0px;
clear: both;
overflow: hidden;
border: 1px solid #083A81;
margin-bottom:10px;
}
body.listing .propertyOver{
	background-color:#E4E8EE;
	cursor:pointer;
}
body.listing .property .image {
display: block;
float: left;
margin-right: 15px;
}
body.listing .property a img{
	width:240px;
	height:180px;
}
body.listing .property .details {
width: 645px;
float: left;
margin-top:10px;
margin-right: 0px;
margin-bottom:10px;
}

body.listing .property .details .features {
float: left;
font-weight: bold;
color: #083A81;
width:205px;
text-align:right;
}
body.listing .property .details .mainTitle {
width:440px;
float:left;
font-size: 1.0em;
font-weight:bold;
text-transform:uppercase;
color:#083A81 !important;
}

body.listing .property .features img {
margin-right: 7px;
margin-left:  7px;
vertical-align: bottom;
}

body.listing .property .details h2 {
font-size: 1.0em;
text-transform:uppercase;

}

body.listing .property .details h3 {
clear:both;
font-size: 0.9em;
margin-bottom: 2px;
padding-top: 10px;
color:#083A81 !important;
text-transform:uppercase;
}

body.listing .property .details p {
margin-bottom: 0 !important;
font-size:0.9em;
}

body.listing .property .price {
text-align: left;
padding-top:5px;
padding-bottom:5px;
font-size:0.9em;
color:#083A81 !important;
}
body.listing .property .viewproperty{
	text-align:right;
	padding-right:0px;
	font-size:0.9em;
	padding-top:5px;
}
body.listing #filter {
height: 40px;
padding: 10px 15px 15px 15px;
margin-bottom: 5px;
background-color: #FFEBD6;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1.0em;
color:#001A49 !important;
margin-bottom: 5px;
}

body.listing #filter select {
width: 90px;
display: block;
font-size: 0.9em;
}

body.listing #filter select#qs_bedrooms,
body.listing #filter select#qs_bathrooms,
body.listing #filter select#qs_parking {
width: 75px;
display: block;
font-size: 0.9em;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 24px;
}

body.listing #filter input {
width: auto;
padding: 1px 10px 3px 10px;
margin-top: 18px;
cursor: pointer;
background-color: #FF6408;
border: none;
color: #FFFFFF;
}
body.listing  .filterTitle{
	font-weight:bold;
	background-color:#083A81;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-indent:15px;
}
body.listing #filter .searchButton{
	font-size:0.9em;
	font-weight:bold;
}
body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: left;
}
 body.listing #order{
 	padding-top:10px;
	padding-bottom:10px;
 }

/* Property detail
-------------------*/

body.detail #extradetails .images p {
font-weight: normal;
font-size: 0.9em;
}

body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 10px;
font-size: 1.1em;
color: #FF6408;
border-top: 1px solid #ddd;
border-bottom: 1px solid #ddd;
}
body.detail div.agentdetails{
	background-color:#083A81;
	border:0px;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-indent:10px;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
body.detail dl.agentdetails{
	background-color:#ffebd6;
	border:0px;
	font-size:0.9em;
	padding:10px;
	color:#083A81;
}
body.detail	.officedetails{
	background-color:#ffebd6;
	padding:10px;
	font-size:0.9em;
	line-height:150%;
	color:#083A81;
}
body.detail #content h3 {
font-size: 1em;
color:#083A81;
}
body.detail #content li{
	color:#083A81;
	font-size: 0.9em;
}
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;
}
ul#features li{
	font-size:0.9em;
}
body.detail #addressbar {
height: 25px;
margin-bottom: 5px;
margin-right:15px;
margin-left:15px;
padding-top:15px;
}

body.detail #addressbar h1 {
float: left;
margin-bottom:5px;
margin-top:5px;
font-size:1.1em;
}
body.detail #content input.button{
	background-color:#FF6408;
	font-size:0.9em;
}
body.detail #addressbar p {
float: right;
color:#083A81;
font-weight: bold;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 

body.detail #propertydetails {
width: 510px;
float: left;
margin-bottom: 20px;
margin-left:15px;
}

body.detail #extradetails {
width: 380px;
float: right;
margin-bottom: 20px;
margin-right:15px;
}

body.detail #extradetails img {
width: 186px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.detail #extradetails img#mainimage {
width: 376px;
display: block;
}

body.detail #extradetails .images p {
text-align: center;
clear: both;
}

body.detail #extradetails dl {
margin-bottom: 0px;
clear: both;
}

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 #addressbar{
	margin-left:0px;
	margin-right:0px;
}
body.brochure #main {
background-image: none !important;
background-color:#FFFFFF !important;

}			
body.brochure #content {
width:auto !important;
background-image: none !important;
float: none !important;
}
body.brochure #header {
background-image: none;
}
body.brochure #header img{
	float:left;
}
body.brochure #propertydetails {
width: 280px;
margin-left:0px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
width: 118px;
}
body.brochure #extradetails img#mainimage{
display: block;
width: 240px;
}

body.brochure #extradetails {
width: 247px;
margin-right:0px;
}

	
/* Staff 
---------*/

body#staff dl {
clear: both;
margin-bottom: 10px;
padding-bottom: 10px;
overflow: hidden;
border-bottom: 1px solid #ddd;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.1em;
padding-bottom: 10px;
}

body#staff dl dt.photo img {
float: left;
margin-right: 15px;
border: 1px solid #22243D;
}

body#staff dd {
font-size: 0.9em;
}

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-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-image: none;
}

body.slideshow #header img {
float: none;
display: block;
width: auto;
}

body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
font-size: 0.9em;
font-weight: normal;
}

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-image: none;
}

html.popup #header img {
float: none;
}

/*Email a friend */

html#emailagent #header {
margin-bottom: 15px;
}

html#emailagent h1 {
margin-left: 7px;
}

html#emailagent form {
width: 735px;
margin-left: 7px;
}

html#emailagent form label {
width: 180px;
}

html#emailagent form input,
html#emailagent form textarea {
width: 515px;
}

html#emailagent form input.button {
font-size: 0.9em;
}

/* Appraisal
---------------*/

body.appraisal #content input,
body.appraisal #content textarea {
width: 460px;
}

body.appraisal #content input#ftitle,
body.appraisal #content input#fdate,
body.appraisal #content input#ftime {
width: 60px;
}

/* Contact Us
--------------*/

body.contact #content input,
body.contact #content textarea {
width: 350px;
}

body.contact #sub-section {
width: 200px;
padding-left: 30px;
}

/* News
--------*/
body.news #sub-section dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
color:#083A81;
}
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;
}
/* Contactus
---------- */
body.dynamic_text #sub-section dl {
font-size:0.9em;
color:#083A81;
}
body.dynamic form label {
	width:300px;
}
/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
color:#083A81;
}

body.links #content dl {
border-bottom: 1px dashed #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
color:#083A81;
}

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;
color:#083A81;
}

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 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;
}

body.testimonials #content div.testimonial img {
margin-left: 20px;
}

/* Auction list, OFI
----------------------*/

body.auction #content h2,
body.ofi #content h2 {
background-color: #083a81;
color: #fff;
padding: 3px 0 4px 5px;
margin-bottom: 5px;
margin-top:15px;
}

body.auction #content dl,
body.ofi #content dl {
clear: both;
overflow: hidden;
padding: 3px 0px 4px 0px;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 0.9em;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
background-color: #ffebd6;
}

body.auction #content dt,
body.ofi #content dt {
width: 550px;
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;
}


/* 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;
font-size: 0.9em;
}

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: 425px;
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;
font-size: 0.9em;
}

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;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}

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;
}

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;
}

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;
}