@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}

.popUpBackground {
background-color:#e7ffbd;
border: #9aeb67 8px solid;
width:475px;
height:705px;
}

.popUpBackgroundEmail {
background-color:#e7ffbd;
border: #9aeb67 8px solid;
width:475px;
height:575px;
}

.popUpBackgroundPictures {
background-color:#e7ffbd;
border: #9aeb67 8px solid;
}

.popUpBackgroundReviews {
background-color:#F7FFE7;
border: #9aeb67 8px solid;
}

.currentRatingPopup{
	margin-top:15px;
	width:599px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
    	background-position:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	overflow:hidden;
	}

	.lastReviewPopup {
	width:599px;
	background-color:#F7FFB5; 
	background-repeat:no-repeat; 						
	background-position:center;
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	overflow:hidden;}

	.plaintextPopup{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height:15px;
	}

	.plaintextPopup2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:15px;
	font-style:italic;
	}

.formField {
margin-top:15px;
width:400px;
height:560px;
margin-left:auto;
margin-right:auto;}

.formFieldEmail {
margin-top:15px;
width:400px;
height:350px;
margin-left:auto;
margin-right:auto;}

.allstars
{
margin:0;
background-image:url(../images/cottage_profile_images/star1.PNG); background-repeat:no-repeat;}

.closeLink /*contains natureLoverBlogIcon and the link*/
	{
	width: 380px;
	padding: 3px;
	font-family:"Times New Roman", Times, serif; 
  	font-size:14px;
	}
  
	.closeLink a{
   text-decoration:underline;
   color:#0066CC;
   }
  
  	.closeLink a:link{
  	color:#0066CC;
 	}
