﻿body
{
    /*background-color: rgba(241, 0, 0, 0.04);*/
}

.detail1,.popup
{
    z-index: 5002;
    width: 1800px;
    height: 411px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    padding: 13px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}

.detail2,.popup
{
    z-index: 5002;
    width: 80%;
    height: 411px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: 1px solid #CCCCCC;
    background-color: #ffffff;
    padding: 13px;
    -moz-box-shadow: 0 0 5px 5px #888;
    -webkit-box-shadow: 0 0 5px 5px#888;
    box-shadow: 0 0 5px 5px #888;
}


.pointer
{
    cursor: pointer;
}
