﻿*{
            padding:0;
            margin:0;}
        .test{
           
            padding: 40px 20px 0;
            margin: 0 auto;
          
            position:absolute;
            left:0;
            top:0;}
        .md-content{
            position: relative;
			width:201px;
			height:152px;
            background-color: #fff; 
			/*background:url(images/default/public/images/new-test.jpg) no-repeat center center;*/
            -webkit-background-clip: padding-box;
            background-clip: padding-box;
            border: 1px solid #999;
            border: 1px solid rgba(0,0,0,.2);
            border-radius: 6px;
            outline: 0;
            -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
            box-shadow: 0 3px 9px rgba(0,0,0,.5);}
        .md-content h3{
            font-size: 13px;
            line-height: 32px;
            color: #272727;
            font-weight: normal;
            margin: 0;
            padding: 0;
			text-indent:-99999px;
            text-align: center;}
        .md-content .close {
            float: right;
            font-size: 21px;
            font-weight: 700;
            line-height: 1;
            color: #000;
            text-shadow: 0 1px 0 #fff;
            filter: alpha(opacity=20);
            opacity: .2;
                -webkit-appearance: none;
            padding: 0;
            cursor: pointer;
            background: 0 0;
            border: 0;
            position: absolute;
            right: 0;
            top: -21px;}
        .md-content p{
            font-size: 14px;
            line-height: 28px;
            font-weight: normal;
            padding: 0 15px;
            margin: 0 auto 20px;}