@charset "utf-8";
body {
	font-size: 13px;
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
form {
	display: block;
	font-size: 19px;
}
.error {
	padding: 8px;
	background-color: #FFF2F2;
	border: 1px solid #FF0000;
	font-weight: bold;
	color: #FF0000;
	clear: both;
	margin-top: 13px;
	margin-bottom: 13px;
}
.clear {
	clear: both;
}
.line {
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	height: 12px;
}
.bookmarklet {
	margin-top: 13px;
	margin-bottom: 13px;
	padding: 8px;
}


#t {
	width: 580px;
}

#divQr {
	clear: both;
}
#divQr .img {
	padding: 8px;
	float: left;
}
#divQr #colorpickerHolder {
	float: left;
	padding: 8px;
}
#header {
	padding-top: 24px;
	margin-bottom: 40px;
	padding-left: 32px;
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	height: 80px;
	background-position: 0px 84px;
}

#wrapper {
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}
#footer {
	clear: both;
	margin-top: 26px;
	background-image: url(img/line.gif);
	background-repeat: no-repeat;
	padding-top: 13px;
	text-align: center;
	height: 80px;
}
