.large-text {width: 99%;}
input.large-text {height: 196px;}

/*####################### START Tiz Stick #################################*/

#tiroll_up a {
    text-decoration: none;
}

.close, .close_click {
	background: rgba(0, 0, 0, 0.8);
    border: 2px solid #ccc;
    position: absolute;
	top: 0px;
    right: 0px;
	z-index: 99999;
    text-align: center;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.9) !important;
    font-family: helvetica, arial;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    box-shadow: 1px 1px 3px #000;
}
#mob_tiz, #st_mob, #mob_tiz_click {
	background: #FFF;
	border-top: 2px solid #E2E2E2;
}
@media (max-width: 498px) {
.close, .close_click {
    height: 35px;
    width: 35px;	
    line-height: 35px;
    font-size: 20px;	
    border-radius: 30px;
}
#tiroll_up {
/*padding: 35px 1px 0px 1px; ������� �� ����� �� ������*/
}
}
@media (min-width: 499px) {
.close, .close_click {
    height: 40px;
    width: 40px;	
    line-height: 40px;
    font-size: 30px;	
    border-radius: 34px;
}
#tiroll_up {
/*padding: 0px 1px 0px 1px; ������� �� ����� �� ������*/
}
#mob_tiz, #st_mob, #mob_tiz_click {
    padding-right: 50px;
}
}
#tiroll_up {
position: fixed;
top: expression(document.getElementsByTagName("body")[0].scrollTop + "px");
overflow: hidden;
bottom: 0px; /*���������� �� ������� ���� ����*/
right: -110%; /*���������� ������, ����� �������� ������� �������� ��: left */
width: 100%; /*������ ����������� �����*/
z-index: 99999;
font-size: 11px;
line-height:1.4em;
/*min-height: 100px;*/
}
#tiroll_up table {
    margin-bottom: 0px !important;
}
/*####################### END Tiz Stick #################################*/