@charset "UTF-8";

/* Clearing class for any container of floating elements */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
.clearer {
	clear: both;
}
/* End clearfix code */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url(../siteimages/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 100%;
	position: relative;
}
#container  {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	border: 1px solid #d9dede;
	min-height: 99%;
	height: auto;
}
#header {
	background-image: none;
	position: relative;
	width: 850px;
	height: 100px;
	text-align: right;
}
#header img {
	float: left;
}


/*** NAV ***/
#navbar {
	height: 24px;
	width: 848px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #a7a9ac;
	background-image: url(../siteimages/navbg.jpg);
	background-repeat: repeat-x;
	position: relative;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #007C5A;
	border-left-color: #007C5A;
	z-index: 1020;
}


#content_home {
	padding-top: 25px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 15px;
	position: relative;
	width: 505px;
	float: left;
	line-height: 1.5em;
	z-index: 0;
	display: block;
}
h1  {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #007C5A;
	font-size: 20px;
	padding: 0px;
	position: relative;
	margin: 0px;
}
#searchbox {
	position: relative;
	width: 215px;
	white-space: nowrap;
	color: #FFFFFF;
	line-height: 24px;
	font-size: 11px;
	float: right;
	text-align: right;
	height: 24px;
}
.searchinput  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #007C5A;
	border: 1px solid #007C5A;
}
#searchbox form {
	margin: 0px;
	padding: 0px;
}

#submitarrow {
	vertical-align:middle;
	border:none;
	padding:0;
	background:none;
	cursor:pointer;
	*cursor:hand; /*alternate cursor for IE*/
}
.corner_tl {
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 500;
	height: 9px;
	width: 9px;
}
.corner_tr {
	position: absolute;
	top: -1px;
	right: -1px;
	z-index: 500;
	height: 9px;
	width: 9px;
}
.corner_bl {
	position: absolute;
	left: -1px;
	bottom: -1px;
	z-index: 500;
	height: 9px;
	width: 9px;
}
.corner_br {
	position: absolute;
	right: -1px;
	bottom: -1px;
	z-index: 500;
	height: 9px;
	width: 9px;
}
#promobox1 {
	width: 235px;
	float: right;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	min-height: 50px;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 10px;
	margin-right: 0px;
	font-size: 10px;
	display: inline;
}
#promobox2 {
	width: 150px;
	float: right;
	border: 1px solid #b4d8ce;
	height: auto;
	background-image: url(../siteimages/promobg2.jpg);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	min-height: 200px;
	display: inline;
}
#promoboxbanner1 {
	width: auto;
	float: right;
	height: 200px;
	margin-bottom: 10px;
	position: relative;
	margin-top: 25px;
	margin-right: 15px;
	display: inline;
}
#promoboxbanner2 {
	width: 255px;
	float: right;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 15px;
	display: inline;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	font-size: 10px;
}
#promoboxfeat {
	width: 526px;
	float: left;
	height: 200px;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-left: 15px;
	display: inline;
	padding: 0px;
}

/* for Internet Explorer */
/*\*/
* html #promobox2 {
	height: 200px;
}
/**/
/* for Internet Explorer */
/*\*/
* html #promoboxfeat {
	height: 180px;
}
/**/

.promocontent {
	font-size: 11px;
	color: #333333;
}
.promocontent strong {
	color: #000000;
}
.promocontent a {
	color: #007C5A;
	text-decoration: none;
	font-weight: bold;
}
.promocontent a:hover {
	text-decoration: underline;
}
#content {
	padding-top: 25px;
	padding-right: 15px;
	padding-bottom: 25px;
	padding-left: 15px;
	position: relative;
	line-height: 1.5em;
	width: 820px;
}
.productpageimg {
	margin-bottom: 30px;
	margin-left: 30px;
	float: right;
	margin-top: 15px;
}
html {
	height: 100%;
}
#featcopy {
	position: absolute;
	left: 300px;
	width: 225px;
	height: auto;
	top: 10px;
}
h2 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #007C5A;
	font-size: 16px;
	padding: 0px;
	margin: 0px;
	line-height: 1.25em;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
}
a {
	color: #007C5A;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.productsbox {
	width: 186px;
	float: left;
	border: 1px solid #b4d8ce;
	height: auto;
	background-image: url(../siteimages/productboxbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 6px;
	min-height: 340px;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	line-height: 1.25em;
}
/* for Internet Explorer */
/*\*/
* html .productsbox {
	height: 340px;
}
/**/
.productsboximg  {
	display: block;
	height: 160px;
	width: 125px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding: 0px;
	text-align: center;
	margin-top: 5px;
}
.fineprint {
	font-size: 10px;
}
.productsbox .learnmore {
	display: block;
	position: absolute;
	top: 325px;
	left: 10px;
}
.productsbox strong {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.25em;
}
.productsboxtitlebc  {
	height: 40px;
	display: block;
}
.productsboxtitlesupp {
	height: 30px;
	display: block;
}
.productsboxtitleene {
	height: 20px;
	display: block;
}
.productsboxtitlelax {
	height: 30px;
	display: block;
}
.productsbox a {
	color: #007C5A;
	text-decoration: none;
	font-weight: bold;
}
.productsbox a:hover {
	text-decoration: underline;
}
#hcpbox {
	width: 350px;
	float: right;
	border: 1px solid #b4d8ce;
	height: auto;
	background-image: url(../siteimages/hcpinfobg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 15px;
	display: inline;
	padding: 10px;
}
#hcpbox p {
	padding-left: 15px;
}
#hcppopup, #hcppopup2, #hcppopup3, #hcppopup4 {
	position: absolute;
	height: 116px;
	width: 1px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: 1px;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	right: 0px;
	bottom: 120px;
}
.glossaryword    {
	position: relative;
}
#hcppopup5 {
	position: absolute;
	left: 211px;
	top: 250px;
	height: 116px;
	width: 1px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: 1px;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1010;
	background-color: #FFFFFF;
}
#hcppopup6 {
	position: absolute;
	height: 116px;
	width: 1px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: 1px;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1010;
	background-color: #FFFFFF;
	right: 0px;
	bottom: 120px;
}
#imagepopup  {
	position: absolute;
	left: 519px;
	top: 162px;
	height: 116px;
	width: auto;
	border: 1px solid #b4d8ce;
	padding: 0px;
	height: auto;
	z-index: 1001;
	background-color: #FFFFFF;
}
#imagepopup2 {
	position: absolute;
	left: 595px;
	top: 444px;
	height: 116px;
	width: auto;
	border: 1px solid #b4d8ce;
	padding: 0px;
	height: auto;
	z-index: 1000;
	background-color: #FFFFFF;
}
#consbox {
	width: 350px;
	float: left;
	border: 1px solid #b4d8ce;
	height: auto;
	background-image: url(../siteimages/hcpinfobg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	display: inline;
	padding: 10px;
	margin-left: 15px;
}
#consbox p {
	padding-left: 15px;
}
.missinginfo {
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}
#glossarypopup1 {
	position: absolute;
	left: 525px;
	top: 307px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup2 {
	position: absolute;
	left: 525px;
	top: 307px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup3 {
	position: absolute;
	left: 537px;
	top: 105px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup4 {
	position: absolute;
	left: 405px;
	top: 743px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup5 {
	position: absolute;
	left: 325px;
	top: 197px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup6 {
	position: absolute;
	left: 190px;
	top: 69px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup7 {
	position: absolute;
	left: 517px;
	top: 480px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup8 {
	position: absolute;
	left: 476px;
	top: 185px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup9 {
	position: absolute;
	left: 268px;
	top: 622px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup10 {
	position: absolute;
	left: 345px;
	top: 203px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup11 {
	position: absolute;
	left: 153px;
	top: 23px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup11b {
	position: absolute;
	left: 235px;
	top: 439px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup12 {
	position: absolute;
	left: 528px;
	top: 135px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup13 {
	position: absolute;
	left: 346px;
	top: 320px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup14 {
	position: absolute;
	left: 345px;
	top: 253px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup15 {
	position: absolute;
	left: 259px;
	top: 126px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup16 {
	position: absolute;
	left: 270px;
	top: 116px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup17 {
	position: absolute;
	left: 275px;
	top: 738px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup18 {
	position: absolute;
	left: 375px;
	top: 124px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup19 {
	position: absolute;
	left: 414px;
	top: 303px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup20 {
	position: absolute;
	left: 510px;
	top: 846px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup21 {
	position: absolute;
	left: 339px;
	top: 680px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup22 {
	position: absolute;
	left: 295px;
	top: 799px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup23 {
	position: absolute;
	left: 345px;
	top: 165px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
	
}
#glossarypopup24 {
	position: absolute;
	left: 101px;
	top: 87px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup25 {
	position: absolute;
	left: 283px;
	top: 698px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup26 {
	position: absolute;
	left: 294px;
	top: 544px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#glossarypopup27 {
	position: absolute;
	left: 503px;
	top: 178px;
	height: 116px;
	width: 250px;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	z-index: 1001;
	background-color: #FFFFFF;
	display: none;
}
#contactbox {
	width: 240px;
	float: right;
	border: 1px solid #b4d8ce;
	padding: 10px;
	height: auto;
	min-height: 175px;
	background-image: url(../siteimages/promobg1.gif);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 25px;
	margin-right: 15px;
	display: inline;
	margin-left: 15px;
}
.productsboxInfo {
	width: 380px;
	float: left;
	border: 1px solid #b4d8ce;
	height: auto;
	background-image: url(../siteimages/productboxbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 6px;
	min-height: 340px;
	font-size: 11px;
	color: #333333;
	padding: 10px;
	line-height: 1.25em;
}
* html .productsboxInfo {
	height: 340px;
}
#promoboxenemanart {
	width: 526px;
	float: left;
	height: auto;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-left: 15px;
	padding: 0px;
	display: inline;
}
.productsboxEnema {
	width: 186px;
	float: left;
	border: 1px solid #b4d8ce;
	height: auto;
	background-image: url(../siteimages/productboxyellowbg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 6px;
	min-height: 340px;
	font-size: 11px;
	color: #333333;
	padding: 5px;
	line-height: 1.25em;
}
* html .productsboxEnema {
	height: 340px;
}
.productsboxEnema .learnmore {
	display: block;
	position: absolute;
	top: 325px;
	left: 10px;
}
.productsboxEnema strong {
	color: #000000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.25em;
}
.productsboxEnema a {
	color: #007C5A;
	text-decoration: none;
	font-weight: bold;
}
.productsboxEnema a:hover {
	text-decoration: underline;
}
h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #000;
	font-size: 16px;
	padding: 0px;
	line-height: 30px;
}
.cleansehead {
	background-image: url(../siteimages/enem_headbg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
}
.laxhead  {
	background-image: url(../siteimages/enem_headbg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	padding-left: 15px;
}
#hcpbox_enemasaline {
	width: 350px;
	float: right;
	border: 1px solid #b4d8ce;
	height: 140px;
	background-image: url(../siteimages/hcpinfobg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	margin-right: 15px;
	display: inline;
	padding: 10px;
}
#consbox_enemasaline {
	width: 350px;
	float: left;
	border: 1px solid #b4d8ce;
	height: 140px;
	background-image: url(../siteimages/hcpinfobg.jpg);
	background-repeat: repeat-x;
	margin-bottom: 10px;
	position: relative;
	margin-top: 0px;
	display: inline;
	padding: 10px;
	margin-left: 15px;
}
#hcpbox_enemasaline p {
	padding-left: 15px;
}
#consbox_enemasaline p {
	padding-left: 15px;
}
