/* General styles 
----------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
 	font-size: 62.5%; 
	font-family: Arial, sans-serif; 
	background: #888;
}

a {
	text-decoration: none;
}

ul, ol {
	list-style-type: none;
}

fieldset {
	border: none;
}

img {
	border: none;
}

.clear {
	clear:both;
}

.left-nav {
	position: relative;
	height: 590px;
}

.success {
	background: transparent url(../images/ok.png) top left no-repeat;
}

.error {
	background: transparent url(../images/bad.png) top left no-repeat;
}

/* Page styles 
----------------------------------------- */

.container_12 {
	width: 970px;
}

.layout {
	z-index: 50;
}

.navigation .container_12,
.layout .container_12,
.footer .container_12 {
	background: transparent url(../images/drop-shadow-right.gif) top right repeat-y;
} 

.layout .container_12 {
	background-color: #FFF;
	padding: 20px 0 20px 0;
}

/* Navigation
----------------------------------------- */

.navigation .container_12,
.listing-print .heading {
	height: 147px;
}

.navigation .content {
	width: 960px;
	margin: 0;	
	background: #d20000 url(../images/right-logo.gif) top right no-repeat;
}

.navigation .home-link {
	float: left;
	width: 294px;
	height: 105px;
	text-indent: -5000px;
	overflow: hidden;
}

.navigation .home-link {
	background: #d20000 url(../images/main-logo.gif) 30px 4px no-repeat;
}

/* Footer 
----------------------------------------- */

.footer .container_12 {
	height: 130px;
	margin-bottom: 10px;
}

.footer .content {
	width: 960px;
	height: 120px;
	margin: 0;
	background: #d8d2c9 url(../images/footer-logo.gif) top right no-repeat;	
}

.footer p {
	height: 33px;
	width: 100%;
	background: #000 url(../images/footer-text.gif) top right no-repeat;
	color: #fff;
	text-indent: -5000px;
	overflow: hidden;
}

.footer ul {
	float: left;
	display: inline;
	margin: 38px 0 0 20px;
}

.footer li {
	float: left;
}

.footer li a,
.footer li a:visited {
	float: left;
	font-size: 1.3em;
	font-weight: bold;
	color: #000;
}

.footer li span {
	float: left;
	margin: 0 8px 0 8px;
	font-size: 1.3em;
	font-weight: bold;
	color: #d20000;
}

.footer-drop {
	float: left;
	width: 970px;
	height: 10px;	
	background: transparent url(../images/drop-shadow-bottom.gif) top left repeat-x;	
}

.footer-cap {
	float: right;
	width: 10px;
	height: 10px;
	background: transparent url(../images/drop-shadow-cap.gif) top left no-repeat;	
}


/* Homepage carousel
----------------------------------------- */

#carousel {
	position:relative;	
	height: 590px;
	background: transparent url(../images/carousel-background.jpg) top left no-repeat;
}

/* Search 
----------------------------------------- */

.quick-search {
	margin-bottom: 15px;
}

.full-search {
	clear: both;
}


.full-search fieldset {
	position: relative;
}

.quick-search h2,
.full-search h2,
.email-search h2 {
	margin-bottom: 6px;
	font-size: 1.4em;
	font-weight: bold;
	color: #d20000;	
}

.quick-search .text-box {
	height: 20px;
	width: 133px;
	margin-top: 5px;
}

.quick-search input,
.quick-search label,
.full-search select,
.email-search select {
	color: #666;
}

.quick-search label {
	display: block;
	font-size: 1.1em;
	margin-bottom: 5px;
}

.full-search select {
	clear: both;
	width: 220px;
	margin-bottom: 10px;
	font-size: 1.3em;
}

.full-search select.short {
	width: 135px;
}	

.full-search select.last {
	margin-bottom: 0;
}

.full-search select,
.full-search input,
.quick-search input {
	float: left;
}


.full-search .any,
.full-search .group {
	font-weight: bold;
}

.full-search .location .group {
	font-weight: normal;
}

/*
.full-search .location option.group {
	font-weight: normal;
}

.full-search .location option {
	display: none;
}	

.full-search .location option.group,
.full-search .location option.any {
	display: block;
}	
*/

.quick-search .action,
.full-search .action,
.email-search .action {
	float: right;	
	width: 64px;
	height: 33px;	
	background: transparent url(../images/search-button.gif) top left no-repeat;
	border: none;
	text-indent: -5000px;
	overflow: hidden;
	cursor: pointer;
}

.quick-search .action:hover,
.full-search .action:hover,
.email-search .action:hover  {
	background-position: right;
}

.quick-search .action {
	margin-left: 8px;
}

.full-search .action {
	position: absolute;
	bottom: 10px;
	right: 0;
}

/* Banners
----------------------------------------- */

.banner {
	position: absolute;
	bottom: 0;
}

.banner li {
	width: 216px;
	height: 50px;
	margin-top: 4px;
	background: transparent url(../images/banner-background.gif) top left repeat-x;
	border: 1px solid #808080;
}

.banner li:hover {
	background: transparent url(../images/banner-background-hover.gif) top left repeat-x;
	border: 1px solid #7d0505;
}

.banner li a {
	display: block;
	width: 206px;
	height: 40px;
	padding: 10px 0 0 10px;
	font-size: 1.4em;
	font-weight: bold;
	color: #fff;
}	

.banner li a span {
	font-size: 0.85em;
	display: block;
}	

.banner .open-home a {
	background: transparent url(../images/banner-openhome.png) right top no-repeat;
}

.banner .reasons a {
	background: transparent url(../images/banner-hands.png) right top no-repeat;
}

.banner .hot a {
	background: transparent url(../images/banner-hot.jpg) right top no-repeat;
}

.banner .places a {
	background: transparent url(../images/banner-property.png) right top no-repeat;
}

.banner .moving a {
	background: transparent url(../images/banner-moving.png) right top no-repeat;
}


/* Listing - results
----------------------------------------- */

.pp_nav p {
	font-size: 1.5em;
	font-weight: bold;
}

.results .full-search,
.results .email-search {
	height: 61px;
	padding: 10px 0 0 20px;
	background: #e0e0e0 url(../images/medium-background.gif) top left repeat-x;
}

.results .full-search select,
.results .email-search select {
	width: 128px;
	margin-right: 10px;
	clear: none;
}

/*
.results .full-search .location .group {
	font-weight: bold;
}

.results .full-search .location option {
 display: block;
}	
*/

.results .full-search .action {
	top: -5px;
	right: 20px;
}

.results .content {
	margin-top: 20px;
	background: #e0e0e0;
}

.results .info,
.agents .agent .info,
.email-friend .info,
.default-page .info {
	float: left;
	width: 100%;
	height: 45px;
	padding-top: 5px;
	background: #fff url(../images/search-header.gif) top left repeat-x;
}

.default-page {
	border: 1px solid #CCC;
}

.default-page .content {
	float: none;
} 

.default-page .info {
	float: none;
}

.default-page .info h2 {
	padding: 10px 0 0 10px;
	font-size: 1.6em;	
	color: #333;
}

.results .info h2 {
	color: #333;
	font-size: 1.7em;
	padding-left: 20px;
}

.results .info div {
	color: #666;
	font-size: 1.3em;
	padding-left: 20px;
}

.pagination-holder {
	clear: both;
	height: 22px;
}

.results .pagination {
	padding: 10px 0 0 20px;
	height: 32px;
	clear: both;
}

.results .pagination a,
.results .pagination span {
	font-size: 1.4em;
	padding: 3px;
	color: #333;
	border: 1px solid #a8a8a8;
}

.results .pagination a:hover {
	border: 1px solid #d20000;
}

.results .pagination span {
	background: #888;
}

.results .pagination span.gap {
	border: none;
	background: none;
}
	

.result {
	width: 900px;
	height: 155px;
	overflow: hidden;
	margin: 0 20px 12px 20px;
	background: #fff url(../images/listing-result-header.gif) top left repeat-x;
	clear: both;
	border: 1px solid #ccc;
}

.listing {
	float: left;
	width: 698px;
	height: auto;
	margin: 0 0 12px 0;
	border: 1px solid #ccc;
	background: none;
	clear: both;
}


.result .info {
	float: left;
	width: 694px;	
	height: 40px;
	padding-top: 10px;
}	

.result .info h3,
.listing .info h3 {
	float: left;
	font-size: 1.7em;
	padding: 0px 0 0 15px;
	
}

.result .info h3 span {
	color: #d20000;
}

.listing .info h3 {
	padding-top: 3px;
}
	
.result .info h4,
.listing .info h4 {
	float: right;
	font-size: 1.7em;
	padding: 0px 15px 0 0;
}

.listing .info h4 {
	font-size: 1.3em;
	color: #d20000;
	clear: right;
	padding: 3px 15px 0 0;
}

.result .info h5,
.listing .info h5 {
	float: left;
	clear: left;
	font-size: 1.3em;
	padding-left: 15px;
	color: #666;
}	
	

.result .photo {
	float: left;
	position: relative;
	width: 206px;
	overflow: hidden;
}

.result .photo .no-photo {
	width: 205px;
	height: 155px;
	border-right: 1px dotted #d20000;
	background: transparent url(../images/house-holder.gif) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

.result .details {
	float: left;
	width: 519px;
}	

.result .details p {
	height: 65px;
	margin: 15px 15px 0 15px;
	overflow: hidden;
}	

.result .details p,
.listing .details p {
	font-size: 1.3em;
	color: #666;
}

.result .features {
	float: right;
	width: 175px;
	margin-top: 30px;
}

.result .features a {
	float: right;
	clear: right;
	width: 150px;
	padding: 10px 15px 0 0;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
	color: #d20000;
}

.result .icons {
	float: right;
	padding-right: 15px;
}

.result .icons span,
.listing .icons span {
	display: none;
}

.result .icons li,
.listing .icons li {
	float: left;
	width: 25px;
	height: 25px;
	padding: 3px 28px 0 0;
	text-align: right;
	font-size: 1.5em;
	font-weight: bold;
}	

.result .icons .bedrooms,
.listing .icons .bedrooms {
	background: transparent url(../images/bedroom-small.png) top right no-repeat;
}

.result .icons .bathrooms,
.listing .icons .bathrooms {
	background: transparent url(../images/bathroom-small.png) top right no-repeat;
}

.result .icons .garaging,
.listing .icons .garaging {
	background: transparent url(../images/garage-small.png) top right no-repeat;
}

/* Listing - single
----------------------------------------- */

.page-listing .content {
	margin-top: 0;	
}

.listing .photo-holder {
	position: relative;
	float: left;
	width: 688px;
	padding: 10px 0 0 10px;
	overflow: hidden;	
}

.listing .photo-holder img {
	display: block;
}

.listing .main-photo {
	float: left;
	height: 445px;
	width: 540px;
	overflow: hidden;
}

.listing .details {
	float: left;
	clear: both;
	width: 658px;	
	margin: 0 20px 20px 20px;
	display: inline;
}

.listing .details p {
	float: left;
	width: 658px;
	clear: both;
	margin-top: 20px;
}	

.listing .features {
	float: left;
	font-size: 1.3em;
}

.listing .features li {
	clear: both;
	color: #666;
}

.listing .features li span {
	float: left;
	width: 90px;
	font-weight: bold;
	color: #333;
}	

.listing .thumbs {
	float: right;
	width: 148px;
}

.listing .thumbs a {
	display: block;
	margin: 0 14px 15px 14px;
	height: 90px;
	overflow: hidden;
}

.listing .thumbs a.more-link {
	height: auto;
	margin-bottom: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #333;
}	

.listing .thumbs a.more {
	display: none;
}

.listing .actions {
	position: relative;
	float: right;
	margin-right: 8px;
}

.listing .actions li {
	margin-bottom: 5px;
}	

.listing .actions a {
	font-size: 1.3em;
	font-weight: bold;
	color: #b90000;
}


.listing .icons {
	float: right;
	padding: 10px 0 0 0;
	height: 40px;
}

.open-homes {
	font-size: 1.3em;
	font-weight: bold;
	color: #B90000;
	margin-bottom: 20px;
}

.results .details .open-home {
	font-size: 1.3em;
	color: #d20000;
	font-weight: bold;
	padding: 2px 0 0 15px;
}

/* Listing - agents
----------------------------------------- */

.agents {
	margin-top: 20px;
}

.agents .agent,
.email-friend {
	float: left;
	clear: both;
	width: 220px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.agents .agent .info,
.email-friend .info {
	padding: 10px 0 0 10px;
	width: 210px;
	
}

.agents .agent h4 {
	color: #333;
	font-size: 1.3em;
}

.agents .agent h5 {
	font-size: 1.2em;
}

.agents .agent h5 a {
	color: #b90000;
	font-weight: bold;
}

.agents .agent ul {
	float: left;
	margin-top: 12px;
}

.agents .agent li {
	font-size: 1.1em;
	color: #666;
}	

.agents .agent li a {
	color: #b90000;
}

.agents .rural li a,
.agents .rural h5 a {
	color: #049D19;
}

.agents .agent .agent-photo {
	float: left;
	margin-left: 5px;
}

.agents .agent .agent-photo div {
	width: 80px;
	height: 80px;
	padding-right: 15px;
	background: transparent url(../images/peep.gif) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}

.page-listing .agentsCount1 {
	position: absolute;
	bottom: 17px;
}

.page-listing .grid_3 {
	position: static;
}

.page-listing .container_12 {
	position: relative;
}

.email-friend {
	display: none;
	position: absolute;
	top: -36px;
	left: -106px;
	background: #fff;
}

.email-friend .text {
	width: 191px;
}

.email-friend form {
	float: left;
	display: inline;
	width: 195px;
	margin: 0 0 0 15px;
}

.email-friend form.loading {
	background: url(../images/loading.gif) bottom left no-repeat;
}	

.email-friend .info h4 {
	float: left;
	padding-top: 7px;
	color: #333;
}

.email-friend .info a {
	float: right;
	width: 18px;
	height: 18px;
	margin: 5px 5px 0 0;
	background: transparent url(../images/icon-close.png) top left no-repeat;
	overflow: hidden;
	text-indent: -5000px;
} 

.email-friend label,
.email-friend input {
	display: block;
	margin-top: 5px;
	font-size: 1.3em;	
	color: #333;
	
}

.email-friend .action {
	float: right;
	width: 64px;
	height: 33px;
	margin-top: 10px;
	border: none;
	background: transparent url(../images/send-button.gif) top left no-repeat;
	overflow: hidden;
	text-indent: -5000px;	
}

.email-friend .action:hover,
.email-friend .info a:hover {
	background-position: top right;
}	

.email-friend-status {
	display: none;	
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
}

.email-friend-status div {
	min-height: 24px;
	padding: 4px 0 0 28px;
}

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

#testimonials ul {
	margin: 15px 15px 0 15px;
}

#testimonials li {
	margin-bottom: 15px;
	background: transparent url(../images/quote-open.gif) top left no-repeat;
}

#testimonials li span {
	display: block;
	font-size: 1.3em;
	color: #666;
	padding-left: 35px;
}

#testimonials li span.statement {
	padding-top: 10px;
	color: #333;
}

#testimonials .pagination { 
	background: #E0E0E0;
}

/* Rentals
----------------------------------------- */

#rentals .result .details {
	width: 690px;
}

.results .rental-search select {
	width: 220px;
}

.results #rentals .info h4,
.results #rentals .contact strong {
	color: #d20000;
}

.results #rentals .contact {
	float: left;
}

.results #rentals .contact a {
	color: #d20000;
}

.results #rentals .contact a:hover {
	text-decoration: underline;
}		

.results #rentals .details p {
	height: auto;
}

#rentals .result .icons {
	margin-top: 15px;
}

.full-search .rentallocation,
.full-search .weeklyrental {
	display: none;
}

/* Expand/collapse 
----------------------------------------- */

.expandy .ui-accordion-header {
	height: 30px;
	background: transparent	url(../images/small-gradient.gif) top left repeat-x;
}		

.expandy .ui-accordion-header {
	font-size: 1.6em;
}	

.expandy .ui-accordion-header a {
	display: block;
	padding: 5px 0 0 5px;
	color: #333;
}	

.expandy .ui-state-hover a {
	color: #d20000;
}

.expandy .ui-state-hover {
	background: transparent	url(../images/small-gradient-hover.gif) top left repeat-x;
}	

.expandy .ui-icon {
	float: right;
	width: 18px;
	height: 18px;
	margin: 6px 6px 0 0;
	background: transparent	url(../images/expand-collapse.png) top left no-repeat;
}

.expandy .ui-state-hover .ui-icon-triangle-1-e {
	background-position: top right;
}

.expandy .ui-icon-triangle-1-s {
	background-position: bottom left;
}	

.expandy .ui-state-hover .ui-icon-triangle-1-s {
	background-position: bottom right;
}

.expandy .ui-accordion-content {
	width: 698px;
	margin: 0;
	border: 1px solid #ccc;
	border-top: none;
}

/* Branches
----------------------------------------- */

#branches {
	width: 698px;
}

#branches .ui-accordion-content .photo {
	float: left;
	display: inline;
	width: 300px;
	margin: 15px 50px 0 15px;
}	

#branches .ui-accordion-content ul {
	float: left;
	margin-top: 15px;
}

#branches .ui-accordion-content ul a {
	color: #d20000;
	font-weight: bold;
}

#branches .ui-accordion-content .details {
	float: left;
	clear: both;
	display: inline;
	width: 665px;
	margin: 15px;
	font-size: 1.3em;	
}

#branches .ui-accordion-content li {
	clear: both;
	font-size: 1.3em;
	color: #666;
}

#branches .ui-accordion-content li span {
	float: left;
	width: 65px;
	font-weight: bold;
	color: #333;
}

#branches .ui-accordion-content li.name {
	font-size: 1.5em;
	font-weight: bold;
	color: #333;
}

#branches .ui-accordion-content li.address {
	font-size: 1.5em;
	color: #333;
}

#branches.expandy .ui-accordion-content {
	border-style: none none solid none;
}

.page-branches .info {
	padding-bottom: 25px;
	background-color: #E0E0E0;
}

/* Agents
----------------------------------------- */

#agentBranches .branch {
	padding-top: 15px;
}

#agentBranches .agent {
	float: left;
	display: inline;	
	clear: both;	
	width: 665px;
	margin: 0 0 15px 15px;
}

#agentBranches .agent h4 {
	height: 30px;
	font-size: 1em;
	background: transparent	url(../images/small-gradient.gif) top left repeat-x;
}

#agentBranches .agent h4 a {
	float: left;
	font-size: 1.4em;
	padding: 6px 0 0 6px;	
	color: #333;
} 

#agentBranches .agent h4 a.email {
	float: right;
	margin-right: 10px;
	color: #d20000;
}	

#agentBranches .rural h4 a.email {
	color: #049D19;
}	

#agentBranches .agent .agent-photo {
	float: left;
	display: inline;
	width: 107px;
	margin: 15px 0 5px 15px;
}
	
#agentBranches .agent .description {
	float: left;
	display: inline;
	width: 505px;
	margin: 15px;
	font-size: 1.3em;
}

#agentBranches .agent ul.contact {
	float: none;
	display: block;
	width: 107px;
	clear: both;
	margin: 12px 0 0 0;
}

.page-agents .info {
	padding-bottom: 25px;
	background-color: #E0E0E0;
}

/* Team
----------------------------------------- */

#team .agents .agent {
	width: 200px;
	clear: none;
	margin-left: 23px;
}

#team .agents .agent .info {
	width: 190px;
}

#team .agents .agent .info h4 {
	color: #b90000;
}

#team .agents .agent .info h5 {
	color: #666;
	font-weight: normal;
}	

#team .agents .agent ul {
	margin: 12px 0 0 10px;
}

#team .agents .agent .agent-photo {
	height: 165px;
	margin-left: 10px;	
}

#team table {
	width: 100%;
	margin-top: 25px;
	clear: both;
}

#team table th {
	padding: 5px;
	font-size: 1.4em;
	text-align: left;
}	

#team table tr.alt {
 background: #F0F0F0;
}	

#team table td {
	padding: 5px;
	font-size: 1.3em;
	color: #666;
}

#team table a {
	color: #d20000;
}

#team .consultants {
	margin: 30px 0 30px 0;
}

/* History
----------------------------------------- */

.page-history .info {
	height: 74px;
	margin-bottom: 20px;
	background: transparent url(../images/history-heading-background.gif) top left repeat-x;
}

.page-history h2 {
	height: 37px;
	background: transparent url(../images/history-heading.gif) top left no-repeat;
	text-indent: -5000px;
	overflow: hidden;
}	

.page-history h3 {
	font-size: 1.31em;
	color: #d20000;
	padding-bottom: 10px;
}

.page-history p,
.page-history .left-big {
	font-size: 1.3em;
	color: #666;
}

.page-history .left {
	float: left;
	clear: both;
	width: 300px;
	padding: 0 20px 20px 0;

}

.page-history .right {
	float: left;
	width: 616px;
	padding-bottom: 20px;
}

.page-history .right-text {
	width: 590px;
	padding-left: 20px;
}


.page-history .left-big {
	float: left;
	clear: both;
	width: 596px;
	height: 210px;
	padding: 10px;
	margin: 0 0 15px 20px;
	background-color: #d8d2c9;
}


.page-history .right-small {
	float: left;
	width: 150px;
	height: 210px;
	padding: 10px 10px 10px 0;
	margin-bottom: 15px;
	background-color: #d8d2c9;
	overflow: hidden;
}

.page-history .mission-left {
 width: 220px;
 padding-left: 20px;
 margin-top: 25px;
}	

.page-history .mission {
	width: 661px;
	margin-top: 25px;
}

.page-history .mission h4 {
	font-size: 2em;
	color: #d20000;
}

.page-history .mission h5 {
	font-size: 2.5em;
	font-style: italic;
	font-weight: normal;
	color: #666;
}

.page-map .content img,
.page-moving-elsewhere .content img {
	display: block;	
}

.page-map .typography,
.page-moving-elsewhere .typography {
	padding: 0;
}

/* Agent Listings + Report
----------------------------------------- */

.agent-listings {
	margin-left: 20px;
}

.agent-listings table tr.alt {
	background: #F0F0F0;
}

.agent-listings table td {
	padding: 3px;
	font-size: 1.3em;
}

body.listing-report {
	background: #fff;
}

.listing-report #ref,
.listing-report #GATableId {
	display: none;
}

.listing-report ul li {
	font-size: 1.3em;
}

.listing-report ul li span {
 font-weight: bold;
}	

.listing-report .main-photo,
.listing-report .agent {
	padding-left: 25px;
}

.listing-report .info h4 {
	font-size: 1.3em;
	color: #d20000;
	font-weight: bold;
}

.listing-report #locationChart,
.listing-report #visitChart {
	margin: 100px 0 25px 0;
	font-size: 1.7em;
	font-weight: bold;	
}

/* ---- Email Search---------- */

.results .email-search {
	height: 75px;
	margin-top: 20px;
	padding-left: 10px;
	background-color: #d8d2c9;
}

.email-search .wrapper {
	float: left;
	height: 60px;
	padding-left: 80px;
	background: url(../images/mail.gif) top left no-repeat;
}

.email-search h2 {
	margin-bottom: 4px;
}

.email-search p {
	float: left;
	color: #666;
	font-size: 1.3em;
	width: 410px;
}

.email-search form {
	float: right;
	position: relative;
	padding-right: 64px;
}

.email-search form.loading {
	background: url(../images/loading.gif) top right no-repeat;
}	

.email-search form.loading .action {
	visibility: hidden;
}	

.email-search-status {
	float: left;
	clear: both;
	margin-top: 7px;
	color: #333;
	font-weight: bold;
	font-size: 1.3em;
}

.email-search-status div {
	min-height: 24px;
	padding: 4px 0 0 28px;
}

.email-search select,
.email-search input {
	float: left;
	margin-right: 10px;
}

.email-search select {
	margin-right: 18px;
}

.email-search .email {
	width: 205px;
	color: #666;
}

.email-search .action {
	position: absolute;
	top: -5px;
	right: 0;
	margin-right: 0;
	background-image: url(../images/register-button.gif);
}		

.page-manage-email .unsubscribe span {
	float: left;
}

.page-manage-email .unsubscribe a {
	float: left; 
	height: 24px;
}

.page-manage-email .unsubscribe .loading {
	padding-right: 28px;
	background: url(../images/loading.gif) top right no-repeat;
}	

.page-manage-email .unsubscribe .success {
	font-weight: bold;
	min-height: 24px;
	padding: 4px 0 0 28px;
}