form {
display:inline
}
body{
direction:ltr;
font-family:'Heebo',sans-serif;
height:auto !important
}
.wrap * {
max-width:480px
}
.mobile_menu{
position:fixed;
top:70px;
right:-100%;
width:100%;
height:100%;
overflow:auto;
background:#fff;
transition:all 0.5s ease;
display:block;
z-index:2
}
.mobile_menu .links{
float:left;
width:100%;
margin:0;
padding:0
}
.mobile_menu .links li {
float:left;
width:100%;
background:none;
text-transform:uppercase;
font-size:40px;
line-height:27px;
font-weight:900;
list-style:none;
height:82px;
position:relative
}
.mobile_menu .links .people2{
background:#2C3D55
}
.mobile_menu .links .people3{
background:#C45244
}
.mobile_menu .links .people4{
background:#8F5247
}
.mobile_menu .links .people5{
background:#C05072
}
.mobile_menu .links .people6{
background:#723D57
}
.mobile_menu .links .people7{
background:#BE9D8A
}
.mobile_menu .links .contactlnk{
background:rgba(0,0,0,0.5)
}
.mobile_menu .links li a{
position:absolute;
bottom:0;
color:#fff;
text-decoration:none;
height:82px;
line-height:139px;
width:100%
}
.mobile_menu .links li a.active{
float:left;
color:#817034;
text-decoration:none
}
.mobile_menu .mobile_menu_btns{
float:left;
margin:9px 0 0 0
}
.mobile_menu .mobile_menu_btns .search{
float:left;
background:#554F4C url(../../../design/default/css/mobile/search.png) center center no-repeat;
width:120px;
height:82px;
margin:0 8px 0 0;
text-decoration:none
}
.mobile_menu .mobile_menu_btns .facebook{
float:left;
background:#554F4C url(../../../design/default/css/mobile/facebook.png) center center no-repeat;
width:120px;
height:82px;
margin:0 7px 0 0
}
.mobile_menu .mobile_menu_btns .imdb{
float:left;
background:#554F4C url(../../../design/default/css/mobile/imdb.png) center center no-repeat;
width:120px;
height:82px;
margin:0 0 0 0
}
.mobile_menu .mobile_menu_btns .heb{
float:left;
width:87px;
height:82px;
text-align:center;
line-height:82px;
font-weight:bold
}
.wrap{
width:375px;
margin:0 auto;
height:100%;
position:relative
}
.left{
float:left;
width:100%;
height:70px
}
.left .logo{
float:left;
height:39px;
width:125px;
margin:16px 0 0 17px
}
.left .logo img{
width:100%
}
img.menu_btn {
float:left;
margin:24px 0 0 176px;
transition:all 0.5s ease
}
.content{
float:left;
height:auto;
min-height:calc(100vh - 114px);
width:375px;
background-color:#F5F0ED
}
.title_page.page2{
color:#2C3D55
}
.title_page.page3{
color:#C45244
}
.title_page.page4{
color:#8F5247
}
.title_page.page5{
color:#C05072
}
.title_page.page6{
color:#723D57;
font-size:40px
}
.title_page.page7{
color:#BE9D8A
}
.title_page.pagecontact{
color:#BE9D8A
}
.title_page.pagewishlist {
color:#7f7f7f
}
.footer {
float:left;
width:100%;
height:44px;
background-color:#AAA7A5;
color:#fff;
line-height:45px;
font-size:11px
}
.footer .credit{
float:right;
width:100%;
text-align:center
}
.footer .credit span{
font-weight:bold
}
.footer .credit span a{
text-decoration:none;
color:#fff
}
@media all and (min-width:768px),(min-device-width:768px){
.wrap{
width:100%;
margin:0 auto;
height:auto;
min-height:calc(100vh - 45px);
position:relative;
overflow:hidden
}
.wrap * {
max-width:none
}
.left{
float:left;
width:20%;
height:auto
}
.left .logo{
float:left;
height:59px;
width:194px;
margin:48px 0 0 50px
}
.left .menu{
float:left;
height:auto;
width:149px;
margin:74px 0 0 53px
}
.left .menu a{
float:left;
height:27px;
width:149px;
color:#2C3D55;
font-family:'Heebo',sans-serif;
font-size:18px;
letter-spacing:-0.48px;
line-height:27px;
text-decoration:none;
margin:0 0 29px 0;
text-transform:uppercase
}
.left .menu .people2{
color:#2C3D55
}
.left .menu .people3{
color:#C45244
}
.left .menu .people4{
color:#8F5247
}
.left .menu .people5{
color:#C05072
}
.left .menu .people6{
color:#723D57
}
.left .menu .people7{
color:#BE9D8A
}
.left .menu .contactlnk{
color:rgba(0,0,0,0.5)
}
.left .menu .people2.active,
.left .menu .people2:hover{
color:#fff;
font-weight:bold;
position:relative
}
.left .menu .people2.active::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:5%;
left:-10%;
z-index:-1;
background:#2C3D55;
transform:rotate(3deg)
}
.left .menu .people2:hover::before {
content:"";
width:100%;
height:100%;
top:5%;
left:-10%;
z-index:-1;
background:#2C3D55;
transform:rotate(3deg);
position:absolute
}
.left .menu .people3.active,
.left .menu .people3:hover{
color:#fff;
position:relative;
font-weight:bold
}
.left .menu .people3.active::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:-9%;
left:-10%;
z-index:-1;
background:#C45244;
transform:rotate(-3deg)
}
.left .menu .people3:hover::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:-9%;
left:-10%;
z-index:-1;
background:#C45244;
transform:rotate(-3deg)
}
.left .menu .people4.active,
.left .menu .people4:hover{
color:#fff;
position:relative;
font-weight:bold
}
.left .menu .people4.active::before {
content:"";
position:absolute;
width:80%;
height:100%;
top:0%;
left:-5%;
z-index:-1;
background:#8F5247;
transform:rotate(5deg)
}
.left .menu .people4.active::after {
content:"";
position:absolute;
width:100%;
height:100%;
top:-10%;
left:-10%;
z-index:-1;
background:#8F5247;
transform:rotate(-5deg)
}
.left .menu .people4:hover::before {
content:"";
position:absolute;
width:80%;
height:100%;
top:0%;
left:-5%;
z-index:-1;
background:#8F5247;
transform:rotate(5deg)
}
.left .menu .people4:hover::after {
content:"";
position:absolute;
width:100%;
height:100%;
top:-10%;
left:-10%;
z-index:-1;
background:#8F5247;
transform:rotate(-5deg)
}
.left .menu .people5.active,
.left .menu .people5:hover{
color:#fff;
position:relative;
font-weight:bold
}
.left .menu .people5.active::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:0%;
left:-10%;
z-index:-1;
background:#C05072;
transform:rotate(5deg)
}
.left .menu .people5:hover::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:0%;
left:-10%;
z-index:-1;
background:#C05072;
transform:rotate(5deg)
}
.left .menu .people6.active,
.left .menu .people6:hover{
color:#fff;
position:relative;
font-weight:bold
}
.left .menu .people6.active::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:10%;
left:-10%;
z-index:-1;
background:#723D57;
transform:rotate(5deg)
}
.left .menu .people6.active::after {
content:"";
position:absolute;
width:85%;
height:100%;
top:0%;
left:-5%;
z-index:-1;
background:#723D57;
transform:rotate(-10deg)
}
.left .menu .people6:hover::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:10%;
left:-10%;
z-index:-1;
background:#723D57;
transform:rotate(5deg)
}
.left .menu .people6:hover::after {
content:"";
position:absolute;
width:85%;
height:100%;
top:0%;
left:-5%;
z-index:-1;
background:#723D57;
transform:rotate(-10deg)
}
.left .menu .people7.active,
.left .menu .people7:hover{
color:#fff;
position:relative;
font-weight:bold
}
.left .menu .people7.active::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:-10%;
left:-10%;
z-index:-1;
background:#BE9D8A;
transform:rotate(-5deg)
}
.left .menu .people7:hover::before {
content:"";
position:absolute;
width:100%;
height:100%;
top:-10%;
left:-10%;
z-index:-1;
background:#BE9D8A;
transform:rotate(-5deg)
}
.left .menu .contactlnk.active,
.left .menu .contactlnk:hover{
color:#fff;
position:relative;
font-weight:bold
}
.left .menu .contactlnk.active::before {
content:"";
position:absolute;
width:85%;
height:100%;
top:0%;
left:-5%;
z-index:-1;
background:#7f7f7f;
transform:rotate(5deg)
}
.left .menu .contactlnk.active::after {
content:"";
position:absolute;
width:100%;
height:100%;
top:10%;
left:-10%;
z-index:-1;
background:#7f7f7f;
transform:rotate(-5deg)
}
.left .menu .contactlnk:hover::before {
content:"";
position:absolute;
width:85%;
height:100%;
top:0%;
left:-5%;
z-index:-1;
background:#7f7f7f;
transform:rotate(5deg)
}
.left .menu .contactlnk:hover::after {
content:"";
position:absolute;
width:100%;
height:100%;
top:10%;
left:-10%;
z-index:-1;
background:#7f7f7f;
transform:rotate(-5deg)
}
.content{
float:left;
height:calc(100% - 45px);
min-height:calc(100vh - 45px);
width:60%;
background-color:rgba(190,157,138,0.1)
}
.right{
float:left;
width:20%
}
.right .search_and_social{
float:right;
position:relative;
height:225px;
width:182px;
margin:48px 0 0 0
}
.right .search_and_social .imdb{
float:left;
margin:0 21px 0 0
}
.right .search_and_social .search{
height:60px;
width:182px;
position:absolute;
right:0;
z-index:100;
background-color:#231F20;
transition:all 1s ease
}
.right .search_and_social .search.s2{
background-color:#2C3D55
}
.right .search_and_social .search.s3{
background-color:#C45244
}
.right .search_and_social .search.s4{
background-color:#8F5247
}
.right .search_and_social .search.s5{
background-color:#C05072
}
.right .search_and_social .search.s6{
background-color:#723D57
}
.right .search_and_social .search.s7{
background-color:#BE9D8A
}
.right .search_and_social .search.scontact{
background-color:#BE9D8A
}
.right .search_and_social .search.wishlist_page{
background-color:#7f7f7f
}
.right .search_and_social .search input[type="text"]{
float:right;
padding:0 4px 0 4px;
border:0;
height:60px;
background:none;
color:#fff;
font-size:18px;
width:124px;
direction:rtl;
transition:all 1s ease;
font-family:'Heebo',sans-serif
}
/*.search > input[type="text"]:focus{
width:11170px
}*/
.right .search_and_social .search input[type="submit"]{
float:right;
padding:25px;
margin:5px 0;
border:0;
background:url(../../../design/default/css/search.png) 9px 7px no-repeat;
width:36px;
height:36px
}
input:focus,
select:focus,
textarea:focus,
button:focus {
outline:none
}
.right .search_and_social .favs{
/*float:left;
*/
height:40px;
width:182px;
background-color:#231F20;
margin:6px 0 0 0;
text-align:center;
color:#FEFEFE;
font-family:'Heebo Medium',sans-serif;
font-size:16px;
font-weight:500;
letter-spacing:-0.03px;
line-height:40px;
position:absolute;
top:90px;
cursor:pointer;
transition:all 0.25s ease
}
.right .search_and_social .favs:hover{
background-color:#E9363B
}
.right .search_and_social .favs.active{
background-color:#E9363B
}
.right .search_and_social .wishlist_btn{
display:none;
height:40px;
width:182px;
background:#939597;
margin:6px 0 0 0;
text-align:center;
color:#FEFEFE;
font-family:'Heebo Medium',sans-serif;
text-decoration:none;
font-size:16px;
font-weight:500;
letter-spacing:-0.03px;
line-height:40px;
position:absolute;
top:90px;
cursor:pointer;
transition:all 0.25s ease
}
.right .search_and_social .wishlist_btn.active{
display:block
}
.right .search_and_social .clear_btn{
display:none;
height:40px;
width:182px;
margin:6px 0 0 0;
text-align:center;
color:#939597;
font-family:'Heebo Medium',sans-serif;
text-decoration:none;
font-size:16px;
font-weight:500;
letter-spacing:-0.03px;
line-height:40px;
position:absolute;
top:180px;
cursor:pointer;
transition:all 0.25s ease
}
.right .search_and_social .clear_btn.active{
display:block
}
.footer {
float:left;
width:100%;
height:45px;
background-color:#2B231F;
color:#fff;
line-height:45px;
font-size:16px
}
.footer .credit{
float:right;
margin:0 48px 0 0;
width:auto;
text-align:right
}
.footer .credit span{
font-weight:bold
}
.title_page{
position:fixed;
left:0;
bottom:0;
font-size:162px;
z-index:100;
text-transform:uppercase;
font-weight:bold;
margin:0;
line-height:0.64;
letter-spacing:-5px
}
.title_page.page6{
color:#723D57;
font-size:122px;
box-shadow:inset rgba(255,255,255,0.6) 0 -50px 22px 0
}
}
#scrl {
position:absolute;
top:0;
height:100%;
display:none
}
.rscr { right:0
}
.lscr { left:0
}
.rscr #scrtop,.rscr #scrbot,.rscr #sccen { position:absolute;
cursor:pointer;
right:0
}
.lscr #scrtop,.lscr #scrbot,.lscr #sccen { position:absolute;
cursor:pointer;
left:0
}
/* ok */
#scrtop { top:0;
z-index:1
}
#scrbot { bottom:0;
z-index:1
}
#sccen  { display:none;
z-index:2
}
.sys_toolbar_date {
float:right;
margin-right:10px;
font-size:28px;
font-weight:bold;
color:white;
background:black;
box-shadow:inset 0 0 50px gray,inset 0 15px 10px gray;
padding:0 10px;
border-radius:0 0 15px 15px
}
.sys_toolbar_date span {
display:block;
float:left;
padding:0 5px;
border-right:2px solid rgba(255,255,255,0.2);
text-align:center;
color:white
}
.sys_toolbar_date span:last-child {
border:0
}
.username {
float:right;
margin-right:10px;
font-size:18px;
margin-top:5px;
text-shadow:-2px 2px 0 rgba(0,0,0,0.1);
color:#555;
direction:rtl
}
@media screen and (max-width:800px) {
.username {
display:none
}
.sys_search  {
display:none
}
}
/*
* span {
display:inline-block
}
*/
/*
#lbuttons,
#lbuttons div,
#lbuttons a,
#lbuttons img,
.fxc #subtoolbar,
.fxc #admin_panel {
-webkit-transform:translate3d(0,0,0);
-webkit-backface-visibility:hidden;
-webkit-perspective:1000;
transform:2DValue(val) 3DValueSetToNull(0);
transform:2DValue(val);
-webkit-transform :translateZ(0);
-o-transform :translateZ(0);
-moz-transform :translateZ(0);
transform :translateZ(0);
-webkit-transition:all 0.5s linear
}
.fxc #admin_pusher,
.fxc #sys_website {
-webkit-transition:all 0.5s linear
}
*/
body {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
min-width:100%;
min-height:100%;
padding:0;
margin:0
}
p {
padding:0;
margin:0
}
div.bs {
float:right
}
body {
overflow:hidden;
background:transparent !important;
background-image:none !important
}
.lbuttons {
float:left;
width:100%;
opacity:0;
-webkit-transition:all 0.3s linear
}
.mgtool {
min-height:50px;
font-size:14px;
letter-spacing:0;
position:fixed;
z-index:100;
right:0;
top:0;
width:100% !important;
width:100%;
line-height:30px;
background:#888585;
background:rgba(136,133,133,0.85);
box-shadow:inset 0 20px 50px rgb(201,201,201),inset 0 40px 0 white,inset 0 -10px 80px rgb(71,71,71)
}
.mgtool a {
border-radius:7px;
float:left;
background:#E9E9E9;
display:block;
text-decoration:none;
color:black;
text-align:center;
position:relative;
z-index:50;
font-family:Arial;
word-wrap:break-word;
line-height:12px;
margin-left:2px;
margin-right:2px;
font-size:12px;
border:1px solid #EEE;
margin-bottom:5px;
box-shadow:inset 0 15px 0 0 #F7FAFF,inset 0 15px 13px 0 white,-1px -1px 0 rgba(70,70,70,0.01),inset 0 -15px 13px 0 white,-1px -1px 0 rgba(0,0,0,0.08),0 3px 5px #444343;
width:50px;
text-align:center;
display:block;
min-height:70px;
max-height:70px;
overflow:hidden
}
.mgtool .lbuttons span {
float:right;
display:block;
position:relative
}
.mgtool a font {
display:none
}
.mgtool a:hover font {
display:block;
background:black;
color:white;
width:40px;
margin:2px;
padding:3px 2px;
border-radius:10px;
position:absolute;
left:1px;
bottom:0;
font-size:11px;
box-shadow:0 0 2px white,inset 0 -15px 0 rgba(255,255,255,0.1)
}
.mgtool a:hover font:hover {
background:white;
color:black
}
.mgtool a.inpage_tlb {
box-shadow:inset 0 0 50px rgba(255,165,0,0.15)
}
.mgtool div div > a {
background:rgba(255,255,255,0.3);
box-shadow:-2px 2px 2px black,inset 0 -15px rgba(0,0,0,0.1);
color:white;
border:1px solid #7C7C7C;
text-shadow:-1px -1px 0 gray;
border-radius:10px
}
.mgtool a.active {
position:relative;
background:#8B8B8B;
box-shadow:0 0 0 ,inset 0 0 0 !important;
color:white;
border-bottom:0;
border-radius:7px 7px 0 0;
z-index:5;
margin-bottom:0;
border:1px solid rgba(0,0,0,0.2);
border-bottom:0;
overflow:visible
}
.mgtool > .lbuttons > a:hover {
background:gray;
color:white;
box-shadow:inset 0 -15px 0 rgba(255,255,255,0.2);
z-index:5;
min-height:65px;
max-height:auto;
padding-top:5px;
font-weight:bold;
overflow:visible
}
.mgtool > .lbuttons > a:hover > img {
position:absolute;
right:0;
bottom:0;
opacity:0.1
}
.mgtool a img {
width:30px;
float:right;
margin:3px 5px;
padding:5px 5px
}
iframe.subtoolbar {
position:absolute;
top:-10000px
}
#subtoolbar {
display:none;
width:170px;
min-width:170px;
z-index:100;
background:gray;
background:rgba(128,128,128,0.8);
border-radius:5px;
overflow:hidden;
position:absolute;
left:0;
top:77px;
color:white;
box-shadow:inset -2px 2px 0 #6F6F6F,inset 23px 24px 4px #8B8B8B;
box-shadow:inset -2px 2px 0 rgba(111,111,111,0.5),inset 23px 24px 4px rgba(139,139,139,0.5);
padding:5px;
margin-left:-5px
}
#subtoolbar > a {
float:inherit
}
#subtoolbar a[href="#"] {
display:none
}
#subtoolbar a:hover {
background:#D6D6D6
}
#subtoolbar > span {
display:none;
position:absolute;
right:25px;
bottom:5px;
font-size:18px;
color:white
}
#subtoolbar .seperator {
float:left;
background:black;
width:3px;
overflow:hidden;
margin-left:5px
}
#subtoolbar a.small  {
width:20px
}
/** MOBILE **/
.sys_mobile .mgtool {
background:black;
box-shadow:none;
bordeR:0
}
.sys_mobile .mgtool a,
.sys_mobile .mgtool a:hover {
width:90%;
margin:auto;
margin-bottom:20px;
float:none;
color:white;
background:black;
box-shadow:inset 0 35px 0 0 #2F2F2F,-2px 2px 2px gray;
font-size:58px;
min-height:88px;
line-height:88px
}
.sys_mobile .mgtool a img {
width:48px;
height:48px
}
.sys_search {
float:left;
margin-left:15px;
margin-top:5px
}
.sys_search input {
float:right;
direction:rtl
}
.sys_search input[type="text"] {
background:white;
border:1px solid gray;
height:20px;
border-radius:4px
}
.top_buttons {
float:left;
width:100%;
height:45px
}
.ltxt {
float:left;
height:35px;
font-size:14px;
letter-spacing:0;
z-index:100;
background:white;
border-top:1px solid gray;
box-shadow:inset 0 -15px 0 rgb(240,240,240);
margin:auto;
display:block;
width:290px;
position:relative;
border-radius:0 0 35px 0;
line-height:35px;
direction:ltr
}
.magma_version {
background:url(../../../boxes/14.3/system/plugins/admin/css/magma_icon_30x30.png) no-repeat;
font-weight:bold;
font-size:25px;
color:#D40000;
text-align:right;
padding-right:10px;
margin-right:0;
height:30px;
float:left;
margin-top:3px;
line-height:30px;
margin-left:4px;
font-family:'trebuchet ms',sans-serif
}
.magma_version img {
float:left;
-webkit-transition:all 60s linear;
-webkit-transform-origin:middle center;
width:31px;
opacity:0.3
}
.magma_version img.activemagma {
/*  -webkit-transform:rotate( 1000deg);
opacity:1;
*/
}
.magma_version font {
font-size:18px;
color:rgb(197,42,42);
margin-left:5px
}
.ltxt span {
font-size:12px;
letter-spacing:0;
font-weight:normal;
text-transform:none;
float:none;
color:black
}
.magma_help {
position:absolute;
left:29px;
top:0;
font-size:18px;
color:white;
text-shadow:0 0 5px black
}
#panelout {
position:fixed;
left:0;
top:0;
z-index:0;
width:100%;
height:100%
}
#cuteditor_fullrow {
width:100%;
float:left;
margin-top:10px
}
#cuteditor_fullrow > a {
display:none
}
.sys_search input {
float:right;
direction:rtl;
border:0;
padding:5px 10px;
border-radius:0 0 10px 10px;
box-shadow:-1px 1px 5px gray,inset 0 -5px 0 rgba(0,0,0,0.035),1px 0 0 2px rgba(255,255,255,0.3);
margin-left:5px;
margin-top:-5px
}
.mgtool a.activesub {
background:rgb(213,213,213);
box-shadow:-2px 2px 0 black;
text-shadow:0 0 0;
color:black
}
#mgvrfx {
position:absolute;
left:35px;
top:0;
height:33px;
width:120px;
box-shadow:inset 0 0 0 white,0 0 0 rgba(255,255,255,0.15);
-webkit-transition:all 0.5s linear
}
.mgvrfx_active {
box-shadow:inset 0 0 85px white,0 0 5px rgba(255,255,255,0.15) !important
}
body .mgtool a[href="users.logout"],
body .mgtool a[href="css.stop_admin"],
body .mgtool a[href="admin.hide"],
body .mgtool a[href="admin.panel-dev"],
body .mgtool a[href="settings.admin"],
body .mgtool a[href="css.start_admin"],
body .mgtool a[href="seo.admin_seo" ],
body .mgtool a[href="apps.list" ],
body .mgtool a[href="plugins.maker_admin" ],
body .mgtool a[href="mgurl.admin"],
body .mgtool a[href="mg_redirect_url.admin"],
body .mgtool a.tlb_devbg,
body .mgtool a.inpage_tlb{
float:right
}
*,
*:before,
*:after {
-webkit-box-sizing:content-box !important;
-moz-box-sizing:content-box !important;
box-sizing:content-box !important;
font-family:Arial
}
.tlb span{
width:100%;
text-align:center
}
.mgtool a {
float:right
}
body .mgtool a[href="users.logout"],
body .mgtool a[href="css.stop_admin"],
body .mgtool a[href="admin.hide"],
body .mgtool a[href="admin.panel-dev"],
body .mgtool a[href="settings.admin"],
body .mgtool a[href="css.start_admin"],
body .mgtool a[href="seo.admin_seo" ],
body .mgtool a[href="apps.list" ],
body .mgtool a[href="plugins.maker_admin" ],
body .mgtool a[href="mgurl.admin"],
body .mgtool a[href="mg_redirect_url.admin"],
body .mgtool a.tlb_devbg,
body .mgtool a.inpage_tlb {
float:left
}
#subtoolbar {
left:auto;
right:0
}
/* css fixes */
ol {
position:relative;
right:20px
}
a{
outline:0
}
input[type="image"],
input[type="submit"],
input[type="button"],
button {
cursor:pointer
}
.ie a img {
border:0
}
.hidden {
position:absolute;
left:0;
top:-100000px
}
.seoform span {
float:left;
width:100px
}
.seoform div input {
width:500px
}
.seoform div {
float:left;
width:100%;
margin-bottom:15px
}
body .mgtool .subtoolbarplugins a {
width:150px;
height:20px;
line-height:20px;
max-height:20px;
min-height:20px;
padding:0;
font-size:11px;
text-align:left;
padding-left:10px;
white-space:nowrap
}
body .mgtool .subtoolbarplugins a img {
width:10px;
margin-top:0;
margin-right:0;
background:gray
}
.subtoolbarplugins {
width:500px !important
}

;
