html {overflow: -moz-scrollbars-vertical;}
body {
	margin:0px;
	border:0px;
	padding:0px;
	background:#b3c09e;
	font-family: "Montserrat";
}
a:link{color: #472502;}
a:hover{color:#B35822;}
a:visited{color:#472502;}
a:visited:hover{color:#B35822;}


h1 {
	font-weight: 500;
	font-size: 14pt;
	color: #B3C09E;
	margin: 10px;
	font-size: 40px;
	margin-bottom: 23px;
}
h3 {font-weight:500; font-size:12pt; color:#293026; margin: 10px;}
p {
	font-family: "Montserrat";
	font-size:14px;
	color:#1F1510;
	font-weight:500;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:0px;
	padding-top:0px;
	line-height: 130%;
}
.txt {font-size:13px; font-weight:500; color:#B3C09E;}
.drktxt {font-size:13px; font-weight:500; color:#333333;}
.tantxt {font-size:13px; font-weight:500; color:#FEF9DA; line-height:150%; letter-spacing:1px;}
.smtxt {font-size:11px; font-weight:500; color:#FFFFFF;}

div.divbutton {
	font-size:10pt;
	font-weight:500;
	color:#718452;
	text-decoration:none;
	transition: color .5s ease;
	border: 2px;
	border-color: #718452;
	border-style: solid;
	padding: 2px;
}
div.divbutton:hover {
  border-color: #83d400; /* Change border color to red on hover */
}

a.txtlnk {
	font-size:10pt;
	font-weight:500;
	color:#718452;
	text-decoration:none;
	transition: color .5s ease;
}
a.txtlnk:visited {color:#718452; text-decoration:none;}
a.txtlnk:hover {color:#83d400; text-decoration:none;}
a.txtlnk:visited:hover {color:#83d400; text-decoration:none;}

#homeform{display: block; width:213px; margin:0; padding:0; text-align:center; }
/*#homeform{display: block; width:213px; height:350px; margin:0; padding:0; text-align:center; background-image: url(../images/homeform.jpg);}*/

/*.mainimg{background-image: url(../images/); background-repeat: no-repeat;}*/
.girlimg {
   position: relative;
   padding-right: 50px;
   background-color: transparent;
}
.girlimg::before {
   content: " ";
   position: absolute;
   width: 320px;
   height: 453px;
   background-image: url(../images/ABetterBreast2.png);
   background-repeat: no-repeat;
   background-size: contain;
}
.thankgirl{background-image: url(../images/thankgirl.jpg); background-repeat: no-repeat;}
.thankimg{background-image: url(../images/thankmain.jpg); background-repeat: no-repeat;}
.thankrtcol{background-image: url(../images/thankrtcol.jpg); background-repeat: no-repeat;}
.dlimg{background-image: url(../images/dlmain.jpg); background-repeat: no-repeat;}

.inpt10 {
	width:74px;
	height:22px;
	font-size:12px;
	font-family:Arial;
	color:#FFFFFF;
	line-height:85%;
	font-weight:bold;
	background:#C85B29;
	border:solid 1px #94480B;
	margin:2px;
	padding:2px;
}
.inpt40 {
	width:172px;
	height:75px;
	font-size:12px;
	font-family:sans-serif;
	color:#3D2F28;
	background:#FFFFFF;
	border:none;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
}
.inpt20 {
	width:172px;
	height:18px;
	font-size:12px;
	font-family:sans-serif;
	color:#3D2F28;
	line-height: 90%;
	background:#FFFFFF;
	border:none;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
}
.inptselct {
	width:172px;
	height:18px;
	font-size:12px;
	font-family:sans-serif;
	color:#3D2F28;
	line-height: 90%;
	background:#FFFFFF;
	border:none;
	margin:2px 0 2px 0;
	padding:2px 0 2px 0;
}
