/* $Id: defaults.css,v 1.5 2007/10/02 12:10:40 dries Exp $ */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left; /* LTR */
  padding-right: 1em; /* LTR */
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

.left {float:left}
.right {float:right}

.advertise{margin: auto;width: 750px;margin-top: 10px}

.content-btBorder
{
	background: url("../../data/images/breakline.jpg") repeat-x 0 bottom;
	margin: auto;
	width: 820px;
	height: 20px;
}

#newqrcode-verifycode-wrapper img{vertical-align: middle;}

#create-qrcode-btn {
    -moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    -webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    box-shadow:inset 0px 1px 0px 0px #bbdaf7;
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
    background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
    background-color:#79bbff;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    cursor:pointer;
    border-radius:15px;
    border:4px solid #84bbf3;
    display:inline-block;
    color:#ffffff;
    font-family:Trebuchet MS;
    font-size:12pt;
    font-weight:bold;
    padding:2px 13px;
    text-decoration:none;
    text-shadow:1px 1px 0px #1b4a7a;
}#create-qrcode-btn:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
    background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
    background-color:#378de5;
}#create-qrcode-btn:active {
    position:relative;
    top:1px;
}

.newqrcode-container{
    padding: 20px 0px; 
    min-height: 590px; 
    width: 800px; margin: auto;
    text-align: center;
}

.newqrcode-container form{padding-top: 50px;}
