@charset "utf-8";

.popupWindow {
    background-color: #ececec;
    width: 514px;
    color: #464646;
    font-family: 'Arial CE', Arial, Tahoma, Verdana, sans-serif;
    font-size: 12px;
    position: relative;
    text-align: left;
}

.popupWindowSh {
    background-image: url('../image/backgroundPopup.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
}

.popupWindowB {
    background-image: url('../image/backgroundPopupB.gif');
    background-position: bottom right;
    background-repeat: no-repeat;
    width: 514px;
    height: 8px;
    font-size: 1px;
    text-align: left;
}

.popupWindow .content {
    padding: 20px 30px 20px 30px;
}

.popupWindow .spacer {
    width: 72px;
    height: 56px;
    background: url('../image/sprite.png') no-repeat -393px -579px;
}

.popupWindow .regForm input.txt {
    border: 1px solid #dcdcdc;
    height: 39px;
    line-height: 39px;
    font-size: 13px;
    color: #464646;
    padding: 0px 7px 0px 7px;
    background: url('../image/backgroundInput.gif') repeat-x bottom left white;
    margin-bottom: 8px;
    width: 382px;
}

.popupWindow .regForm textarea.txt {
    border: 1px solid #dcdcdc;
    font-size: 13px;
    color: #464646;
    padding: 0px 7px 0px 7px;
    background: url('../image/backgroundInput.gif') repeat-x bottom left white;
    margin-bottom: 8px;
    width: 382px;
}

.popupWindow p {
    margin: 0px;
    padding: 10px 0px;
}

.popupWindow .regForm .item {
    line-height: 20px;
}

.popupWindow .regForm .itemC p {
    font-weight: bold;
    margin: -17px 0px 0px 30px;
    width: 400px;
}

.popupWindow h2 {
    margin: 0px;
}

.popupWindow .bVoteB {
    display: block;
    width: 165px;
    height: 46px;
    background: url('../image/sprite.png') no-repeat 0px -1150px;
    cursor: pointer;
    border: none;
}

.popupWindow .regForm .bVoteB {
    margin: 20px 0px 0px 140px;
}

.popupWindow .bClosePop {
    display: block;
    width: 78px;
    height: 21px;
    background: url('../image/sprite.png') no-repeat -311px -1138px;
    cursor: pointer;
    border: none;
    position: absolute;
    top: 20px;
    right: 20px;
}

.popupWindow p.msg {
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 18px;
}

.popupWindow .bCloseBPP {
    display: block;
    width: 128px;
    height: 35px;
    background: url('../image/sprite.png') no-repeat -634px -120px;
    cursor: pointer;
    border: none;
    margin: 20px 0px 10px 150px;
}

.popupWindow a img {
    border: none !important;
}
