.simplelist.newsletterlist
{list-style:none;}

.pagebody.userprofile .settingrow label
{display: inline;
 margin-right: 4px;}
 
 @media only screen (min-width:1200px)
 {
 .NewsLetterSubscribeModule .watermarktextbox.subscribeemail
 {width: 50%;}
 }
 
 .NewsLetterSubscribeModule .btn
 {float: right;}

@media only screen and (max-width:1200px) {
.NewsLetterSubscribeModule .watermarktextbox.subscribeemail {margin-bottom:0; width:100%;}   
.panelwrapper.NewsLetterSubscribeModule .btn  {width: 100%;}
}

@media only screen and (min-width:767px) and (max-width:976px) 
{
    .panelwrapper.NewsLetterSubscribeModule h2 {
font-size: 24.75px;}
}


@media (max-width: 1200px)
{.NewsLetterSubscribeModule .watermarktextbox.subscribeemail
{
    
    border : solid #eee 1px;
    width: 100%;
    -box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 32px;

    *line-height:32px;
    *margin-left:-3px;
    *margin-right:-4px;
    display: inline;   
    padding: 0px 0 0 5px;
}}
.userprofile li label
{display:inline;
vertical-align: middle;}