#popup {



}

#popup h3 {
    font-size: 1.4em;
    margin-bottom: 8px;
    padding: 20px 0 3px 0;
    border-bottom: 1px dotted;
}

#popup a.close {
    background:url(/static/participant/media/images/icons/btn_close.png) 100% 0 no-repeat;
    color: #3b3734;
    display:inline;
    z-index: 1000;
    font-family:Tahoma, Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    font-weight:bold;
    height:12px;
    padding: 8px 35px;
    position:absolute;
    right: 12px;
    top: 10px;
}
#popup p {
    padding-bottom: 12px;
}

#popup .key p {
    padding-left: 40px;
    position:relative;
    _height: 0;
}

#popup .key img {
    position:absolute;
    top: 0;
    left: 10px;
}

#popup table { border-collapse: collapse; }
#popup td,
#popup th {
    padding: 8px 0;
    text-align:center;
}

#popup table th.leftAlign {
	text-align: left;
}

#popup th {
    padding: 8px 4px;
    border-bottom: 1px solid #6e6d6b;
}
#popup td {
    border-right: 1px solid #6e6d6b;
}
#popup td.type {
    padding-left: 10px;
    text-align:left;
}
#popup table {
    width: 100%;
    border-bottom: 1px solid #6e6d6b;
}