body {
    background: #eddcb0 url(../images/bg_kep.png) repeat-x left top;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

.Preview {
        padding: 12px;
        margin-top: 7px;
        width: 200px;
		height: auto;
        margin-bottom: 6px;
}
.Preview a {
        text-decoration: none;
        font-weight: bold;
}
.Preview a:hover {

        text-decoration: none;
}
.Preview a span {
        display: none;
}


.Preview .Size {
        font-size: 10px;
        width: 200px;
		height: 20px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
		text-align: center;
}


#downloadpicturewindow {
    display: none;

    position: fixed;
    top: 10px;
    left: 50%;

    margin-left: -375px;
    width: 750px;
    height: 580px;
    overflow: auto;

    background: #eddcb0 url(../images/bg_kep.png) repeat-x left top;
    color: #fff;
    border: 3px solid #ccc;
    padding: 0;
    z-index: 1000;
}


.closelink {
        float: right;
        color: #fff;
        text-decoration: none;
}

.closelink:hover {
        float: right;
        color: #fff;
        text-decoration: underline;
}

.jqmOverlay {
  background-color: #fff;
}







