body {
    font-family:Arial, Helvetica, sans-serif;
    background:#ead1f9;
}
#container {
    position:relative;
    width:850px;
    margin:auto;
    background:#f2e5f9;
}

#header_en {
    height:176px;
    overflow:hidden;
    background:url(../images/header_en.jpg) no-repeat #F2E5F9;
}

#header_ru {
    height:176px;
    overflow:hidden;
    background:url(../images/header_ru.jpg) no-repeat #F2E5F9;
}

#header_uz {
    height:176px;
    overflow:hidden;
    background:url(../images/header_uz.jpg) no-repeat #F2E5F9;
}

/*#header h1, #header h2 {
    text-indent:-9999px;
}*/

#menu {
    width:auto;
    height:48px;
    margin:-35px 10px 0;
    background:url(../images/menubg.png) repeat-x;
}
#menu #lang {
    float:right;
    padding-top:3px;
}
#menu #lang a {
    display:block;
    float:left;
    width:22px;
    height:22px;
    line-height:22px;
    margin-right:7px;
    background:url(../images/lang.png) no-repeat;
    color:#fff;
    text-align:center;
    text-decoration:none;
    font-size:12px;
}

#menu li {
    float:left;
}
#menu li a {
    display:block;
    width:115px;;
    height:44px;
    line-height:28px;
    color:#fff;
    text-decoration:none;
    text-align:center;
    font-size:12px;
    font-weight:bold;
    background:url(../images/menudelimiter.png) top right no-repeat;
}	
#menu li a:hover {
    background:url(../images/menuitemselect.png) top right no-repeat;
}

#auth {
    position:absolute;
    top:181px;
    left:4px;
    font-size:11px;
    /*background:url(../images/authbg.png) repeat-x;	*/
    z-index:5;
    overflow:hidden;
}
#auth .auth, #auth .auth2 {
    position:relative;
    float:left;
    height:95px;
    background:url(../images/authleftbg.png) left 3px no-repeat;
    z-index:7;
}
#auth .auth p, #auth .auth2 p {
    height:80px;
    padding:15px 5px 0 10px;
    margin-left:8px;
    background:url(../images/authbg.png) 0 3px repeat-x;
}
#auth .auth a, #auth .auth2 a {
    display:block;
    width:50px;
    padding-top:55px;
    text-align:center;
    color:#fff;
    font-weight:bold;
    font-size:12px;
    cursor:pointer;
}
#auth a.lock {background:url(../images/lock.png) no-repeat;}
#auth a.lock_error{background:url(../images/lock_err.gif) no-repeat;}
#auth a.unlock {background:url(../images/unlock.png) no-repeat;}
#auth .pass_error {font-size:14px; font-weight:bold; color:white;padding-left:2px;}

#auth .wrapper {
    position:relative;
    float:left;
    width:251px;
    height:80px;
    padding:15px 0 0 0;
    margin-left:-251px;
    z-index:6;
    background:url(../images/authbg.png) 0 3px repeat-x;
}

#auth .delimiter {
    background:url(../images/authrightbg.png) top right no-repeat;
    width:38px;
    height:95px;
    float:right;
}

#auth p, #auth a {
    color:#b0d236;
    text-decoration:none;
}
#auth p {
    float:left;
    padding:0 1px;
    height:32px;
}
#auth p label {
    color:#fff;
}
#auth input, #auth select{
    border:1px solid #652d89;
    font-size:11px;
}
#auth input {
    width:85px;
    height:14px;
}
#auth select {
    width:60px;
    height:18px;
}
#auth p.authlinks {
    clear:both;
    width:150px;
    padding-top:10px;
}
#auth p.authlinks a {
    font-weight:bold;
}
#auth p.authlinks a:hover {
    text-decoration:underline;
}

#auth p.button {
    float:right;
    padding:10px 15px 0 0;
}
#auth p.button input, #logout a {
    border:none;
    width:76px;
    height:20px;
    line-height:20px;
    color:#652d89;
    background:url(../images/authbutton.png);
    font-size:11px;
}
#logout p {float:none; height:21px; font-size:12px; color:#fff;}
#logout a {display:block; float:right; margin-right:14px;  text-align:center;}
.button input, input.button {cursor:pointer}

#getpass_form, #sent_form {
    position:absolute;
    top:67px;
    left:0;
    width:215px;
    height:28px;
    padding-top:20px;
    padding-left:7px;
    background:url(../images/auth_popup.png) no-repeat;
    display:none;
    z-index:10;
}
#getpass_form input, #getpass_form select {vertical-align:middle}
#getpass_form .button, #timepicker_form .button, #timepicker_form .button, #sent_form .button {
    width:50px;
    border:none;
    background:#2d98c6;
    color:#fff;
    font-size:10px;
}

#getpass_form a.button, #timepicker_form a.button, #timepicker_form1 a.button, #sent_form a.button  {
    width:auto;
    padding:2px 5px;
    text-decoration:none;
}

#timepicker_form a.button {font-size:10px}

#timepicker_form {
    display:none;
    position:absolute;
    top:30px;
    left:180px;
    width:222px;
    height:28px;
    padding-top:20px;
    background:url(../images/auth_popup.png);
    text-align:center;
}
#timepicker_form select {
    border:1px solid #f7d634;
    font-size:10px;
    vertical-align:middle;
}
#timepicker_form1 a.button {font-size:10px}

#timepicker_form1 {
    display:none;
    position:absolute;
    top:30px;
    left:180px;
    width:222px;
    height:28px;
    padding-top:20px;
    background:url(../images/auth_popup.png);
    text-align:center;
}
#timepicker_form1 select {
    border:1px solid #f7d634;
    font-size:10px;
    vertical-align:middle;
}

#getpass_form .button {padding:0 2px}
#getpass_form p, #sent_form p {
    color:#000;
    padding-top:3px;
}
#sent_form p {
        line-height:14px;
}
#getpass_form p strong, #sent_form p strong {
    display:block;
    width:150px;
    float:left;
}

#search {
    position:relative;
    height:90px;
    background:url(../images/searchbg.gif) repeat-x;
    color:#58595b;
    font-size:11px;
    margin-top:1px;
    margin-left:8px;
    margin-right:10px;
    padding-left:110px;
}
#greeting {
    /*position:absolute;
    top:41px;
    left:115px;
    float:left;
    padding-left:12px;
    padding-right:18px;
    border-right:1px solid #ffffff;*/
    background:#ffffbb;
    border:1px solid #a7a786;
    line-height:24px;
    margin-left:12px;
    margin-right:12px;
    text-align:left;
    color:#652D89;
    font-size:13px;
    padding-left:10px;
    }
#abc {
    float:left;
    padding-top:8px;
    padding-left:80px;
}
#search p {
    line-height:1.2;
    text-align:center;
}	
#search p a {
    color:#58595b;
    text-decoration:none;
}
#search p a:hover {
    text-decoration:underline;
}

#search fieldset {
    float:left;
    /*border-right:1px solid #fff;*/
    margin-top:10px;
}
#search fieldset label {
    display:block;
    float:left;
    width:30px;
}

#search fieldset.type  {
    width:390px;
    /*padding-left:27px;*/
    padding-right:10px;
    text-align:right;
    background:url(../images/serchdelimiter.gif) right no-repeat;
}
#search fieldset.type label {
    display:inline;
    width:auto;
    float:none;
    line-height:29px;
    padding:0 6px;
    z-index:3;
    margin:0;
}
#search fieldset.type label input {vertical-align:text-bottom}

#search fieldset.price {
    width:78px;
    padding-left:10px;
    padding-top:7px;
    /*line-height:29px;*/
    border:none;
}
#search fieldset.search {
    border:none;
    margin-top:11px;
    padding-left:0px;
    width:225px
}
#search fieldset.price select {
    width:60px;
    border:1px solid #b0ca65;
    font-size:11px;
}
#search fieldset.price label {
    margin:0 3px;
}

#search fieldset.search label {
    width:auto;
    /*height:27px;
    padding:9px 0 0 10px;
    background:url(../images/searchinputbg.png) no-repeat;*/
    color:#fff;;
}
#search fieldset.search input {
    width:185px;
    height:21px;
    font-size:11px;
    margin-right:1px;
    padding-top:3px;
    border:none;
    background:url(../images/searchbg.png) no-repeat;
}
#search fieldset.search .button {
    width:32px;
    height:29px;
    border:none;
    padding:0;
    background:url(../images/searchbutton.png);
    color:#fff;
    font-weight:bold;
    font-size:10px;
    vertical-align:top;
}

#breadcrumb {
    clear:both;
    background:url(../images/breadcrumbbg.gif) repeat-x;
    line-height:18px;
    margin:0 10px;
    font-size:12px;
}
#breadcrumb a {
    color:#fff;
    text-decoration:none;
    padding:0 5px;
}
#breadcrumb img {
    vertical-align:middle;
    margin:0 20px;
}
#breadcrumb span {
    display:inline-block;
    width:7px;
    text-indent:-9999px;
    background:url(../images/breadcrumbdelimiter.gif);
}

#wrapper {
    width:644px;
    float:left;
    /*margin-left:10px;*/
    padding-top:12px;
}
#wrapper #main {
    width:437px;
    float:right;
    position:relative;
}
#wrapper #main h3 {
    height:50px;
    margin-left:2px;
    background:url(../images/titlebg.png) repeat-x left 9px;
    font-size:12px;
    color:#fff;
}
#wrapper #main h3 span {
    display:block;
    width:auto;
    height:50px;
    background:url(../images/titleiconbg.png) no-repeat;
}
#wrapper #main h3 span span {
    /*padding-top:8px;*/
    padding-left:8px;
    background:url(../images/titlebgend.png) no-repeat right 9px;
    line-height:45px;
}
#wrapper #main h3 span span img {
    vertical-align:middle;
    margin-right:8px;
}

#main #content {
    width:420px;
    background:url(../images/contentbg.gif) repeat-x #E5E5E5;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
    color:#58595b;
    margin-left:6px;
    padding:10px 0;
}
#content h2 {
	color:#652d89;
	font-size:14px;
	margin-left:15px;
	margin-bottom:15px;
}
#content h5 {
    color:#000;
}
#content p, #content td, #content th, #content h5 {
    font-size:12px !important;
}
#content p, #content h5 {
    margin:0 20px 10px;
}
#content table {
    margin:5px auto;
    border-collapse:collapse;
    border:none;
}
#content td {
    padding:5px;
    border:1px solid #ccc;
}
#content a {
    color:#2d98c6;
}
#main #content ul {
    margin:0 10px;
}
#main #content ul li {
    width:46%;
    float:left;
    margin:15px 0;
    padding:0 8px;
}
#main #content h4 {text-align:center;}
#main #content h4 a {
    color:#652d89;
    font-size:16px;
    text-decoration:none;
}
#main #content h4 img {
    /*float:left;
    margin-right:15px;*/
    padding:1px;
    margin-bottom:5px;
    border:1px solid #9d9d9d;
}

#content .scrolling a {
    display:block;
    position:absolute;
    top:50%;
    width:25px;
    height:26px;
    text-indent:-9999px;
    overflow:hidden;
}
#content .scrolling a.prev {
    left:-2px;
    background:url(../images/contentprev.png);
}
#content .scrolling a.next {
    right:-1px;
    background:url(../images/contentnext.png);
}

#selectcategory {
    position:absolute;
    top:14px;
    right:30px;
}
#selectcategory select, #selectcategory input {
    width:106px;
    border:1px solid #663399;
    font-size:11px;
}
#selectcategory select {
}
#selectcategory option {
    color:#652d89;
    border-bottom:1px dotted #ccc;
}
#selectcategory option.last {
    border:none;
}

#tuneslist {
    width:403px;
    margin:auto;
}		
#tuneslist li {
    width:100px !important;
    height:175px;
    line-height:1.2;
    margin:0 9px !important;
}
#tuneslist li p {
    line-height:13px;
    /*padding:3px 0;*/
    font-size:11px !important;
    margin:0 !important;
}
#tuneslist li a {
    text-decoration:none;
    font-weight:bold;
}
#tuneslist li img {
    padding:1px;
    border:1px solid #9d9d9d;
}
#tuneslist img.listen, #tuneslist a.buy {
    position:absolute;
    top:3px;
    right:0
}
#tuneslist a.buy, #sidebar .block ol a.buy  {
    display:block;
    width:36px;
    line-height:12px;
    background:url(../images/buy.gif);
    text-align:center;
    color:#fff;
    font-size:10px;
    text-decoration:none;
}
#tuneslist li em {
    font-style:normal;
    color:#9c0;
}

#wrapper .sidebar {
    float:left;
}

#wrapper .sidebar h3, #sidebar h3 {
    width:168px;
    height:42px;
    padding:10px 0 0 6px;
    background:url(../images/titlebg_small.png);
    color:#fff;
    font-size:12px;
}
#wrapper .sidebar h3 img, #sidebar h3 img	{
    vertical-align:middle;
    margin-top:-3px;
    margin-right:4px;
}
/*#wrapper .sidebar .block {
    width:158px;
    height:440p;
    margin-left:8px;
    margin-bottom:20px;
    background:url(../images/blockbg.gif) repeat-x #E5E5E5;
    border-left:1px solid #58595b;
    border-right:1px solid #58595b;
    border-bottom:1px solid #58595b;
    color:#58595b;
}*/
#wrapper .sidebar .block a, #sidebar .block a {
    color:#0070B1;
    text-decoration:none;
}
#sidebar .block {height:490px}
/*#wrapper .sidebar .block a:hover, #sidebar .block a:hover {text-decoration:underline}*/

#wrapper .sidebar h4,
#wrapper .sidebar h5,
#wrapper .sidebar p,
#wrapper .sidebar ol,
#wrapper .sidebar li,
#sendgift h4,
#sidebar h4,
#sidebar h5,
#sidebar p,
#sidebar ol,
#sidebar li {
    font-size:11px;
}

#wrapper .sidebar #artistlist {
    position:relative;
    height:415px;
    padding:15px 0;
}
#wrapper .sidebar #artistlist .scrolling a {
    position:absolute;
    right:0;
    display:block;
    width:25px;
    text-indent:-9999px;
    overflow:hidden;
}
#wrapper .sidebar #artistlist .scrolling .prev {
    top:0;
    height:28px;
    background:url(../images/prev.png);
}
#wrapper .sidebar #artistlist .scrolling .next {
    bottom:2px;
    height:22px;
    background:url(../images/next.png);
}

#wrapper .sidebar #artistlist h4 {
    padding-left:20px;
    background:url(../images/listartist_arrow.gif) 2px 50% no-repeat;
    margin-left:10px;
    margin-right:5px;
    padding-top:10px;
    padding-bottom:10px;
}
#wrapper .sidebar #artistlist .open h4 {
    background:url(../images/listartist_arrow_down.gif) 2px 50% no-repeat;
}
#wrapper .sidebar #artistlist h4 a {
    color:#58595b;
    text-decoration:none;
}
#wrapper .sidebar #artistlist h5 {
    font-weight:normal;
}
#wrapper .sidebar #artistlist p {
    display:none;
    padding-left:30px;
    padding-bottom:10px;
}
#wrapper .sidebar #artistlist ol li {
    /*height:48px;*/
    padding:1px;
    margin:0 5px 2px;
    /*border:1px solid #4b4b4d;*/
    clear:both;
}
#wrapper .sidebar #artistlist img {
    padding:1px;
    border:1px solid #9d9d9d;
}

#wrapper .sidebar #poll {
    width:168px;
    padding:10px;
}
#wrapper .sidebar #poll li {
    margin:5px 0;
}
#wrapper .sidebar #poll li em {
    font-style:normal;
    font-size:9px;
}
#wrapper .sidebar #poll li span {
    display:inline-block;
    width:62px;
}
#wrapper .sidebar #poll li span.rating {
    display:inline;
    background:#800080;
    font-size:3px;
    margin-right:1px;
}

#wrapper .sidebar #poll p.button {
    text-align:right;
}
#wrapper .sidebar #poll p.button input {
    border:none;
    background:none;
    color:#2d98c6;
} 						
#sidebar, .sidebar {
    width:206px;
    float:right;
    margin-top:12px;
}
.sidebar {margin-top:0}

#sidebar .block, #wrapper .block {
    width:188px;
    margin-left:6px;
    margin-bottom:10px;
    background:url(../images/contentbg.gif) repeat-x #E5E5E5;
    border-left:1px solid #c9c9c9;
    border-right:1px solid #c9c9c9;
    border-bottom:1px solid #c9c9c9;
    color:#58595b;
}	
#sidebar h3, #wrapper .sidebar h3 {
    width:199px;
    height:41px;
    background:url(../images/titlebg_large.png) 0 0;
}
#sendgift {position:relative; min-height:80px; width:300px}
*html #sendgift {height:80px}
#sendgift h4, #sendgift h5, #sendgift p {margin:0 !important}
#sendgift h4 {text-align:left !important;}
#sendgift p {font-size:11px !important;}
#sidebar .block h4 img, #new h4 img, #sendgift h4 img {
    float:left;
    /*margin:0px 10px 0px 10px;*/
    margin-right:10px;
    padding:1px;
    border:1px solid #9d9d9d;
}
#sendgift h4 img {margin:0px 10px 0px 10px;}
#new {height:490px;}
#sidebar li, #new li {
    padding:6px 0px 20px 0;
    margin-top:0px;
}
#sidebar .block ol li h5, #sidebar .block ol li p {margin-left:84px}
#new ol li h5, #new ol li p {margin-left:84px}
#sidebar .block ol li h5, #new ol li h5 {margin-bottom:5px;}
#sidebar .block ol li p img {vertical-align:middle}
#sidebar .block ol a.buy {float:right; margin:0 0 0 5px;}
#sidebar .block .links, #new .links {/*position:absolute; top:71px; left:10px;*/ clear:both; margin-left:10px;}
#new .links {left:10px;}
#sendgift .links {position:absolute; top:65px; left:10px; }

p.links {padding-top:3px}
p.links .play, p.links .stop {float:left; margin-right:1px;}
p.links img {vertical-align:bottom !important; border:none !important; padding:0 !important}

#footer {
    clear:both;
    padding-top:15px;
}
#footer p {
    line-height:18px;
    color:#42145f;
    margin:0 10px;
    padding-left:10px;
    font-size:11px;
    background:url(../images/footerbg.png) repeat-x;
}

.clear {clear:both}
.pages {text-align:center; clear:both; padding-top:15px;}
.pages img {padding:0 3px;}
.pages a {text-decoration:none}

p#serverstatus {
    text-align:right;
    font-size:12px;
    margin:0 0 5px;
    padding-right:18px;
}
#serverstatus em, #serverstatus strong {
    font-size:11px;
    font-weight:bold;
    font-style:normal;
}
#serverstatus em {color:#2d98c6;}
#serverstatus strong {color:#d72000;}

/*My DJ Page*/
table.mydj {
    width:395px;
    margin:0 auto !important;
    border:1px solid #999 !important;
    line-height:1.2;
}
table.mydj a {
    color:#2d98c6;
    text-decoration:none;
}
table.mydj a:hover {
   /* text-decoration:underline;*/
}

table.mydj th{
    background:#f7d634;
    color:#58595b;
    border:1px solid #999;
    line-height:26px;
    text-align:left;
    padding-left:10px;
}
#contactlist th {
    background:none;
    line-height:1;
    padding-left:0;
    text-align:center;
}
#content table.mydj td {
    border:none;
    /*border-bottom:1px dotted #ccc !important;*/
    vertical-align:middle;
}
table.mydj td.cover {
    width:80px;
    text-align:center;
    padding:9px 0 !important;
    border-bottom:none !important;
}
table.mydj td.icons {
    padding-left:0 !important;
}
table.mydj td.icons a {
	padding-bottom:4px;
}
table.mydj td.tunename {
    width:100px;
    padding-left:0 !important;
}
table.mydj td.tunename em {
    color:#9c0;
    font-style:normal;
}

table.mydj td.expdate {
    width:190px;
    text-align:right;
}
table.mydj td.time {
    width:75px;
    padding:0 !important;
}
table.mydj td.time em {
    font-weight:bold;
    font-style:normal;
    color:#d72000;
}

table.mydj td.caller {text-align:right}
table.mydj td.caller a {color:#9c0 !important;}

table.mydj td.buttons {
    width:70px;
}
table.mydj td.buttons a, #mycontacts p.button input {
    display:block;
    width:57px;
    margin:0 auto;
    background:#2d98c6;
    color:#fff !important;
    text-align:center;
    line-height:13px;
    font-size:10px;
    padding:0 2px;
}
table.mydj td.buttons a.remove {background:#d72000;}
table.mydj td.buttons a:hover {text-decoration:none}

table.mydj td.paging {text-align:center}

#mycontacts p {
    width:105px;
    float:left;
    margin:0;
}
#mycontacts p.time, #mycontacts p.button {
    width:auto;
    text-align:center;
}
#mycontacts form {position:relative}
#mycontacts p.button {
    float:right;

}
#mycontacts p.button input {
    background:#d72000;
    margin:17px 0 0 0;
    border:none;
}
#mycontacts label input {
    width:96px;
    border:1px solid #f7d634;
}

#mycontacts, #contactlist {color:#000}
#contactlist {border:none !important}
/*#contactlist td {border:1px solid #999 !important}*/

table.mydj table td {
    text-align:center;
    border-bottom:none !important;
}



/*Registration*/
#registration {
    width:350px;
    margin:0 auto 30px;
}
#registration h4{
    color:#652d89;
    font-size:18px;
    line-height:24px;
}
#registration fieldset {
    padding:10px 0;
    border-top:1px solid #58595b;
    border-bottom:1px solid #58595b;
}
#registration input {
    font-size:14px;
    border:1px solid #58595b;
    vertical-align:middle;
    background:none;
}

p#agree {
    font-size:10px !important;
}
p#agree input {border:none}

a.listen {
    display:block;
    width:12px;
    height:11px;
    background:url(../images/iconlisten.gif) no-repeat;
}

a.play, a.stop {
    display:block;
    width:18px;
    height:18px;
    background:url(../images/play.png) no-repeat;
}
a.stop {background:url(../images/stop.png) no-repeat;}



 /* root element for scrollable */
.vertical {

	/* required settings */
	position:relative;
	overflow:hidden;

	/* vertical scrollers have typically larger height than width */
	height: 255px;
	width: 188px;
	/*border-top:1px solid #ddd;*/
}
.vertical2 {
	position:relative;
	overflow:hidden;

	width: 188px;
	height: 420px;
}

/* root element for scrollable items */
.items {
	position:absolute;

	/* this time we have very large space for height */
	/*height:200px;*/
	margin: 0px;
}

/* single scrollable item */
.items div {
	/*border-bottom:1px solid #ddd;
	margin:10px 0;
	padding:15px;
	font-size:12px;
	height:180px;*/
}

/* elements inside single item
.items img {
	float:left;
	margin-right:20px;
}

.items h3 {
	margin:0 0 5px 0;
	font-size:16px;
	color:#456;
	font-weight:normal;
}*/

/* the action buttons above the scrollable */
#actions {
background:url(../images/lister_bg.gif) no-repeat;
/**display:block;**/
height:18px;
width:188px;
	/*width:700px;
	margin:30px 0 10px 0;*/
}

#actions a {
	/*font-size:11px;*/
	cursor:pointer;
	/*color:#666;*/
}

/*#actions a:hover {
	text-decoration:underline;
	color:#000;
}*/

.disabled {
	visibility:hidden;
}
.btn{
    font-size:14px;
    font-weight:bold;
    color:white;
    background:#9EB712;
    border:1px solid #666;
}

a.gift {
	display:block;
	float:left;
	margin-left:1px;
	border:1px solid #adadad;
	background:url(../images/gift_button_bg.png) repeat-x;
	color:#6f6f6f !important;
	font-size:10px;
	text-align:center;
    height:16px;
	line-height:16px;
}
a.gift:hover {text-decoration:none !important}
a.gift img {vertical-align:middle !important}

#new a.gift {width:100px;}
#sidebar a.gift {width:100px;}
#sendgift a.gift {width:100px;}
#sendgift h5 a {color:#9c0}

#mute {background:#f2f2f2; border:1px solid #d6d6d6; border-top:none; line-height:28px; height:28px; margin:0 12px}
#mute a {border:1px solid #adadad; line-height:12px; background:url(../images/gift_button_bg.png) repeat-x; text-decoration:none; padding:0 10px; color:#6f6f6f !important; font-weight:bold}

.button_new, .button_new2 {background:#2d98c6; border:1px solid #999; color:#fff !important}
.button_new2 {background:#d72000;}
a.button_new, a.button_new2 {padding:0 7px}
a.button_new:hover, a.button_new2:hover {text-decoration:none !important}
*html input.button_new {
    /*padding: 0 .25em 0 .25em;
    width: auto;
    overflow: visible;*/
    height:17px;
    font-size:12px;}

#contacts td, #contactsgroup td {border-bottom:1px solid #999 !important}
.group {font-weight:bold;}

#myfriendssearch input, #myfriendssearch select {width:150px;}

.sidebar h4, #sidebar h4 {padding-left:10px;}
