		.main1
        {
        	background-color: White;
            width: 163px;
            height: 130px;
            position: absolute;
            right: 0;
            top: 0;
        }
        .title
        { 
        	background-color:#3366FF;
            width: 163px;
            height:25px;
            line-height: 25px;
            
            cursor: move;
            color: #FFF;
            font-weight: bold;
            font-family: verdana;
            font-size: 12px;
        }
        .content
        {
            width: 163px;
            height: 110px;

        }
