/* mhchyStyle.css
	author Athene Bitting
*/


body 
{ 
margin:30px; 
background-color:#eeffee;
font-family: Lucida Bright;
color: #000000;
font-size: 15px;
}

html { height:100% }

img { margin:0px; border-style:none }

table {
border:0;
text-align:center;
margin:0;
}
tr {
valign:top;
cellspacing:6;
cellpadding:0;
}

button { margin:0px; border-style:none; padding:0px; background-color:transparent; vertical-align:top }

a:link { color:#000808; text-decoration:underline }
a:visited { color:#a100a1; text-decoration:underline }
a:active { color:#jjjjjj; text-decoration:underline }
strong { font-weight:bold }

wbr:after { content: "\00200B" }

#txtfld {
border-radius: 50px;
} 
#txtfld {
-moz-border-radius: 15px;
border-radius: 15px;
}

div#PageDiv {
background-image:url(natureGrdnt.jpeg);
background-repeat:no-repeat;
background-position:center top;
position:relative;
margin:0px;
width:785px;
}


div.products {
text-align: center;
padding: 20px;
width: 80%;
background: #99ccdd;
box-shadow: 8px 8px 5px #888888;
border-radius:25px;
-moz-border-radius :  8px 8px 8px 8px;
}

div.transbox
{
  width: 370px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:0px;
  background-color: #F3F5FF;
  border: 1px solid black;
}

div.transbox2
{
  width: 360px;
    padding-right:10px;
    padding-left:10px;
    padding-bottom:0px;
  background-color: #F3F5FF
;
  border: 1px solid black;
}


div.transbox p
{
  text-align:left;
  color: #000000;
  padding:0px;
  font-size:11;
}
