.oblako {
 border-collapse:collapse;
 width:100%;
 background:#ffffff;
 margin-bottom:10px;
 border:1px solid #cccccc;
 }

.manTable {
 margin: 90px;
 width: 800px;
 }

.drop22 { 
 float:right; 
 color:#cccccc; 
 text-shadow:1px 1px 1px #000;
 font-weight: 700; 
 margin-top: 5px; 
 -webkit-transition: background-color 150ms linear, color 150ms linear;
 -moz-transition: background-color 150ms linear, color 150ms linear;
 -o-transition: background-color 150ms linear, color 150ms linear;
 transition: background-color 150ms linear, color 150ms linear;
 } 

 .drop22:hover{ 
 color:#e6e6fa; 
 } 

.haks{
 -webkit-transition-duration: 0.2s;
 -moz-transition-duration: 0.2s;
 -o-transition-duration: 0.2s;
 transition-duration: 0.2s;
 
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 transition-property: transform;
 
 overflow:hidden;
 
 } 
 
.haks:active {
 -webkit-transform:scale(0.9);
 -moz-transform:scale(0.9);
 -o-transform:scale(0.9);
} 



.rotate{
 -webkit-transition-duration: 0.6s;
 -moz-transition-duration: 0.6s;
 -o-transition-duration: 0.6s;
 transition-duration: 0.6s;
 
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 transition-property: transform;
 
 overflow:hidden;
 
 } 
 
.rotate:hover {
 -webkit-transform:translateX(-4px);
 -moz-transform:translateX(-4px);
 -o-transform:translateX(-4px);
} 
.rotate:active {
 -webkit-transform:scale(0.9);
 -moz-transform:scale(0.9);
 -o-transform:scale(0.9);
}
 
.top_up { 
background: rgba(0, 0, 0, 0.702);
border: 1px solid #373737;
top: 520px;
right: 0;
z-index:9;
font-size: 10pt;
cursor: pointer;
padding: 3px;
position: fixed;
text-align: center;
text-decoration: none;
width: 80px;
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
}


.musicview {
 border-collapse:collapse;
 width:100%;
 background:#ffffff;
 margin-bottom:10px;
 border:1px solid #cccccc;
 transition: background-color 100ms linear, color 100ms linear;
 }

.musicview:hover {
 border-collapse:collapse;
 width:100%;
 background:#cccccc;
 margin-bottom:10px;
 border:1px solid #c1c1c1;
 }


@import url('/player/player.css') all;
.menu_ha { 
 margin:0; 
 padding:0; 
 list-style:none; 
 overflow:hidden; 
 width:168px; 
 background:#eee; 
 border: 1px solid #353535; 
 } 

 .menu_ha li a:link, 
 .menu_ha li a:visited { 
 display:block; 
 text-align:left; 
 color:#555; 
 width:100%; 
 padding:4px 10px; 
 border-bottom: 1px solid #d0d0d0; 
 border-top: 1px solid #fff; 
 } 

 .menu_ha li a:hover { 
 background:#fff; 
 } 


.tbox {position:absolute; display:none;} 
 #success {background:#363636; color:#32CD32; border:1px solid #444; padding:10;}


/* Верхняя панель для пользователей v.1.0 
 ============================================================================*/ 
 #top_bar { 
 position:fixed; 
 bottom: 23px; 
 z-index:997; 
 top:0; 
 min-width:100%; 
 height:35px; 
 background: #353535; 
 border-top: 1px solid #000; 
 box-shadow: 0px 0px 5px #111; 
 } 

 #top_bar_os { 
 padding:0px; 
 width:1000px; 
 height:35px; 
 margin: 0px auto; 
 } 

 #top_bar_os a{ 
 text-decoration:none; 
 } 

 .td_l { 
 float:left; 
 padding:8px 10px 0px 10px; 
 height:30px; 
 background: no-repeat right; 
 } 

 .td_p { 
 float:left; 
 height:35px; 
 padding: 5px 10px 10px 10px; 
 background:url(http://www.center-dm.ru/ucoz/user_bar/v1/li_linia.gif) no-repeat right; 
 } 

 /* Форма поиска синяя кнопка 
 ------------------------------------------*/ 
 .poick_os1 input { 
 font:11px Verdana,Arial,Helvetica,sans-serif!important; 
 margin:0px!important; 
 vertical-align:middle!important; 
 } 

 .poick_pole1 { 
 color:#cccccc!important; 
 padding:2px!important; 
 width:300px!important; 
 height:15px!important; 
 background:#484848!important; 
 border: 1px solid #252525!important; 
 } 
 
 .poick_pole1:focus { 
 background:#545454!important; 
 } 
 
 .poick_knopka1 { 
 color:#bfbfbf!important;
 padding: 0px 10px!important; 
 height:25px!important; 
 background: #000000!important; 
 border: 1px solid #0c123b!important; 
 cursor:pointer!important; 
 -webkit-transition: background-color 150ms linear, color 150ms linear;
 -moz-transition: background-color 150ms linear, color 150ms linear;
 -o-transition: background-color 150ms linear, color 150ms linear;
 transition: background-color 150ms linear, color 150ms linear;
 } 
 
 .poick_knopka1:hover { 
 background:#747474!important; 
 } 

 /* Выпадающее меню 
 ------------------------------------------*/ 
 .menu_p { 
 display:block; 
 position:relative; 
 } 

 .drop { 
 float:right; 
 color:#cccccc; 
 text-shadow:1px 1px 1px #000;font-weight: 700; 
 padding: 9px 17px 0px 0px; 
 margin-right: 0px; 
 -webkit-transition: background-color 150ms linear, color 150ms linear;
 -moz-transition: background-color 150ms linear, color 150ms linear;
 -o-transition: background-color 150ms linear, color 150ms linear;
 transition: background-color 150ms linear, color 150ms linear;
 } 

 .drop:hover{ 
 color:#e6e6fa; 
 } 

 .drop1 { 
 float:right; 
 color:#cccccc; 
 text-shadow:1px 1px 1px #000;font-weight: 700; 
 padding: 9px 17px 0px 0px; 
 margin-right: 0px; 
 -webkit-transition: background-color 150ms linear, color 150ms linear;
 -moz-transition: background-color 150ms linear, color 150ms linear;
 -o-transition: background-color 150ms linear, color 150ms linear;
 transition: background-color 150ms linear, color 150ms linear;
 } 

 .drop1:hover{ 
 color:#e6e6fa; 
 } 

 .drop2 { 
 float:right; 
 color:#cccccc; 
 text-shadow:1px 1px 1px #000;font-weight: 700; 
 padding: 9px 17px 0px 0px; 
 margin-right: 0px; 
 -webkit-transition: background-color 150ms linear, color 150ms linear;
 -moz-transition: background-color 150ms linear, color 150ms linear;
 -o-transition: background-color 150ms linear, color 150ms linear;
 transition: background-color 150ms linear, color 150ms linear;
 } 

 .drop2:hover{ 
 color:#e6e6fa; 
 } 

 .dd_ugol1, 
 .dd_menu { 
 width:240px; 
 } 

 .dd_ugol2, 
 .dd_menu_p { 
 width:300px; 
 } 

 .dd_menu, 
 .dd_menu_p { 
 float:left; 
 position:absolute; 
 margin:0px auto; 
 background:#4c4c4c; 
 padding:5px; 
 left:-999em; 
 z-index:998; 
 border:1px solid #111; 
 -moz-border-radius:5px 5px 5px ; 
 -webkit-border-radius:5px 5px 5px ; 
 border-radius:5px 5px 5px ; 
 box-shadow: 0px 0px 5px #111; 
 } 
 
 .menu_p:hover .dd_menu, 
 .menu_p:hover .dd_menu_p{ 
 top:40px; 
 left:auto; 
 right:0px; 
 } 

 .dd_ugol1, 
 .dd_ugol2 { 
 height:25px; 
 float:left; 
 position:absolute; 
 top: -25px; 
 right: 25px; 
 background:url(fon_ugol_1.png) no-repeat; 
 background-position: right bottom; 
 } 

 .dd_ugol1 {right:2px!important;} 
 .dd_menu_os {width:218px;} 
 .mini_profil {width:278px;} 

 .dd_menu_os, 
 .mini_profil { 
 overflow:hidden; 
 background:#eee; 
 border: 1px solid #353535; 
 margin:0; 
 padding:10px; 
 } 

 /* Вертикальное меню 
 ------------------------------------------*/ 
 .menu_top { 
 margin:0; 
 padding:0; 
 list-style:none; 
 overflow:hidden; 
 width:238px; 
 background:#eee; 
 border: 1px solid #353535; 
 } 

 .menu_top li a:link, 
 .menu_top li a:visited { 
 display:block; 
 text-align:left; 
 color:#555; 
 width:100%; 
 padding:4px 10px; 
 border-bottom: 1px solid #d0d0d0; 
 border-top: 1px solid #fff; 
 } 

 .menu_top li a:hover { 
 background:#fff; 
 } 

 /* Мини профиль 
 ------------------------------------------*/ 
 .mini_avatar { 
 width:35px; 
 height:35px; 
 } 

 .mp_avatar { 
 float:right; 
 margin: 0px 0px 0px 0px; 
 width:50px; 
 height:50px; 
 border: 3px solid #666; 
 } 

 .mp_info { 
 float:left; 
 margin:0; 
 padding:5px; 
 width:200px; 
 list-style:none; 
 } 

 .mp_info a:link, 
 .mp_info a:visited{color:#e6e6fa; font-weight: bold;} 
 .mp_info a:hover {color:#cccccc;} 

 .mp_info li { 
 font: 10px Verdana,Arial,Helvetica, sans-serif; 
 padding: 2px 0px; 
 border-top: 1px solid #fff; 
 border-bottom: 1px solid #B7B7B7; 
 } 

 .border_v {border-top:none!important;} 
 .border_n {border-bottom:none!important;} 
 .bold {font-weight: bold;} 

 /* Кнопки 
 ------------------------------------------*/ 
 .knopka_vxod:link, 
 .knopka_vxod:visited, 
 .knopka_reg:link, 
 .knopka_reg:visited { 
 float:left; 
 font-weight: bold; 
 color:#cccccc; 
 text-shadow: 1px 1px 1px #000; 
 padding: 10px 10px 0px 10px; 
 } 

 .knopka_vxod:hover, 
 .knopka_reg:hover {color:#e6e6fa;} 
 .knopka_pochta:link, 
 .knopka_pochta:visited{ 
 float:left; 
 font-weight: bold; 
 color:#cccccc; 
 text-shadow: 1px 1px 1px #000; 
 padding: 10px 10px 0px 10px; 
 } 
 .knopka_pochta:hover {color:#e6e6fa;} 
 .knopka_vixod:link, 
 .knopka_vixod:visited{ 
 float:right; 
 font: 9px Verdana,Arial,Helvetica, sans-serif; 
 color:#F1EDED; text-shadow: 1px 1px 1px #000; 
 background:#353535; 
 padding: 2px 7px 3px 7px; 
 margin: 5px 4px 0px 0px; 
 } 
 .knopka_vixod:hover {background:#444;}







/* ====== Р“РѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРµ РјРµРЅСЋ ====== */
#webo4ka_ru_gorizontalinoe_menu {background: url(/img/gorizontalnoe_menju.gif) repeat-x; border-bottom: 1px solid #ccc; list-style: none;}
#webo4ka_ru_gorizontalinoe_menu li {float: left; margin: 0; padding: 0;}
#webo4ka_ru_gorizontalinoe_menu ua {float: right; margin: 0; padding: 0;}

#webo4ka_ru_gorizontalinoe_menu li a {padding: 9px 15px; font-size: 12px; display: block; color: #999; font-weight: bold; text-shadow: 1px 1px 1px #fff; text-decoration: none;}
#webo4ka_ru_gorizontalinoe_menu li a:hover {color: #666;}

#webo4ka_ru_gorizontalinoe_menu ua a {padding: 9px 15px; font-size: 12px; display: block; color: #999; font-weight: bold; text-shadow: 1px 1px 1px #FFF; text-decoration: none;}
#webo4ka_ru_gorizontalinoe_menu ua a:hover {color: #666;}
/* ====== END Р“РѕСЂРёР·РѕРЅС‚Р°Р»СЊРЅРѕРµ РјРµРЅСЋ ====== */





/*--------------------- General styles start ---------------------*/

body {
 margin: 0px;
 background: rgba(242, 242, 242, 0.700) url('/img/fon1.png'); width: 100%; height: 100%;
 font: 12px 'Open Sans', sans-serif;
 color: #5d5d5d;
 text-align: center;
}

td, input, select {
 font: 12px 'Open Sans', sans-serif;
}

body a {
 color: #000000;
 text-decoration: none;
}


* {}

img {border: 0px;}

/*--------------------- General styles end ---------------------*/


/*--------------------- All content start ---------------------*/

#all {
 background: url(/.s/t/797/1.gif) repeat-x;
 min-width: 1000px;
}

/*--------------------- All content end ---------------------*/



/*--------------------- Header start ---------------------*/

#top {
 width: 100%;
 height: 223px;
 background: url(/.s/t/797/2.jpg) no-repeat top center;
}

.toptable {
 width: 1000px;
 height: 185px;
 margin: auto;
}

.globe {
 vertical-align: top;
 text-align: right;
 width: 525px;
 background: url(/fon1.png) no-repeat;
}

#date {
 height: 25px;
 font: 12px 'Open Sans', sans-serif;
 color: #cccccc;
 margin-right: 20px;
}

#date-left {
 float: right;
 width: 22px;
 height: 25px;
 background: url(/.s/t/797/4.png);
}

#date-mid {
 float: right;
 height: 25px;
 background: url(/.s/t/797/5.png);
 line-height: 21px;
}

#date-right {
 float: right;
 width: 23px;
 height: 25px;
 background: url(/.s/t/797/6.png);
}

#tm {
 margin: auto;
 margin-top: 8px;
 height: 22px;
 width: 1000px;
}

.tm a {
 color: #999999;
 font: 12px 'Open Sans', sans-serif;
 text-transform: uppercase;
 line-height: 22px;
 text-decoration: none;
 padding-left: 15px;
}

.tm a:hover {
 color: #1282d8;
 background-position: 0px -16px;
 text-decoration: none;
}

.tm_left {
 display: block;
 float: left;
 width: 5px;
 height: 22px;
 background: url(/.s/t/797/7.png);
}

.tm {
 display: block;
 float: left;
 height: 22px;
 background: url(/.s/t/797/8.png);
}

.tm_right {
 display: block;
 float: left;
 width: 5px;
 height: 22px;
 background: url(/.s/t/797/9.png);
 margin-right: 8px;
}

.home a {
 background: url(/.s/t/797/10.png) no-repeat;
}

.prof a {
 background: url(/.s/t/797/11.png) no-repeat;
}

.reg a {
 background: url(/.s/t/797/12.png) no-repeat;
}

.logout a {
 background: url(/.s/t/797/13.png) no-repeat;
}

.login a {
 background: url(/.s/t/797/14.png) no-repeat;
}

.rss a {
 background: url(/.s/t/797/15.png) no-repeat;
}

.whois {
 float: right;
 height: 22px;
 font: 12px 'Open Sans', sans-serif;
 line-height: 20px;
 color: #555555;
}

/*--------------------- Header end ---------------------*/


/*--------------------- Main content start ---------------------*/

#content {
 width: 1000px;
 margin: auto;
 padding-top: 1px;
 text-align: left;
}

#leftcol {
 float: left;
 width: 180px;
 text-align: justify;
}

#rightcol {
 float: right;
 width: 180px;
 text-align: justify;
}

#maincol {
 margin-top: 5px;
 margin-left: 10px;
 float: left;
 width: 980px;
 text-align: justify;
}

.eTitle {
 font: 14px 'Open Sans', sans-serif;
 color: #6f6e6e;
 text-transform: uppercase;
 margin-bottom: 5px;
}

.eTitle a {
 color: #1282d8;
}

.eTitle a:hover {}

.eMessage, .eText, .eAnswer {
 font: 12px 'Arial';
 color: #555555;
 text-align: justify !important;
 background: url(/.s/t/797/16.gif) repeat-x;
}

.cMessage {
 font: 12px 'Open Sans', sans-serif;
 text-align: justify !important;
}

.eDetails, .eDetails1, .eDetails2 {
 font: 11px 'Open Sans', sans-serif;
 color: #555555;
 background: #E2E2E2;
 border: 1px solid #dcdbe0;
 padding: 3px 15px;
 margin-top: 3px;
}

.cBlock1, .cBlock2 {
 background: #e8e7e7;
}

/*--------------------- Main content end ---------------------*/


/*--------------------- Containers start ---------------------*/

.block {
 margin-top: 8px;
 width: 100%;
 background: #f5f5f5;
}

.blocktitle {
 border: 1px solid #dcdbe0;
 border-bottom: 0px;
}

.btitle {
 display: block;
 float: left;
 font: 14px/30px 'Open Sans', sans-serif;
 height: 30px;
 color: #000000;
 background: #ffffff;
 text-transform: uppercase;
 margin: -1px 0px 0px -1px;
 padding: 0px 6px 0px 10px;
 border-bottom: 1px solid #dcdbe0;
}

.bt-left {
 display: block;
 float: left;
 margin-top: -1px;
 width: 5px;
 height: 30px;
 background: url(/img/17.png);
}

.blockcontent {
 text-align: left;
 border: 1px solid #dcdbe0;
 border-top: 0px;
}

.bc-inside {
 margin: 0px 0px 0px 10px;
 padding: 10px 0px;
 width: 180px;
}

.blockcontent ul {
 margin: 0;
 padding: 0;
}

.blockcontent li {
 margin-left: 15px;
}

.blockcontent li a {
 color: #555555;
}

.blockcontent li a:hover {
 color: #1282d8;
}

.blockcontent a {}

.blockcontent a:hover {}

.calTable td {
 font-family: 'Arial';
 padding: 2px 5px;
}

td.calMdayIs, .calMdayIsA {
 background: #ffffff;
 border: 1px solid #dcdbe0;
}

a.calMdayLink {
 color: #6a6a6a;
}

td.calWday {
 background: #efefef;
 border: 1px solid #dcdbe0;
}

td.calWdaySe, td.calWdaySu {
 background: #228acc;
 border: 1px solid #46aaea;
 color: #ffffff;
}

.calMday, calMdayA, .calMdayIs {}

.calMdayA {
 color: #c20505;
 font-weight: bold;
}

a.calMonthLink {
 color: #1282d8;
 font: 12px 'Arial';
}

a.groupAdmin {
 color: #ff0000;
}

.swchItem span, .swchItemA span {}

.swchItem span:hover {}

.swchItem span:active {}

.swchItem {}

.admBarCenter div, .myWinSuccess {}

/*---------------- Mainmenu start------------*/

.uMenuH li {float:left;padding: 0 5px;list-style:none;}

ul.uMenuRoot {
 margin: 0px;
 padding: 0px;
 list-style-type: none;
}

.uMenuV .uMenuRoot li {
 line-height: 18px;
 border-bottom: 1px solid #dcdbe0;
 border-top: 1px solid #ffffff;
}

.uMenuV .uMenuRoot .uMenuItem {
 margin: 3px 0px;
}

.uMenuV .uMenuRoot span {
 margin-left: 0px;
}

.uMenuV .uMenuRoot a {
 display: block;
 width: 170px;
 background: url(/.s/t/797/18.gif) no-repeat;
 background-position: 0px -16px;
 color: #555555;
}

.uMenuV .uMenuRoot .uMenuItem a:hover {
 background-position: -7px -1px;
 color: #1282d8;
}

.uMenuV .uMenuRoot .uMenuItem a:active {}

.uMenuV .uMenuRoot a.uMenuItemA {
 background-position: -7px -1px;
 color: #1282d8;
}

.uMenuV .uMenuRoot .uMenuItem span {
 margin-left: 10px;
}

.uMenuV .uMenuArrow {
 position: absolute;
 width: 5px;
 height: 17px;
 top: 4px;
 right: 0px;
 background: url(/.s/t/797/19.png);
}

.u-menuarrow {
 top: 1px !important;
}

/*------------------- Mainmenu end -------------------*/
/*--------------------- Containers end ---------------------*/


/*--------------------- Footer start ---------------------*/

#footer {
 clear: both;
 width: 100%;
 height: 76px;
 margin-top: 20px;
 background: url(/.s/t/797/20.gif);
}

#footer-block {
 width: 1000px;
 margin: auto;
 font: 11px 'Open Sans', sans-serif;
 color: #cccccc;
}

#copyright {
 float: left;
 margin-left: 10px;
 width: 45%;
 line-height: 76px;
 text-align: left;
 text-transform: uppercase;
}

#powered_by {
 float: right;
 margin-right: 10px;
 width: 45%;
 line-height: 31px;
 margin-top: 22px;
 text-align: right;
}

#powered_by img {
 vertical-align: middle !important;
}

/*--------------------- Footer end ---------------------*/


/*--------------------- Forum start ---------------------*/

.forumContent {
}

.forumContent a {}

.forumContent table {}

.gTable, .postTable {
 background: #dcdbe0;
}

.gTable td {
 background: #ffffff;
 border: 1px solid #efefef;
}

.postTable td {
 border-collapse: collapse;
 border: 1px solid #efefef;
}

.gTable td.gTableTop {
 font: 14px/28px 'Open Sans', sans-serif;
 background: url(/img/21.gif);
 color: #feffff;
 text-transform: uppercase;
 padding: 0px 10px;
}

.gTableTop a {
 color: #feffff;
}

.gTableTop a:hover {}

.gTable td.gTableSubTop {
 background: #127cce;
 color: #ffffff;
}

.gTableSubTop a {
 color: #ffffff;
}

.gTableTop, .gTableSubTop, .forumNameTd, .forumThreadTd, .forumPosrTd, .forumLastPostTd, .threadNametd, .threadPostTd, .threadAuthTd, .threadViewTd, .threadLastPostTd, td.threadsDetails, td.forumOnlineBar {
 padding: 3px 10px;
}

#frM6 td, #frM14 td, #frM50 td, #frM56 td, #frM59 td {
 padding: 3px 10px;
}

.postBottom table td {
 border: 0px;
}

.postTable td {
 padding: 3px 10px;
}

.postSeparator {
 display: none;
}

.posttdMessage {
 text-align: justify;
}

.threadPostTd, .threadViewTd, .threadAuthTd, .forumThreadTd, .forumPostTd {
 text-align: center !important;
}

a.TopSortLink {}

a.TopSortLink:hover {}

a.postUser {
 font-weight: bold;
}

a.forum, a.threadLink {
 font: 12px 'Arial';
}

.quoteMessage {}

.forumDescr, .threadDescr {
 font: 10px 'Arial';
}

td.postTdTop {
 background: #127cce;
 color: #ffffff;
}

td.postTdTop a {
 color: #ffffff;
}

td.forumIcoTd, td.forumThreadTd, td.forumPostTd, td.gTableRight, td.threadIcoTd, td.threadPostTd, td.threadViewTd {
 background: #f5f5f5;
}

td.pollQuestion, .pollResults td, td.pollResults, td.pollTotal, td.pollAnswer, td.pollButtons, .smiles td{
 border: 0px;
}

td.pagesInfo, td.switch, td.switchActive {
 background: #ffffff;
 border: 1px solid #dcdbe0;
 padding-left: 5px;
 padding-right: 5px;
}

td.switch, td.switchActive {
 background: #4193d3;
 color: #ffffff;
}

td.switch a {
 color: #ffffff;
}

.switchActive {
 font-weight: bold;
}

/*--------------------- Forum end ---------------------*/


/*--------------------- INPUTS start ---------------------*/

input[type=submit], input[type=reset], input[type=button] {}

input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {}

input[type=submit]:active, input[type=reset]:active, input[type=button]:active {}

input[type=text], input[type=password] {}

textarea {}

#mchatBtn, input.codeButtons, input.button {
 padding-left: 0px;
 padding-right: 0px;
}

.queryField {
 width: auto !important;
}

.commFl {
 width: 100%;
}

/*--------------------- INPUTS end ---------------------*/


/*--------------------- POPUP start ---------------------*/

.popup a {}

.popup {
 margin: 8px;
 border: 1px solid #dcdbe0;
 background: #f5f5f5;
 min-width: 400px;
}

.popuptitle {
 font: 14px/28px 'Open Sans', sans-serif;
 background: url(/img/21.gif);
 color: #feffff;
 text-transform: uppercase;
 padding: 0px 10px;
}

.popupbody {
 margin: 8px;
}

/*--------------------- POPUP end ---------------------*/