/* 
    Document   : popup
    Created on : Apr 24, 2009, 3:29:21 PM
    Author     : adrian
    Description:
        Purpose of the stylesheet follows.
*/

.popup {
    
}
.popup .top .left {
    background: url(../images/left-top.gif) left top no-repeat;
    width: 7px;
    height: 7px;
}
.popup .top .middle {
    background: url(../images/top-middle.gif) left top repeat-x;
}
.popup .top .right {
    background: url(../images/right-top.gif) left top no-repeat;
    width: 7px;
    height: 7px;
}
.popup .middle .left {
    background: url(../images/frame-left.gif) left top repeat-y;
}
.popup .middle .middle {
    background: #ECDBB1;
    padding: 10px;
    color: #000;
}
.popup .middle .right {
    background: url(../images/frame-right.gif) left top repeat-y;
}
.popup .bottom .left {
    background: url(../images/bottom-left-c.gif) left top no-repeat;
    width: 7px;
    height: 7px;
}
.popup .bottom .middle {
    background: url(../images/bottom-middle.gif) left top repeat-x;
    height: 7px;
}
.popup .bottom .right {
    background: url(../images/bottom-right-c.gif) left top no-repeat;
    width: 7px;
    height: 7px;
}
.popup .middle .middle a {
    color:#CC3526;
    font-weight:bold;
    text-decoration:none;
}
