.sprited {
    background: url(download_sprite.png) no-repeat;
    overflow: hidden;
    display: block;
}
#getIdn {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
        width: 300px;
        padding: 14px 22px;
        position: relative;
        display: none;
}
#getIdn #idn_form {
    margin-top: 13px;
}
#getIdn label {
    display: block;
    margin-bottom: 10px; 
    color: #536376;
    font-size: .9em;
}
  
#txtIdn {
    display: block;
    width: 160px;
    height: 31px;
    padding: 2px 8px;
    font-size: 1.2em;
    line-height: 31px;
    background-color: #FFEBEB;
}
#idn_form {
    position: relative;
    background: url(divider.png) repeat-x bottom left;
    padding-bottom: 54px;
    margin-bottom: 12px;
}
#qrmemo {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
        width: 500px;
        padding: 14px 22px;
        position: relative;
        display: none;
}
#qrmemo #qrmemo_form {
    margin-top: 13px;
}
#qrmemo label {
    display: block;
    margin-bottom: 10px; 
    color: #536376;
    font-size: .9em;
}
#qrmemo_form {
    position: relative;
    background: url(divider.png) repeat-x bottom left;
    padding-bottom: 54px;
    margin-bottom: 12px;
}
#getStandard {
        -moz-border-radius: 6px;
        background: #eef2f7;
        -webkit-border-radius: 6px;
        border: 1px solid #536376;
        -webkit-box-shadow: rgba(0,0,0,.6) 0px 2px 12px;
        -moz-box-shadow:  rgba(0,0,0,.6) 0px 2px 12px;
        width: 300px;
        padding: 14px 22px;
        position: relative;
        display: none;
}
#getStandard #standard_form {
    margin-top: 13px;
}
#getStandard label {
    display: block;
    margin-bottom: 10px; 
    color: #536376;
    font-size: .9em;
}
  
.temptxtStandard {
    display: block;
    width: 200px;
    height: 31px;
    padding: 2px 8px;
    font-size: 1.2em;
    line-height: 31px;
    background-color: #FFEBEB;
}
#standard_form {
    position: relative;
    background: url(divider.png) repeat-x bottom left;
    padding-bottom: 54px;
    margin-bottom: 12px;
}
#actions {
    float: left;
    position: absolute;
    right: 0;
    height: 31px;
    bottom: 20px;
}
a.form_button {
    float: left;
    width: 93px; height: 31px;
    margin-right: 15px;
}
