/* article popup */
#article-popup-overlayer {
    position: absolute;
    left: 50%;
	margin-left: -266px;
    top: 20%;
    width: 533px;
    background: #fff;
    text-align: left;
    padding: 6px 6px 0 23px;
    z-index: 50001;
}

#article-popup-overlayer .close {
    text-align: right;
    padding: 0;
    margin: 0 0 -20px 0;
}

#article-popup-overlayer table th {
    font-weight: normal;
    text-align: left;
    vertical-align: top;
    color: #333333;
}

#article-popup-overlayer table td {
    font-size: 12px;
    padding: 0 10px 5px 0;
    color: #333333;
}

#article-popup-overlayer table td input {
    border-top: 1px solid #7C7C7C;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #C3C3C3;
    border-right: 1px solid #C3C3C3;
    font-family: Helvetica, Verdana, Arial, sans-serif;
    font-size: 18px;
    width: 145px;
    vertical-align: middle;
}

#article-popup-overlayer .section {
    background: #E7F0F5 url(/images/section_top_popup.jpg) left top no-repeat;
    padding: 15px 0px 0px 0px;
    margin: 0 0 0 0;
    width: 518px;
}

#article-popup-overlayer table td input.btn {
    border: none;
    width: auto !important;
}

#article-popup-overlayer .note {
    color: #333;
    font-size: 11px;
    padding: 10px 0 20px 0;
}

#article-popup-title {
    color: #1079A8;
    font-size: 15px; 
	font-style: italic; 
	font-family: Georgia, Helvetica, Verdana, Arial, sans-serif;
}
