body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 13px;
    font-family: 'Share Tech', sans-serif;
    color: #fff;
}
img{
    border:none;
}
#blur{
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
}
#page_blur{
    filter: blur(3px); 
    -webkit-filter: blur(3px); 
    -moz-filter: blur(3px);
    -o-filter: blur(3px); 
    -ms-filter: blur(3px);
    filter: url(../blur.svg#blur);
    filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
    bottom:0;
    left:0;
    position:absolute;
    right:0;
    top:0;
}
iframe{
    border:none;
}
header{
    position: fixed;
    left:0;
    right: 0;
    margin: 10px;
}
header .info_div{
    float:right;
}
footer{
    position: fixed;
    left: 0;
    right: 0;
    margin: 10px;
    bottom: 0;
}
footer .shareaholic-canvas{
    bottom: 0;
    left: 10px;
    position: absolute;
    width: 320px !important;
    height: 85px !important;
}
footer > #logo{
    height: 75px;
    bottom: 0;
    right: 10px;
    position: absolute;
}

div#home {
    display: table;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    /*width: 250px;*/
}

section.cell{
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align:center;
}

h1{
    color: #333333;
    font-size: 45px;
    text-align: center;
    margin-bottom: 5px;
}

div.bg{
   /* border: #C0C0C0 solid 1px;*/
    border-radius: 10px 10px 10px 10px;
    height: 290px;
    opacity: 0.7;
    filter: alpha(opacity=70); /*for IE7/8*/
    width: 420px;
    background-color: #e7e6e6;
    position: absolute;
    top: 0;
    left: 0;
}
section > div.box{
    position: relative;
    width: 420px;
    height: 290px;
}
#create_form #tbl_0{
    text-align: left;
}
#create_form label{
    color: #434343;
    font-size: 14px;
}
#create_form textarea#txt{
    -webkit-box-shadow:rgba(200, 200, 200, 0.2) 1px 1px 2px inset;
  border:1px solid #E5E5E5;
  box-shadow:rgba(200, 200, 200, 0.2) 1px 1px 2px inset;
  color:#666666;
  font-size:12px;  
  line-height:1;
  outline:0;
  padding:2px;  
  padding: 5px;
}
#create_form .border_error{
    border: 1px solid #FF4D4D !important;
    box-shadow: 1px 1px 2px rgba(200, 200, 200, 0.2) inset !important;
}
#create_form textarea#txt, #create_form #slider{
    margin: 8px 0;
}
#create_form #slider{
    width:300px;
}
#create_form #slider .ui-widget-header{
    background: #666 !important;
}
#create_form td.btn{
    text-align: center;
}
#create_form .button, #voltar {
    margin: 10px 0;
    background-color:#F5F5F5;
  background-image:-webkit-linear-gradient(top, #F5F5F5, #F1F1F1);
  border:1px solid rgba(0, 0, 0, 0.0980392);
  color:#444444 !important;
  font-size:11px;
  height: 45px;
  width: 100px;
  cursor: pointer;
  font-weight: bold;
}
#create_form .button:hover {
     background-image:-webkit-linear-gradient(top, #43B9C9, #3BA9B8);
    background-image: -moz-linear-gradient(top, #43B9C9, #3BA9B8);
}
section#div_qrcode{
    opacity: 1;
    position: relative;
    z-index: 99;
    padding: 20px;
}
section#div_qrcode table#tbl_0{
    width: 100%;
}
section#div_qrcode #txt{
    height: 100px;
    min-height: 100px;
    max-height: 100px;
    width: 378px;
    min-width: 378px;
    max-width: 378px;
}
section#div_qrcode #qrcode_generated{
    text-align: center;
}
section#div_qrcode #qrcode_generated img{
    margin: 0 auto;
}
section#div_qrcode #qrcode_generated #qr_share{
    position: absolute;
    right: 15px;
    top: 5px;
}
section#div_qrcode #qrcode_generated iframe{
    width:70px;
    height: 220px;
    overflow: hidden;
}