.fix_float {
	clear: both;
	overflow: hidden;
	height: 0;
}
img {
	max-width: 100%;
}
body {
	background: white;
	font-family: georgia, times, 'Times New Roman', times-roman, georgia, serif;
	color: #666;
	font-size: 1em;
	text-align: left;
}
#social {
	width: 800px;
	height: 65px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
}
#social .social {
	width: 120px;
	float: right;
}
h1 {
	text-align: center;
	font-size: 6em;
	letter-spacing: -2px;
	line-height: 1em;
	color: gray;
	padding-top: 10px;
	display: block;
	float: left;
	width: 40%;
}
small {
	font-size: 0.8em;
}
span, a {
	color: #316300;
}
a:hover {
	color: #666;
}
strong {
	font-weight: bold;
}
h2 {
	display: block;
	margin: 0 auto;
	color: #316300;
	font-size: 2em;
	line-height: 1em;
	padding: 30px 0 10px 0;
}
h2.info {
	width: 100%;
}
h2.form {
	color: #316300;
	text-align: center;
	width: 100%;
	padding: 10px 0 20px 0;
}
#language {
	width: 800px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: right;
}
#container {
	width: 800px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#infographic {
	text-align: center;
	margin: 15px 0;
}
p {
	margin: 6px 0;
	line-height: 1.6em;
	font-size: 1em;
}
form {
	margin: 0 auto;
	font-size: 0.9em;
	line-height: 1.5em;
	color: #898989;
	width: 90%;
}
form input, form textarea {
	margin: 5px 0 10px 0;
}
form input.textfield, form textarea {
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #E1E1E1;
	border: 0;
	width: 100%;
}
form input.textfield {
	height: 3em;
}
form textarea {
	margin-bottom: 0;
}
form button {
	margin: 10px 0 20px 0;
}
dl {
	margin: 6px 0;
	line-height: 150%;
	float: left;
	width: 49%;
	border: 1px dashed #D3D3D3;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 10px 0 20px 0;
}
dl.demo_images { 
	width: 100%; 
	text-align: center;
}
dl.demo_images dd {
	display: inline;
	margin: 0 3px;
}
dl.demo_images dt {
	text-align: left;
}
dl.right {
	float: right;
}
dd, dt {
	margin: 0 15px;
}
dt {
	color: #316300;
	font-size: 1.7em;
	line-height: 1em;
	padding-bottom: 20px;
}
p.box {
	background: #F5F5F5;
	border: 1px dashed #D3D3D3;
	font-size: 1.2em;
	line-height: 130%;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 50%;
	float: right;
	margin-top: 10px;
}

p.code {
	background: #F5F5F5;
	border: 1px dashed #D3D3D3;
	font-size: 1em;
	line-height: 100%;
	padding: 5px 0;
	text-align: center;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
}
p.code span {
	color: red;
}
p.important {
	background: #F5F5F5;
	border: 1px dashed #D3D3D3;
	font-size: 0.8em;
	line-height: 1.5em;
	padding: 5px 10px;
	text-align: left;
	color: #343434;
	font-family: Arial, Helvetica, sans-serif;
}
p.important strong {
	color: red;
}
a.button {
	display: block;
	margin: 10px auto;
	background: #316300;
	color: white;
	width: 150px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	text-align: center;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 4px 4px 0 #d3d3d3;
	font-size: 1.5em;
	text-decoration: none;
	margin-bottom: 20px;
}
a.button:hover {
	color: white;
}
a.button:active {
	box-shadow: -4px -4px 0 #d3d3d3;
	margin-bottom: 16px;
	margin-top: 14px;
}
#footer {
	text-align: center;
	border-top: 1px dashed #D3D3D3;
	margin: 20px 0;
	padding: 10px 0;
}
#footer img {
	margin: 10px 0;
}
 @media only screen and (min-width : 301px) and (max-width: 800px) {
#social {
	width: 100%;
}
#container {
	width: 95%;
	font-size: 0.9em;
}
h1 {
	font-size: 5em;
	padding: 10px 0;
	float: none;
	width: 95%;
}
h2 {
	font-size: 1.8em;
}
p.box {
	float: none;
	width: 95%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
}
}
 @media only screen and (max-width: 300px) {
#container {
	width: 95%;
	font-size: 0.8em;
}
h1 {
	font-size: 4em;
	padding: 5px 0;
	float: none;
	width: 95%;
	padding-top: 15px;
}
p.box {
	float: none;
	width: 95%;
	padding: 5px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
}
h2 {
	padding: 20px 0 5px 0;
	font-size: 1.4em;
}
dl, dl.right {
	float: none;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
dt {
	font-size: 1.4em;
	padding-bottom: 15px;
}
#social {
	width: 100%;
}
}
