﻿body {
    padding: 0px;
    margin: 0px;
    background-image: url(/images/bg.png);
    background-repeat: repeat-x;
    background-position: left top;
}
#mf {
    width: 1000px;
    margin: 10px auto;
    position: relative;
    border: 1px solid transparent;
}
#qlogo {
    position: absolute;
    display: block;
    top: 40px;
    left: 1px;
}
#pdown {
    position: absolute;
    display: block;
    top: 60px;
    right: 1px;
}
#cnt1 {
    position: relative;
    margin: 300px auto 0px auto;
    background-image: url(/images/content_01.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 830px;
    height: 41px;
}
#cnt2 {
    position: relative;
    margin: 0px auto;
    background-image: url(/images/content_02.png);
    background-position: left top;
    background-repeat: repeat-y;
    width: 770px;
    padding: 0px 30px 0px 30px;
}
#cnt3 {
    margin: 0px auto;
    background-image: url(/images/content_05.png);
    background-position: left top;
    background-repeat: no-repeat;
    width: 830px;
    height: 49px;
}
.popa {
    position: absolute;
    right: -30px;
    top: -80px;
    width: 291px;
    height: 311px;
}
.lbl {
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 18pt;
    color: #337ab7;
}
.inp {
    width: 540px;
    margin-top: 20px;
    font-family: Georgia;
    font-size: 12pt;
    color: black;
    border: 2px solid #337ab7;
    border-radius: 14px;
    padding: 10px;
}
.btn {
    border: 2px solid #337ab7;
    font-family: Georgia;
    font-style: italic;
    font-weight: bold;
    font-size: 12pt;
    color: #337ab7;
    background-color: #FFF;
    margin-top: 20px;
    border-radius: 14px;
    padding: 10px;
}
.pnlqr {
    margin-top: 20px;
    text-align: center;
}
.text-danger {
    display: block;
    font-family: Georgia;
    font-weight: bold;
    font-size: 10pt;
    margin-top: 10px;
    color: red;
}
#imgQR {
    width: 290px;
    height: 290px;
}
#phResult {
    position: relative;
}
#copyLnk {
    position: absolute;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
    text-decoration: none;
    color: #337ab7;
    left: 516px;
    top: 35px;
}