@charset "utf-8";
/* CSS Document */

input{ max-width:200px; padding:5px; border-radius:5px; border:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#fff;}
input.newsletterinput{ max-width:200px; padding:5px; border-radius:5px; border:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#fff;}
input.submit.newsletterinput{margin-left: 3px;padding:5px; border-radius:5px; border:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#ccc;}
input.submit.newsletterinput:hover{background:#8cc644;}

textarea{ width:98%; margin:1%; min-height:150px; padding:15px; border-radius:5px; border:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#fff;}
select{ width:100%; padding:14px; border-radius:5px; border:1px solid #ccc;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box; background:#fff;}
.testimonialtitle {color: #9c9c9c;font-family: "EB+Garamond";font-size: 28px;padding-bottom: 20px; text-align:center; float:left; width:100%;}
.cart a{ text-decoration:none}
.boxright h1 {
    color: #9c9c9c;
    font-family: courier_newbold;
	font-weight:normal;
    font-size: 24px;
    line-height: 24px;
    margin: 0;
    padding: 5px 11%;
}
.boxright .beautybreakthrough {
    color: #9c9c9c;
    font-family: "EB+Garamond";
    font-size: 18px;
}
.boxright .getthescoop {
    background: none repeat scroll 0 0 #8cc644;
    color: #6c6e6d;
    display: inline-block;
    float: right;
    font-family: "EB+Garamond";
    font-size: 20px;
    margin-top: 4px;
    padding: 5px;
    text-align: center;
	text-decoration:none;
}
.saveupto1 span {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    padding-top: 5px;
	float:left;
	width:100%;
}

.saveupto1 span a {
    color: #fff;
    letter-spacing: 33px;
}

.saveupto1 a {
    color: #fff;
    letter-spacing: 5px;
    text-transform: none;
	text-decoration:none
}
.saveupto1 a:hover, .saveupto1 span a{ color:#fff; text-decoration:none}
.saveupto2 a {color: #8cc644; text-decoration:none}
.saveupto2 span {color: #8cc644;font-size: 12px;}
.copyright {
    color: #8cc644;
    font-size: 11px;
    padding-top: 10px;
    text-align: center;
}
.enrollment{ font-size:9px; margin-top:10px;}
.border{ border:1px solid #b6b6b6}