	
		#aboutbox-fade{
		    top         : 0;
		    left        : 0;
		    width       : 100%;
		    height      : 100%;
		    filter      : alpha(opacity=5);
		    z-index     : 10000;
		    opacity     : 0.05;
		    position    : absolute;
		    background  : #fff;
		}
		
		#aboutbox{
		    left        : 50%;
		    width       : 880px;
		    height      : 700px;
		    border      : 1px solid #6c6c6c;
		    z-index     : 10001;
		    position    : absolute;
		    background-color: #FFFFFF;
		    margin-left : -440px;
		    box-shadow: 0 0 5px #6c6c6c;
		    -moz-box-shadow : 0 0 5px #6c6c6c;
		    -webkit-box-shadow : 0 0 10px #6c6c6c;
		    filter: progid:DXImageTransform.Microsoft.dropshadow(offX=1, offY=1, color=#с6с6с6);
		}
		
		#aboutbox * {
		    outline: none;
		}
		#aboutbox .close {
		    top         : 7px;
		    right       : 6px;
		    width       : 19px;
		    height      : 20px;
		    display     : block;
		    overflow    : hidden;
		    position    : absolute;
		    background  : url('img/eyebox/close.gif') 0 0 no-repeat;
		    text-indent : -2000px;
		}
		#aboutbox .close:active {
		    background-position: 1px 1px;
		}
		
		#aboutbox .top {
		    top         : 46px;
		    left       	: 26px;
		    width       : 820px;
		    z-index     : 2;
		    position    : relative;
		}
		    #aboutbox .top h2{
		        top         : 25px;
		        left        : 4px;
		        font-size:  : 16px;
		        font-family: font-family: Arial, Helvetica, Verdana, sans-serif;;
		        width       : 670px;
		        z-index     : 2;
		        /*position    : absolute;*/
		        margin      : 0;
		    }
		
		
			#aboutbox #scroll-wrapper{
			    width       : 850px;
			    margin-top	: 30px;
			    position    : relative;
			    background  : #fff;
			}
		
			#aboutbox #scroll-area{
			    width       : 860px;
			    height      : 555px;
			    position    : absolute;
			    overflow	: auto;
			    margin		: 30px 30px 0 0px;
			}
		
		
			#aboutbox .text{
		        margin-left : 26px;
		        font-size   : 13px;
		        font-family: font-family: Arial, Helvetica, Verdana, sans-serif;;
		        padding     : 0 0 21px 0;
		        line-height : 20px;
		        /*border-bottom   : 1px solid #6c6c6c;*/
		
		    }
		    #aboutbox .text p{
		        margin: 0 0 7px 0;
		        line-height:18px;
		    }
		        #aboutbox .text .textwrap{
		            max-height  : 550px;
		            width       : 825px;
		            overflow    : hidden;
		        }
		
		    #aboutbox .text h2{
		        left        : 4px;
		        font-size   : 16px;
		        font-family: font-family: Arial, Helvetica, Verdana, sans-serif;;
		        width       : 670px;
		        margin: 30px 0 10px;
		    }
		
		    #aboutbox .footer {
		        left        : 30px;
		        width       : 761px;
		        height      : 25px;
		        bottom      : 30px;
		        position    : absolute;
		        overflow    : hidden;
		    }
		        #aboutbox .footer .share{
		            float   : left;
		            width   : 150px;
		        }
		
		    #aboutbox .copyright{
		        color    : #6c6c6c;
		        font-size : 11px;
		        font-family: font-family: Arial, Helvetica, Verdana, sans-serif;;
				color : #000000;
		        bottom   : 10px;
		        left     : 26px;
		        position :absolute;
		    }
	