 body{
    margin:0;
    padding:0;
}
.yui-lightbox{
    position: fixed;
    margin: auto;
    border: solid black 1px;
    background: white;
    padding: 5px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    text-align: center;
}

.yui-lightbox-title{
    margin: 0;
    padding: auto;
    font-size: 15px;
}

.yui-lightbox-hidden{
    visibility:hidden;
    display: none;
}

.yui-lightbox-loading{
    background: url(loading.gif);
    height: 200px;
    width: 200px;
}

a.yui-lightbox-closebutton{
    display: block;
    position: absolute;
    right: -15px;
    top: -15px;
    width: 30px;
    height: 25px;
    background: white;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -khtml-border-radius: 30px;
    border-radius: 30px;
    border: solid 1px black;

    padding-top: 3px;
    padding-bottom: 3px;
    font-size: 20px;
    color: black;

    opacity: 0.8;

}
