#wrapper {
    width:700px;
    height:320px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-350px;
    margin-top:-140px;
}
#wrapper header {
    margin:0;
}
#wrapper header #logo {
    float:right;
    width:304px;
    height:44px;
    margin:0 52px 0 0;
    background-image:url(../images/logo.png);
}

#wrapper header #logo a {
    width:100%;
    height:100%;
    display:block;
    background:transparent!important;
    text-indent:-9999px;
}

#wrapper #main {
    float:left;
    width:668px;
    height:84px;
    background:#fff;
    border:2px solid #ff0066;
    margin:37px 14px 0;
}

#wrapper footer {
    width:100%;
    float:left;
    margin-top:85px;
}

#wrapper footer p {
    text-align:center;
    font-size:10pt;
	direction:rtl;
	font-family:tahoma;
    color:#c3c3c3;
}
input[type="text"]#url {
    width:548px;
    height:64px;
    font-family:ColaborateLightRegular, Arial, sans-serif;
    font-size:34pt;
    border:0;
    color:#808080;
    padding:10px 20px;
    letter-spacing:-2px;
    line-height:64px;
}

.inputaData{
    position:absolute;    
    font-family:tahoma, Arial, sans-serif;
    font-size:10pt;
    border:0;
    color:#808080;
    padding:10px 20px;
    letter-spacing:0px;
    line-height:24px;
    top:180px;
    height:24px;        
}

input[type="text"]#custom {
    right:17px;
    width:160px;
    height:24px;
}

input[type="text"]#password {
    left:16px;
    width:100px;
}
input[type="number"]#uses {
    position:absolute;
    left:165px;
    width:55px;
    text-align:left;
}

input[type="text"]#expire {
    top:180px;
    left:269px;
    width:75px;        
}


input[type="checkbox"]{
display:none;
}

.checkbox{
position:absolute;
top:180px;
left:393px;    
width:42px;
padding:10px 20px;
text-align:center;
color:#ffffff;
line-height:24px;
cursor:pointer;
}
.checkbox label{
    display:block;
    cursor:pointer;
}

.checked{
background:#9ACD32;
}
.unchecked{
background:#ff0000;
}

input[type="button"],input[type="submit"] {
    width:49px;
    height:49px;
    position:absolute;
    border:0;
    background:transparent;
    text-indent:-9999px;
    right:34px;
    top:102px;
}

input[type="button"]:hover,input[type="submit"]:hover {
    cursor:pointer;
}

input[type="button"].normal,input[type="submit"].normal,input[type="button"].loading,input[type="submit"].loading {
    background-image:url(../images/button.gif);
    background-repeat:no-repeat;
}

input[type="button"].normal:hover,input[type="submit"].normal:hover {
    background-position:0 -49px;
}

input[type="button"].loading,input[type="submit"].loading {
    background-position:0 -98px;
    cursor:default;
}

#qrCode {
    position:absolute;
    top:-74px;
    left:-22px;
}

#qrCode .qrTooltip {
    position:relative;
    width:120px;
    height:120px;
    margin:0;
    text-align:center;
    font:140px/200px Arial, sans-serif;
    color:#fff;
    background:#fff;
    background-position:center center;
    background-repeat:no-repeat;
}

#qrCode .qrTooltip:before {
    content:"";
    position:absolute;
    bottom:-20px;
    left:42px;
    border-width:0 0 20px 30px;
    border-style:solid;
    border-color:transparent #fff;
}

#qrCode .qrTooltip:hover {
    cursor:pointer;
}

#info p{
    padding:4px 6px;
    background:rgba(0,0,0,0.2);
    width:300px;
    height:auto;
    text-align:center;
    font-size:16pt;
    color:#fff;
    overflow:hidden;
    position:absolute;
    left:20px;
    top:14px;
}