.help {
	vertical-align: -15%;
	cursor: help;
  margin-left: 9px;
  margin-right: 3px;
}
#type_a-modal-content,
#type_b-modal-content,
#type_c-modal-content,
#type_1-modal-content,
#type_2-modal-content,
#type_3-modal-content,
#type_4-modal-content,
#type_5-modal-content,
#type_6-modal-content,
#type_7-modal-content,
#method_popup_1
{
    display:none;
    text-align: center;
    border: black 2px solid;
}

.type_a, .type_b, .type_c,
.type_1, .type_2, .type_3,
.type_4, .type_5, .type_6,
.type_7, .lost_pw {
    cursor: pointer;
}
.popup_header{
    background-color: #5d8645;
    height: 40px;
    margin-top: 15px;
    color: white;
    text-align: center;
    padding-top: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    box-sizing: content-box;
}
.popup_img{
    text-align: center;
    padding-top: 7mm;
}
.popup_text{
    padding-top: 7mm;
    color: #5F5D5D;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
}
.popup_text ul {
    width: 107mm;
    padding-left: 50px;
    list-style: disc;
    box-sizing: content-box;
}
.popup_text ul li{
    margin-bottom: 5px;
}
/* Overlay */
#simplemodal-overlay {
    background-color:#000; 
/*    cursor:wait;*/
}

/* Container */
#simplemodal-container {
    color:#bbb;
    background: #fff;
/*    padding:12px;*/
}
/*#simplemodal-container .simplemodal-data {
    padding:px;
}*/
#simplemodal-container a.modalCloseImg {background:url(../images/x.png) no-repeat; width:25px; height:29px; display:inline; z-index:3200; position:absolute; top:-15px; right:-16px; cursor:pointer;}


/*the story page - julia*/
.popup_header2{
    /*background-color: #5d8645;
    height: 40px;*/
    
    background: url("../images/menu.png") repeat-x;
    
    margin-top: 15px;
    color: white;
    text-align: center;
    padding: 10px 5px;
    font-size: 18px;

    font-weight: bold;
    font-family: Arial;
}

/* lost password 2 */
#lost_pw-modal-content_2
{
    display:none;
}

/* change password */
#ch_pw-modal-content
{
    display:none;
    text-align: center;
}
.ch_pw_main {
    color: black;
    padding-left: 25px;
    padding-right: 20px;
    font-size: 14px;
    box-sizing: content-box;
}
.ch_pw_header {
    font-size: 19px;
    font-weight: bold;
    padding: 25px 0px 20px 0px;
    text-align: left;
}
.ch_pw_t {
    padding: 0px; 
    margin: 0px;
}
.ch_pw_t th {
    text-align: right;
    /*font-size: 12px;*/
    padding-right: 20px;
    font-weight: normal;
    padding-top: 4px;
    padding-bottom: 4px;
}
.ch_pw_t th td {
  padding-top: 4px;
  padding-bottom: 4px;
}
.ch_pw_bottom {
    width: 100%;
    background-color: #dbdcdd;
    height: 45px;
    margin-top: 15px;
    color: #000;
    vertical-align: middle;
    box-sizing: content-box;
}
.ch_pw_bottom2 {
    background-color: #fbfcfd;
    width: 100%;
    height: 200px;
    text-align: left;
    color: black;
    font-size: 13px;
    box-sizing: content-box;
}
.ch_pw_bottom2 li{
    padding: 3px 0px 0px 0px;
}
.ch_pw_r_p {
    font-size: 13px;
    vertical-align: top;
    text-align: left;
}
