/* CSS Document */
#mdm-popup{
    background: #7FBB4A url(images/bg1.jpg) repeat-x left top;
}
.title{
    color: #000000;
    font-weight: bold;
    margin: 0 0 20px 0;
}
.border1{
    border: 1px solid #CDD5D8;
    padding: 5px;
}
#mdm-top{
	width:500px;
	height:140px;
    background: url(images/mdm-popup/top.jpg) no-repeat top left;
}
#mdm-content {
    width: 458px;
    height: 305px;
    padding: 10px;
    margin: 0 10px 0 10px;
    text-align: justify;
    background-color: #FFFFFF;
    color: #484849;
    border: 1px solid #017014;
}
#mdm-footer{
    width: 500px;
    height: 26px;
    padding: 7px 0 0 0;
    text-align: center;
}
