#page .boxA { 
	border: 3px solid #777; 
	/*background: #cff5f5;*/
	background: white;
}

#wrapper #page #box2 { 
	border: 0; 
	background: transparent;
}

#page .boxA .content { 
	background-image: none;
}

div.outsidebox { margin-bottom: 2em; }
div.rental {
	padding: 2em;
	/*color: #004080;*/ 
	color: #444; 
	/*background: #cceeff;*/  
	background: #CFF5F5; 

}

#page .title { display: none; }

#page div.rental p { padding: 0; margin: 0; font-size: 1.2em; }
#page h2.header { text-align:center; padding-bottom: 0 !important; margin-bottom:0 !important; padding-top: 0; margin-top: 0; }
#page h3.header { text-align:center; padding-top: 0 !important; margin-top:0 !important;  padding-bottom: 2em; }

#page h2.header.proofread { color: red; }

.rentalheader { width: 100%; height: 11em; padding-bottom: 2em; position: relative; }
.forsale .rentalheader { height: 2em; padding-bottom: 0; }
.address, .citystatezip { font-weight: bold; }

div.listingType {
	position: relative;
	padding-bottom: 2em;
}
div.listingType .address {
	text-align: left;
	color: #FF7200;
	padding-bottom: 0;
	margin-bottom: 0;
	min-height: 20px;
	margin-right: 12em;
	position: relative;
	z-index: 500;
}
div.listingType .citystatezip {
	font-weight: normal !important;
	color: black;
}
p.listingType {
	position: absolute;
	text-align: right;
	width: 100%;
	top: 0;
	font-size: 20px !important;
}
.forsale p.price {
	position: relative;
	top: -2em;
	right: 0;
}

.amounts { width: 37%; border: 0px solid black; margin-left: auto; margin-right: 0;}
.amounts p  { height: 1.2em; clear: both; }
.amounts p span { display: block; float: left; }
.amounts p .type { width: 10em; border: 0px solid green; }
.amounts p .amount { width: 5em; text-align: right; padding-right: .5em; border: 0px solid red; }
.amounts p .amountper { width: 6em; border: 0px solid blue; }

.rentalheader .col2 { position: absolute; left: 35%; top: 0; width: 25%; }
.rentalheader .col2 p { margin: 0; padding: 0; }

.rentalheader .col1 { position: absolute; left: 0; top: 0; }
.rentalheader .col1 p { margin: 0; padding: 0; }

.rentalheader .col3, .rentalheader .amounts { position: absolute; left: 68%; top: 0; width: 35%; }

.rental .mainimgbox { 
	/*border: 3px solid #777; */
	width: 450px; 
	text-align: center;
	padding-bottom: 1em;
	height: 400px;
	max-width: 100%;
	max-height: 100%;
}

.rental .mainimg { 
	border: 3px solid #777;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}

.rental .mainimg.imgtaller {
	width: auto;
	height: 350px;
}

.rentaldetails { position: relative !important; min-height: 300px; }

.rentaldetails .location { position: absolute; top: 0; left: 315px; }

.rentaldetails .columnsbox { position: relative !important; }
.rentaldetails .additionalphotos { 
	position: absolute; 
	top: 0em; 
	right: 130px; 
	height: 380px;
	width: 175px;
	overflow: hidden;
	/*width: 175px; 
	*width: 200px; 
	position: absolute; 
	top: 1em;  
	left: 315px; */
}
.rentaldetails .additionalphotos ul { list-style-type: none; margin: 0; padding: 0; }
.rentaldetails .additionalphotos ul li { float: left; margin-left: 3px; margin-right: 3px; margin-bottom: 3px; width: 50px; height: 35px; overflow: hidden; border: 1px solid #777; }
.rentaldetails .additionalphotos img { width: 50px; }

.rentaldetails .additionalinfo { 
	border: 0px solid black; 
	width: 150px; 
	position: absolute;
	top: 0;
	right: 0;
	*right: 5em;
	padding-top: 2em;
}
.rentaldetails .additionalinfo p { 
	text-align: right;
	padding-bottom: 1em !important;
}

.link-button {
	color: black;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFF;
	margin: .5em 0;
	padding: .4em .6em .4em .6em;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Ubuntu, Arial, sans-serif;
	display: inline-block;
	border-top-color: rgb(216, 216, 216);
	border-right-color: rgb(209, 209, 209);
	border-bottom-color: rgb(186, 186, 186);
	border-left-color: rgb(209, 209, 209);
}

.link-button:active {
	border-color: #75acf7;
	background: rgb(0,108,255);
	background: linear-gradient(0deg, rgba(0,108,255,1) 69%, rgba(115,186,250,1) 100%);
}

.rentaldetails .additionalinfo .userbutton {
	text-align: right;
}

.contactinfo {
	position: relative;
}

.contactinfo h3 { 
	padding-bottom: 1em;
}

.contactinfo p.ext_listing_notify {
	width: 100%;
	text-align: center !important;
	position: absolute;
	bottom: -2.4em;
	font-weight: bold;
	font-size: 110% !important;
}

.contactinfo .userbutton { 
	margin-top: 1em;
	height: 5em;
}

.contactinfo p {
	position: relative;
}
.contactinfo p.groupField span.lbl {
 	display: inline; 
	margin: 0; padding: 0;
	padding-right: .5em;
	border: 0px solid black;
	width: auto;
}
.contactinfo p.groupField span.field {
	display: inline-block;
	border: 0px solid black;
}

.important { font-weight: bold; }

#page .rental div.comments { padding-top: 2em; padding-bottom: 2em; }
#page .rental div.comments p { padding-bottom: 1em; } 

.details { position: relative; height: 12em; width: 95%;  margin-left: auto; margin-right: auto; padding-bottom: 6em; }

.details .detLeft { width: 47%; }

.details dl { position: relative; padding: 0; margin: 0; font-size: 1.2em; }
.details dt { width: 30%; }
.details dd { width: 70%; position: absolute; top: 0; right: 0; text-align: right; white-space: nowrap; }

.details .detRight {
	width: 47%;
	position: absolute;
	right: 0; top: 0;
}

.detAdditional {
	padding-top: 2em;
}

.detailfooter {
	position: relative;
	height: 24em;
	/*border: 1px solid transparent;*/
	border: 0;
	/*background-color: #ccc;*/
}

.detailfooter div { 
	text-align: center; 
	background-color: transparent; 
	height: 100%;
	padding: 3px; 
}

.detailfooter .contactinfo {
	border: 2px ridge #727272;
	max-height: 16em;
	width: 43%; 
	margin-top: 2.3em;
	padding: 10px 5px 5px 10px; 
	position: relative;
	right: -55%;
	top: 35px;
	/*font-size: .8em;*/
	background: #DFF6F6;
}

.userbutton {
	padding-top: .5em;
	padding-bottom: .5em;
	color: #FF7200;
}
.userbutton button {
	font-weight: bold;
}

.detailfooter .contactme {
	border: 0px solid black;
	position: absolute;
	left: -10px; 
	top: 0;
	width: 55%;
}
.detailfooter p { clear: both; text-align: left !important; }
.detailfooter .lbl { display: block; float: left; width: 25%;}
.detailfooter p .lbllong { display: block; float: left; width: 58%; }
.detailfooter p.lbllong input { width: 20%; }
.detailfooter #sendcopy { width: 3em; }
.detailfooter .contactme input { width: 69%; }
.detailfooter .contactme textarea { width: 100%; height: 8em; }

.detailfooter #cmComments { 
	width: 37em;
}

.rentalnotes { 
	padding-top: 1em !important; 
	padding-bottom: 2em !important; 
}

.listnumtitle { font-weight: bold; }

#page .contactbtns { text-align: right !important; }
#sendbtn {  width: 10em; float: none !important; margin-right: 2em;}

#page .emaillisting { 
	position: absolute;
	right: -10px;
	top: -5px;
	padding-top: 0em !important; width: 40%; text-align: center !important; 
	
}
#page .emaillisting button { display: block; float: none; *width: 90%; margin-left: auto !important; margin-right: auto !important; }

#editbtns p { text-align: center; }
#editbtns p input { font-size: 1.2em; }


#paypalcontainer { text-align: center; }
#paypalcontainer dl { text-align: center; }
#paypalcontainer dd, #paypalcontainer dt { padding: 0; margin: 0; }

#emailAddress { 
	position: absolute; 
	left: -1000px; 
	border: 4px solid black;
	background-color: #eee;
	padding: 3em;
	height: 13em;
	bottom: 6em;
}

#emailAddress p {
	padding: 0; margin: 0;
	color: black
}

#emailAddress #emailaddr {
	width: 25em;
}

.emailsent {
	font-weight: bold;
	color: red;
	text-align: right;
}
