html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

html {
	min-height: 100%;
	height: auto;
}


body {
	font-family: Arial;
	font-size: 14px;
	background: transparent url('../images/footer_bg_api.jpg') no-repeat bottom center;
	height: 100%;
	color: #666;
}

#container {
	margin: 0 auto;
	padding: 20px;
	background: transparent url('../images/body_bg_api.png') no-repeat top center;
}

#header {
	font-size: 18px;
	font-variant: small-caps;
	height: 120px;
	width: 990px;
	margin: 20px auto;
}

#header img {
	float: left;
	margin-right: 20px;
}


#content {
	width: 910px;
	margin: 12px auto;
	border: 1px solid #d0d0d0;
	padding: 40px;
	padding-top: 20px;
	background: transparent url('../images/content_bg_api.png');
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

h2 {
	font-size: 36px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}

h2 span {
	color: #2480a8;
}

h3 {
	font-size: 28px;
	font-weight: bold;
	font-variant: normal;
	color: #000;
}

h4 {
	font-size: 20px;
	font-variant: normal;
	color: #000;
	margin-top: 15px;
	font-weight: bold;
}

h5.bold{
  font-weight: bold;
}

a {
	color: #2480a8;
}

#footer {
	font-size: 10px;
	color: #d0d0d0;
	text-align: center;
	padding-top: 3px;
}

.box{
  margin:0 0 20px;
}

.info, .code, .output{
  margin:8px 0;
}

.code, .output{
  -moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:5px 10px;
}

.code{
/*  background: #ddd;*/
 background: transparent url('../images/content_bg_api_code.png');
}

.output{
/*  background: #eee;*/
  background: transparent url('../images/content_bg_api_output.png');
}

