body {
	font:12px normal Arial, sans-serif;
}
a {
    color:#000;
    text-decoration:none;
}
#container {
    width:100%;
    margin:0 auto;
    width: expression( document.body.clientWidth < 1024 ? "1025px" : "auto" ); 
    min-width: 1024px;
}
.suprahead {
    height:146px;
    background:url(/images/header-herbal.jpg) no-repeat;
}
.loginform, .profileform {
    width:300px;
    margin-top:50px;
    margin-right:40px;
    float:right;
    background:url(/images/login-form.png) no-repeat top left;
}
.profileform {
    background:none;
}
.loginform .buton {
    float:right;
    margin-top:17px;
}
.inputs {
    float:right;
}
#username, #password {
    margin-top:22px;
    margin-right:15px;
    font:11px normal Arial, Helvetica, sans-serif;
    background:none;
    width:112px;
    border:none;
}
#username {
    margin-right:21px;
}
.extras, .extrasmod {
    float:right;
    margin-left:5px;
    margin-top:5px;
    padding:0 2px;
    font:11px normal Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#000;
    background:url(/images/linkbg.png);
}
.extrasmod {
    background:none;
    margin-top:3px;
}
.avatar {
    float:right;
    width:60px;
    height:60px;
    padding:5px;
    background:#fff;
    margin-left:15px;
}
.block {
    float:right;
    overflow:auto;
    height:100%;
    width:150px;
}
.search {
    float:right;
    width:35%;
    height:54px;
    margin-top:43px;
    margin-right:10px;
}
input#search {
    float:left;
    background:none;
    border:none!important;
    width:291px;
    border:none;
    font:11px normal Arial, Helvetica, sans-serif;
    margin-top:3px;
    margin-left:12px;
}
.srch{
    float:left;
    margin-top:1px;
    margin-left:3px;
    width:20px;
    width:10px;
}
.upwrap {
    background:url(../images/bg-repeat.jpg) repeat-x;
}
.btnact, .btninact {
    background:url(/images/btn-act.png) no-repeat;
    width:99px;
    height:22px;
    font:11px normal Arial, Helvetica, sans-serif;
    font-weight:bold;
    padding:4px 0 0 18px;
    float:left;
}
.btninact {
    background:url(/images/btn-inact.png) no-repeat;
}
.btninact a {
    color:#999;
}
.tabs {
    overflow:auto;
}
.searchbg {
    background:url(/images/searchbar.png) no-repeat;
    height:30px;
    margin-top:-2px;
}
#cse-search-results {
    padding-left: 40px;
}