#all {
    width: 910px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}
body {
    font-family:Georgia, serif;
    font-size:100%;
    font-size:16px;
    background-color: #FFFFFF;
}

.lb_top {width:900px; height:10px; background:url('/images/lb_top.gif') top left no-repeat}
.lb_cont {background:url('/images/lb_bg.gif') top left repeat-y; padding:10px 35px 10px 25px;}
.lb_bottom {width:900px; height:10px; background:url('/images/lb_bottom.gif') top left no-repeat}

h1 {
    font-size:50px;
    margin:30px 0 0 0;
}
.likeh1{
    font-size:50px;
    font-weight:bold;
    margin:30px 0 0 0;
}
.subtext{
    margin:0 10px 10px 10px;
    font-size:14px;
    text-align:center;
}
.subtexth1{
    margin:0 10px 10px 10px;
    font-size:14px;
    text-align:center;
    font-weight: normal;
}
ul {
    list-style-type: none;
    margin:25px auto;
    display:block;
}
li {
    display: inline;
    font-size: 22px;
    margin: 5px auto;
    padding:5px;
}
li a:hover {
    color: #000;
}
li a{
    color: blue;
}
.story {
    margin:0px 20px 10px 20px;
}
.story h2{
    margin-left:30px;
    padding-left:20px;
    background: url('/images/paragraph.gif') center left no-repeat;
}
.story p{
    margin:5px 45px 10px 45px;
    padding:0 0 20px 0;
    background: url('/images/romb.gif') center bottom no-repeat;
}
.story p img{
    border: 1px #000000 solid;
    margin: 3px;
}
ul.list{
    list-style-type:disc;
    width:650px;
    margin: 20px auto;
}
ul.list li{
    margin:5px 20px 5px 0px; 
    padding:0px;
    display: list-item;
    font-size: 14px;
    font-style: italic;
}
ul.prices{
    list-style-type: none;
    margin:15px auto;
    padding:0 0 0 20px;
}
ul.prices li {
    display:inline;
    float:left;
    width:150px;
    margin:5px auto;
    padding:2px;
}
ul.prices li img{
    border:none;
    margin:auto;
    display:block;
}
ul.prices li p {
    margin:0;
    font-size:14px;
    text-align:center;
    background:none;
}
ul.prices li p.cost, ul.prices li p.dosage {
    font-weight:bold;
    font-size:18px;
    text-align:center;
    margin:0;
    padding:0;
}
ul.prices li h4{
    text-align:center;
    margin:0;
    padding:0;
}
ul.prices li p.perpill{
    font-size:11px;
}
ul.prices li p.cost{
    padding-left:30px;
    background: url('/images/money.gif') 18% 58% no-repeat;
}
.buy{
    display:block;
    margin:0px auto;
    font-size:18px;
}
	   .feedback-panel {
	       padding:20px;
	       width: 850px;
	       background: #E4F3F9;
	       border: #29216d 1px solid;
	       position:absolute;
	       top:200px;
	       left:-943px;
	   }
	   
	   .feedback-panel a.feedback-tab {
           background:transparent url(/images/feedback.gif) no-repeat scroll 0 0;
           border-width: 1px 1px 1px 0;
           display:block;
           height:177px;
           left:71px;
           bottom:21px;
           position:relative;
           float:right;
           text-indent:-9999px;
           width:50px;
           outline:none;
	   }
	   
.msg_list {
    margin: 0px auto;
    padding: 0px;
    width: 640px;
}
.msg_head {
    background: url(/images/close.png) no-repeat top right;
    width:50px;
    padding: 5px 13px;
    cursor: pointer;
    float:right;
    margin:2px;
}
.msg_body{
    margin:0px;
    clear:right;
}
