* {
    box-sizing: border-box;
}

textarea {
	max-width: 100%;
}

img {
	max-width: 100%;
}

body {
	background-color: #fbe5e9;
	height: 100%;
	font: 16px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin:0px; padding:0px;
}

a {
	color: #EE0077;
}

/* @group Homepage */

#hpMainBoxHeader {
	line-height: 1.5;
	color: #303030;
	margin-bottom: 22px;
	font-size: 15px;
}

.hpPageTitle {
	font-style: italic;
	font-size: 24px;
	color: #6D007A;	
}

#hpWelcome {
	line-height: 1.5;
	color: #303030;
	margin-bottom: 22px;
	font-size: 15px;
}

.hpBookTitle {
	
}

.hpLastUpdated {
	
}

.hpMainBox a {
	font-size: 18px;
}

.hpBookTitle {
	font-weight: bold;
}

#hpLoveStoriesTitle {
	text-align: center;
	color: #6D007A;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 20px;
	margin-top: 5px;
}

.hpMainBox a.sbBookLink {
	max-width: 50%;
}

/* @group Updates */

#hpUpdateTitle {
	font-weight: bold;
	color: #6D007A;
}

.hpUpdate {
	margin-bottom: 25px;
	line-height: 1.5;
	color: #303030;
}

.hpUpdate a {
	font-size: 16px;
}

.hpUpdateHeader {
	height: 74px;
}

.hpUpdateHeader .hpBookTitle {
	position: relative;
	top: 2px;
}

.hpLastUpdated {
	font-weight: bold;
	font-style: italic;
	color: #6D007A;
	position: relative;
	top: 2px;
}



/* @end */

/* @group Story */

.hpStory .floatRight {
	max-width: 50%;
}

.hpStory {
	line-height: 1.5;
	color: #303030;
}

.hpGenre {
	font-size: 14px;
}

.hpStory li {
	font-size: 14px;
}

.hpGoToLinks {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
	margin-bottom: 15px;
}

/* @group Comments */

.hpComments {
	position: relative;
}

.hpCommentBalloon {
	line-height: normal;
  position:relative;
  padding:15px;
	width: 200px;
  border:5px solid #B3B3B3;
  background:#fff;
  /* css3 */
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
	margin: 1em auto 1.25em;
}

.hpCommentBalloon:before {
  content:"";
  position:absolute;
  bottom:-20px; /* value = - border-top-width - border-bottom-width */
  left:40px; /* controls horizontal position */
  border-width:20px 20px 0;
  border-style:solid;
  border-color:#B3B3B3 transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}

.hpCommentBalloon:after {
  content:"";
  position:absolute;
  bottom:-13px; /* value = - border-top-width - border-bottom-width */
  left:47px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:13px 13px 0;
  border-style:solid;
  border-color:#fff transparent;
  /* reduce the damage in FF3.0 */
  display:block;
  width:0;
}
.hpCommentBalloon table {
	width: 100%;
}

.hpCommentBalloonContents {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #6D007A;
	text-align: center;
}

.hpCommentsMain {
	background-color: #A97BB3;
	margin-left: 8px;
	margin-right: 8px;
	padding: 15px 20px;
}

.hpComment {
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #6D007A;
}

.hpCommentName {
	font-style: italic;
}

.hpCommentSeeMore {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.hpCommentSeeMore a {
	font-size: 14px;
}



/* @end */



/* @end */

#hpBottomLinks {
	font-weight: bold;
	margin-bottom: 20px;
}

#hpBottomLinks a {
	color: black;
}

#homepage_gas {
	float: right;
	margin-left: 18px;
	position: relative;
	top: -15px;
	width: 300px;
}



/* @end */

/* @group BookPage */

/* @group Header */

#bpHeader {
	font-size: 12px;
	margin-bottom: 20px;
	color: #303030;
}

#bpHeader img[src*="dot.png"] {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

#bpHeader a {
	font-size: 14px;
	font-weight: bold;
}

#bpHeader .floatRight {
	max-width: 40%;
}

.bpBookTitle {
	color: #6D007A;
	font-weight: bold;
	font-style: italic;
	font-size: 18px;
}

.bpBookGenre {
	font-size: 14px;
	font-style: italic;
}

/* @end */

/* @group Chapter Navigation */

#bpChapterNav {
	font-size: 1px;
	text-align: center;
	margin-bottom: 25px;
}

.bpChapterPrevNext a {
	max-width: 80%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}

#bpChapterNav img[src*="dot.png"] {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.bpChapterPrevNext {
	font-size: 16px;
	font-weight: bold;
	margin-top: 7px;
	color: #303030;
}

.bpChapterTitle {
	font-weight: bold;
	font-style: italic;
	color: #6D007A;
	font-size: 20px;
	margin-top: 7px;
	margin-bottom: 7px;
}



/* @end */

/* @group Chapter Text */

#bpChapterText img {
	margin: 0;
}

#bpContinuedFrom {
	text-align: left;
	font-size: 12px;
	margin-bottom: 20px;
}

#bpContinuedTo {
	font-size: 12px;
	text-align: right;
	margin-top: 20px;
}

#bpChapterText {
	line-height: 1.5;
	color: #303030;
}

#bpChapterEnd {
	text-align: center;
	font-size: 12px;
	margin-bottom: 20px;
}

#bpComments {
	font-size: 13px;
	color: #6D007A;
	text-align: center;
}



/* @end */

/* @group Bottom Navigation */

#bpBottomNav {
	margin-top: 40px;
	margin-left: 15px;
	font-size: 1px;
	text-align: center;
}

.bpLastPage {
	float: left;
	font-size: 18px;
	font-weight: bold;
	max-width: 50%;
}

.bpNextPage {
	float: right;
	font-size: 18px;
	font-weight: bold;
	max-width: 50%;
}

#bpBottomNavContents {
	font-size: 14px;
	color: gray;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}

/*#bpBottomNavContents .by_judith_bronte {
	margin-top: 50px;
	display: block;
}*/

#bpBottomNavContents img {
	vertical-align: -400%;
	padding-bottom: 50px;
}

#bpFacebook {
	position: absolute;
	top: 70px;
	left: 10px;
}

#bpTwitter {
	position: absolute;
	right: 10px;
	top: 70px;
}

#bpBottomNavLinks {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#bpBottomNavLinks img {
	display: block;
	width: 1px;
	height: 1px;
	overflow: hidden;
}



/* @end */



/* @end */

/* @group SideBar */

#sidebar {
	width: 277px;
	background: url(../images/pink-stripes.png) repeat-y;
	min-height: 500px;
	position: absolute;
	top: 280px;
	left: 36px;
	z-index: -1;
	height: 25000px;
}

/* @group CornerCap */

#CornerCap {
	width: 400px;
	height: 439px;
	background: url(../images/judiths-glass-slipper.png) no-repeat;
	position: absolute;
	top: -15px;
	left: -16px;
}

#CornerCapPhoto {
	width: 205px;
	height: 285px;
	position: absolute;
	background: url(../images/judith-bronte.jpg) no-repeat;
	top: 10px;
	left: 81px;
}

#CornerCap #label {
	width: 317px;
	height: 76px;
	position: relative;
	top: 296px;
	background: url(../images/judithsname.png) no-repeat;
	left: 38px;
}

/* @end */

#sidebarcontents {
	color: #303030;
	width: 182px;
	margin-top: 140px;
	position: relative;
	left: 57px;
	text-align: center;
	font-size: 14px;
}

.sidebarTitle {
	font-weight: bold;
	position: relative;
	left: -26px;
	padding-left: 26px;
	width: 182px;
	background: url(../images/heart-bullet.png) no-repeat;
	margin-bottom: 15px;
	font-size: 18px;
}

.sidebarFullLengthNovels .sidebarTitle {
		margin-bottom: 0px;
}

.sbFullLengthDesc:last-child {
	margin-bottom: 10px;
}

.sbSmallTitle {
	color: #6D007A;
	font-size: 16px;
	font-weight: bold;
}

.sbFullLengthDesc {
	font-size: 10px;
	font-weight: bold;
	display: block;
	margin-bottom: 30px;
}

.sbOtherFormats {
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
	margin-bottom: 8px;
}

/* @group Free Books */

#sbFreeBooks {
	margin-top: 25px;
}

.sbFreeBook {
	margin-bottom: 45px;
	font-size: 12px;
}

.sbRead {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 10px;
}

.sbRead a {
	font-weight: normal;
	font-style: normal;
}

.sbDownload a {
	font-weight: bold;
}

.sbAdobe {
	font-style: italic;
	margin-top: 55px;
	margin-bottom: 55px;
}

/* @end */

/* @group Paper Books */

#sbPaperBooks {
	
}

.sbPaperBook {
	margin-bottom: 30px;
}

.sbBookLink {
	font-size: 16px;
	font-weight: bold;
}



/* @end */

.sbAppStore {
	font-weight: bold;
	margin-top: 60px;
}



/* @end */

/* @group Flowers */

#leftflower {
}

#rightflower {
}



/* @end */

/* @group Topper */

#topper {
	text-align: center;
	margin-top: 5px;
}

#topper::after {
    content: "";
    clear: both;
    display: block;
}

.topper_title {
	padding-left: 26px;
	width: 124px;
	background: url(../images/heart-bullet.png) no-repeat;
	font-size: 10px;
	min-height: 20px;
}

#topper a {
	font-size: 12px;
	font-weight: bold;
}

#topper_left {
	float: left;
	width: 48%;
	text-align: left;
}

#topper_center {
	width: 100%;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #b184ae;
	text-align: center;
	margin-bottom: 5px;
}

#topper_center a {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#topper_right {
	float: right;
	width: 48%;
	text-align: right;
	font-size: 10px;
}

#topper_romatic_fiction {
	font-size: 11px;
	color: purple;
	font-weight: bold;
	font-style: italic;
}

#topper_romatic_fiction .trf_line {
	display: block;
}

#topper_romatic_fiction .trf_break {
	visibility: hidden;
	width: 0;
	height: 0;
	display: block;
}

#topper_romatic_fiction img {
	visibility: hidden;
	width: 0;
	height: 0;
}

#topper_right_books {
}



/* @end */

/* @group Centerbox */

#centerbox {
	background-color: white;
	border-right: 3px solid #8a2087;
	border-left: 3px solid #8a2087;
	width: 98%;
	overflow: hidden;
	margin-right: 1%;
	margin-left: 1%;
}

#centerbox #top {
}

#centerbox #main {
}

#centerbox #main #centerboxmaintext {
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}

.backToTop {
	text-align: center;
	margin-top: 15px;
	font-size: 14px;
}

#centerbox #bottom {
	display: none;
}

#centerbox #footer {
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
}

#centerbox #footer #legal {
	text-align: center;
	font-style: italic;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 10px;
}

#centerbox #footer #legal a {
	color: black;
}



/* @end */

/* @group Misc */

#miscMainBoxHeader {
	text-align: center;
	font-size: 1px;
}

#miscMainBoxHeader img {
	margin-top: 10px;
	margin-bottom: 10px;
}

#msChapterText {
	line-height: 1.5;
	color: #303030;
}

.legalSm {
	font-size: 10px;
	font-style: italic;
	display: inline-block;
}

/* @group Bottom Navigation */

#msBottomNav {
	text-align: center;
	width: 592px;
	margin-top: 40px;
	margin-left: 15px;
	font-size: 1px;
}

#msBottomNavContents {
	font-size: 14px;
	color: gray;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}

#msBottomNavContents img {
	vertical-align: middle;
}

/* @end */

/* @group Dropshadow */

.dropshadow {
	background-color: gray;
	display: inline-block;
	font-size: 1px;
	*display: inline;
	zoom: 1;
}

.dropshadow img {
	position: relative;
	top: -4px;
	right: -4px;
	overflow: visible;
	border-width: 0;
}

/* @end */

/* @group Dropshadow 2 */

.dropshadow2 {
	background-color: gray;
	display: inline-block;
	font-size: 1px;
	*display: inline;
	zoom: 1;
}

.dropshadow2 img {
	position: relative;
	top: -3px;
	overflow: visible;
	left: -3px;
}



/* @end */

.floatRight {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.floatLeft {
	float: left;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-right: 10px;
}



/* @end */

/* @group FAQ */

#faqQuestionsAnswers {
}

.faqQuestion {
	border:2px solid #6D007A;
	padding:8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background-color: #A97BB3;
	color: #6D007A;
}

.faqQuestion:hover {
	background-color: purple;
	color: white;
}

.faqAnswer {
	overflow:hidden;
}

.faqAnswerText {
	border:2px solid #6D007A;
	border-top:none;
	padding:15px;
	line-height: 1.5;
	color: #303030;
}



/* @end */

/* @group About */

#about_rightbar {
	text-align: center;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

#about_rightbar a {
	font-size: 10px;
}

#about_rightbar ~ .Drop-Cap-M {
	clear: both;
}


/* @end */

/* @group Hidden */

.hide_me {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
    *display: inline;
	width: 35px;
	height: 15px;
	color: rgba(254,255,255,0);
	font-size: 0.00000001px;
	vertical-align: bottom;
	overflow: hidden;
	background: url(../images/hide/ellipse.png) no-repeat center center;
}

/* @group Terry SI Settings */

#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:1;
}

#popupSettings{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:200px;
width:408px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:2;
padding:12px;
font-size:13px;
}

#popupSettings h1{
text-align:left;
	color: #6D007A;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
	margin-top: 0;
}

#popupSettingsClose{
font-size:14px;
line-height:14px;
right:6px;
top:4px;
position:absolute;
color:#6D007A;
font-weight:700;
display:block;
}

#settingsArea {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #303030;
	text-align: center;
}

/* @end */


/* @end */

/* @group Announcement List */

#announcement_list_wide {
}

#announcement_list_wide #announcement_list {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	height: auto;
}

#announcement_list_wide #announcement_list_opened {
	float: none;
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	height: auto;
}

#announcement_list {
	margin-left: auto;
	margin-right: auto;
	width: 238px;
	background-image: url(../images/listpat.gif);
	border: 3px solid #A97BB3;
	font-size: 14px;
	padding: 20px;
	line-height: normal;
	text-align: left;
	height: 120px;
	overflow: hidden;
}

#announcement_list #announcement_click_here {
	text-align: center;
	display: block;
	color: #6D007A;
	font-weight: bold;
	padding-bottom: 100px;
}

#announcement_list_opened #announcement_click_here {
	visibility: hidden;
	position: absolute;
}

#announcement_list_opened {
	margin-left: auto;
	margin-right: auto;
	width: 238px;
	background-image: url(../images/listpat.gif);
	border: 3px solid #A97BB3;
	font-size: 14px;
	padding: 20px;
	line-height: normal;
	text-align: left;
	overflow: hidden;
	height: auto;
}

#homepage_gas #announcement_list {
	float: none;
	width: 90%;
	margin-left: 0;
	position: relative;
	right: 322px;
	margin-top: 10px;
}

#announcement_hearts {
	float: right;
}

.announcement_join {
	color: #6D007A;
	font-weight: bold;
}

#announcement_list ul {
	list-style-type: decimal;
}

#announcement_list li {
	margin-bottom: 9px;
}

#announcement_form {
	text-align: center;
}

#announcement_subscribe {
	font-size: 14px;
	font-weight: bold;
	color: #EE0077;
}

#announcement_form a {
	font-size: 14px;
	font-weight: bold;
}

#announcement_feedback {
	font-size: 10px;
}

#announcement_feedback a {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}



/* @end */

.by_judith_bronte {
	font-size: 11px;
	color: black;
}

@media screen and (min-device-width: 400px) and (min-width: 400px) {

/* @group About */

#about_rightbar {
	float: right;
	margin-bottom: 0;
}

#about_rightbar ~ .Drop-Cap-M {
	clear: none;
}


/* @end */

/* @group Announcement List */

#announcement_list_wide {
}

#announcement_list_wide #announcement_list {
	float: none;
	margin-left: 0;
	margin-top: 10px;
}

#announcement_list {
	float: right;
	margin-left: 10px;
	width: 238px;
	height: auto;
	background-image: url(../images/listpat.gif);
	border: 3px solid #A97BB3;
	font-size: 14px;
	padding: 20px;
	line-height: normal;
	text-align: left;
}

#announcement_list_opened {
	float: right;
	margin-left: 10px;
	width: 238px;
	height: auto;
	background-image: url(../images/listpat.gif);
	border: 3px solid #A97BB3;
	font-size: 14px;
	padding: 20px;
	line-height: normal;
	text-align: left;
}

#announcement_click_here {
	visibility: hidden;
	position: absolute;
}

#homepage_gas #announcement_list {
	float: none;
	width: 576px;
	margin-left: 0;
	position: relative;
	right: 322px;
	margin-top: 10px;
}

#announcement_hearts {
	float: right;
}

.announcement_join {
	color: #6D007A;
	font-weight: bold;
}

#announcement_list ul {
	list-style-type: decimal;
}

#announcement_list li {
	margin-bottom: 9px;
}

#announcement_form {
	text-align: center;
}

#announcement_subscribe {
	font-size: 14px;
	font-weight: bold;
	color: #EE0077;
}

#announcement_form a {
	font-size: 14px;
	font-weight: bold;
}

#announcement_feedback {
	font-size: 10px;
}

#announcement_feedback a {
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
}



/* @end */
}

@media screen and (min-width: 750px) {

/* @group Announcement List */

#announcement_list_wide #announcement_list {
	width: 576px;
	box-sizing: content-box;
}



/* @end */

/* @group FAQ */

#faqQuestionsAnswers {
	width:620px;
}

#faqQuestionsAnswers #announcement_list_wide #announcement_list {
	width: 510px;
}

.faqQuestion {
	width:600px;
	border:2px solid #6D007A;
	padding:8px;
	font-weight:bold;
	margin-top:5px;
	cursor:pointer;
	background-color: #A97BB3;
	color: #6D007A;
}

.faqQuestion:hover {
	background-color: purple;
	color: white;
}

.faqAnswer {
	overflow:hidden;
}

.faqAnswerText {
	width:586px;
	border:2px solid #6D007A;
	border-top:none;
	padding:15px;
	line-height: 1.5;
	color: #303030;
}



/* @end */

/* @group Bookpage */

/* @group Header */

#bpHeader img[src*="dot.png"] {
	display: inline;
	width: auto;
	height: auto;
	overflow: hidden;
}



/* @end */

/* @group Chapter Navigation */

.bpChapterPrevNext a {
	max-width: 100%;
	display: inline;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#bpChapterNav img[src*="dot.png"] {
	display: inline;
	width: auto;
	height: auto;
	overflow: hidden;
}



/* @end */

/* @group Bottom Navigation */

#bpBottomNav {
	width: 592px;
	margin-top: 40px;
	margin-left: 15px;
	font-size: 1px;
	text-align: center;
}

.bpLastPage {
	float: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.bpNextPage {
	float: right;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

#bpBottomNavContents {
	font-size: 14px;
	color: gray;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}

#bpBottomNavContents .by_judith_bronte {
	margin-top: 0;
	display: inline;
}

#bpBottomNavContents img {
	vertical-align: middle;
	padding-bottom: 0;
}

#bpFacebook {
	position: absolute;
	top: 18px;
	right: 390px;
}

#bpTwitter {
	position: absolute;
	right: 50px;
	top: 18px;
}

#bpBottomNavLinks {
	font-size: 14px;
	font-weight: bold;
	margin-top: 10px;
}

#bpBottomNavLinks img {
	display: inline;
	width: auto;
	height: auto;
	overflow: hidden;
}



/* @end */



/* @end */

/* @group Topper */

#topper {
	text-align: center;
	margin-top: 5px;
}

.topper_title {
	padding-left: 26px;
	width: 124px;
	background: url(../images/heart-bullet.png) no-repeat;
	font-size: 10px;
	min-height: 20px;
	box-sizing: content-box;
}

#topper a {
	font-size: 12px;
	font-weight: bold;
}

#topper_left {
	float: left;
	width: 150px;
	text-align: left;
	height: 220px;
	background: url(../images/menudivider.png) no-repeat 0 bottom;
}

#topper_center {
	width: 319px;
	display: inline-block;
	font-size: 14px;
	font-style: italic;
	color: #b184ae;
	text-align: center;
}

#topper_center a {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#topper_right {
	float: right;
	width: 150px;
	text-align: right;
	font-size: 10px;
	height: 220px;
	background: url(../images/menudivider.png) no-repeat 0 bottom;
}

#topper_romatic_fiction {
	font-size: 11px;
	color: purple;
	width: 300px;
	position: relative;
	left: -131px;
	font-weight: bold;
	font-style: italic;
	top: -15px;
}

#topper_romatic_fiction img {
	visibility: visible;
}

#topper_romatic_fiction .trf_line {
	display: inline;
}

#topper_romatic_fiction .trf_break {
	visibility: visible;
	display: inline;
}

#topper_romatic_fiction img {
	visibility: visible;
	width: auto;
	height: auto;
}



#topper_right_books {
	position: relative;
	top: -18px;
}



/* @end */

/* @group Homepage */

.hpMainBox table tr td {
	box-sizing: content-box;
}

/* @group Story */

.hpGoToLinks {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
}

/* @group Comments */

.hpComments {
	position: relative;
	margin-top: 50px;
}

.hpCommentBalloon {
	background: url(../images/bubble-left.png) no-repeat;
	width: 191px;
	height: 142px;
	position: absolute;
	top: -90px;
	left: -70px;
	z-index: 100;
	line-height: normal;
	border-style: none;
	padding: 0;
}

.hpCommentBalloon:before {
  content:"";
  position:absolute;
  bottom:0px; /* value = - border-top-width - border-bottom-width */
  left:0px; /* controls horizontal position */
  border-width:0px 0px 0;
  border-style:none;
  border-color:transparent;
  /* reduce the damage in FF3.0 */
  display:none;
  width:0;
}

.hpCommentBalloon:after {
  content:"";
  position:absolute;
  bottom:0px; /* value = - border-top-width - border-bottom-width */
  left:0px; /* value = (:before left) + (:before border-left) - (:after border-left) */
  border-width:0px 0px 0;
  border-style:none;
  border-color:transparent;
  /* reduce the damage in FF3.0 */
  display:none;
  width:0;
}

.hpCommentBalloonContents {
	display: table-cell;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #6D007A;
	text-align: center;
	height: 111px;
	width: 191px;
}

.hpCommentsMain {
	background-color: #A97BB3;
	margin-left: 50px;
	margin-right: 50px;
	padding: 34px 20px 15px;
}

.hpComment {
	padding-bottom: 15px;
	font-size: 13px;
	font-weight: bold;
	color: #6D007A;
}

.hpCommentName {
	font-style: italic;
}

.hpCommentSeeMore {
	text-align: right;
	font-weight: bold;
	font-size: 14px;
	margin-top: 10px;
}

.hpCommentSeeMore a {
	font-size: 14px;
}



/* @end */



/* @end */



/* @end */

/* @group Flowers */

#leftflower {
	margin:0px auto;
	width: 748px;
	z-index: -2;
	background: url(../images/flower.png) repeat-y;
	padding-left: 65px;
	box-sizing: content-box;
}

#rightflower {
	z-index: -2;
	background: url(../images/v2/smflower.png) repeat-y right top;
	box-sizing: content-box;
}



/* @end */

/* @group Centerbox */

#centerbox {
	width: 773px;
	min-height: 500px;
	background: url(../images/widelarge-field.png) repeat-y;
	padding-bottom: 20px;
	border-style: none;
	margin-right: 0;
	margin-left: 0;
	overflow: visible;
}

#centerbox #bottom {
	width: 773px;
	height: 190px;
	display: none;
}

#centerbox #footer {
	width: 642px;
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
	padding-left: 40px;
}

#centerbox #main #centerboxmaintext {
	padding-left: 50px;
	padding-right: 100px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding-top: 10px;
}



/* @end */
	}

@media screen and (min-width: 970px) {

/* @group Flowers */

#leftflower {
	width: 882px;
}

#rightflower {
}



/* @end */

/* @group Centerbox */

#centerbox {
	background: url(../images/widelarge-field2.png) repeat-y;
	width: 887px;
}

#centerbox #top {
}

#centerbox #main {
}

#centerbox #main #centerboxmaintext {
	padding-left: 122px;
	padding-right: 135px;
}

.backToTop {
}

#centerbox #bottom {
}

#centerbox #footer {
	padding-left: 122px;
	padding-right: 135px;
	width: 887px;
}

#centerbox #footer #legal {
}

#centerbox #footer #legal a {
}



/* @end */
}