.fill-input{
        background:url('/img/sample_input_02.gif') 0 0 repeat-x;
        width:100%;
        border:none;
        height:24px;
        padding:4px 0;
}
.left-input{
        background:url('/img/sample_input_01.gif') left top no-repeat;
        width:50%;
        float: left;
}
.right-input{
        background:url('/img/sample_input_03.gif') right top no-repeat;
        padding:0 6px 0 9px;
}
.right-input input{
        font-family:Arial, Helvetica, sans-serif;
        font-size:12px;
        line-height:normal;
        color:#505050;
        padding:0 0 0 0px;
        border:none;
        width:95%;
        height:16px;
        background:none;
}

li {margin-top: 10px;}


.vote {
	width: 100%;
	height: 20px;
	margin: 5px 0px;
}
.post-vote {
	width:170px; 
	height:30px;
}
/* ==================== ������� ������ */

.rating {
	color: #757575;
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	width: 85px;
	height: 16px;
}
.unit-rating {
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url(/img/rating.gif);
	background-position: top left;
	background-repeat: repeat-x;
	text-indent: -9000px;
}
.unit-rating span {
	text-indent: -9000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating span a {
	display: block;
	width: 17px;
	height: 16px;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating span a:hover {
	background-image: url(/img/rating.gif);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating span.current-rating {
	background-image: url(/img/rating.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}

/* Callback */
#welcome-msg { width: 299px; height: 202px; text-align: center; background: url(/img/callback-window.png) no-repeat; padding: 0px; margin: 0px; }
#phone_title { font-size: 16px; font-weight: bold; height: 22px; padding: 10px; color: #ffffff; }
#phone { color: #3463b5; font-size: 28px; text-align: center; width: 90%; }
#phone_mess { font-size: 12px; font-weight: bold; height: 40px; margin: 2px; padding: 0px 10px; }
#phone_submit { width: 240px; height: 40px; font-size: 18px; font-weight: bold; background: url(/img/callback-button.png) no-repeat; border: none; color: #ffffff; }

#sb-wrapper-inner { border: none !important; }
#sb-body { background: transparent !important; }
.red {color:red;}


table.sms {
    width: 800px;
    margin: 30px 0px 10px 0px;
}
table.sms th {
    background-color: #e8e7e8;
    text-align:center;
    font-weight:bold;
}

table.sms td, table.sms th{
    border-right:3px #FFFFFF solid;
    padding: 3px 5px;
}

table.sms tr.pink td{
    background-color:#e5e0ee;
}

table.sms tr.noview, table.sms tr.pagenoview{
    display:none;
}

.smsnavigate{
    margin:5px 0px 10px 0px;
}

.smsnavigate p, .smsnavigate div{
    float:left;
    padding:3px 5px;
    margin:0px 2px;
    color:#606060;
}

.smsnavigate div{
    border:1px #7e7e7e solid;
    background-color:#f5f5f5;
    cursor:pointer;
    margin-bottom:4px;
}
.smsnavigate div.active, .smsnavigate div.page:hover{
    border:1px #e0e0e0 solid;
    background-color:#8366ac;
    color:#ffffff;
}

.smsnavigate div.disabled{
    border:1px #dddddd solid;
    color:#878787;
    cursor:default;
}
