/* CSS Document */
#mdm-popup{
    background-color: #FFFFFF;
}
.border1{
    border: 1px solid #CDD5D8;
    padding: 5px;
}
#title {
    color: #183382;
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 12px;
}
#mdm-top{
	width:500px;
	height:118px;
    background: url(images/top-mdm.jpg) no-repeat top left;
}
#mdm-content {
    width: 458px;
    height: 325px;
    padding: 10px;
    margin: 0 10px 0 10px;
    text-align: justify;
    background-color: #FFFFFF;
    color: #484849;
    border: 1px solid #96A7D2;
}
#mdm-footer{
    width: 500px;
    height: 28px;
    padding: 7px 0 0 0;
    text-align: center;
}
