@CHARSET "UTF-8";

h2 {
	font-size:2em;
	text-align:center;
}

h3 {
	margin:0;
}

ul {
	list-style-position: inside;
}
#left_wrapper {
	width:200px;
	height:100%;
	background-color:#DBEAF9;
	position:fixed;
	padding-top:10px;
}

#left_wrapper ul {
	margin-left:60px;
}

#right_wrapper {
	height:100%;
	margin-left:200px;
	padding:10px;
}
#content {
	height:800px;
}
#footer {
	text-align:center;
}

.clear {
	clear:both;
}
#get_exemple {
	margin-left: 20px;
}
#qrcode_form ul {
	list-style-type:none;
	margin-left:20px;
}
#qrcode_form li {
	line-height:30px;
}
#qrcode_form label {
	display:inline-block;
	width:80px;
}
#qrcode_form select {
	width:200px;
}

#qrcode_form input {
	width:195px;
}
