html {
	height: 100%;
}
body {
	height: 100%;
	font-family: Lucida Grande, Arial, Sans-serif;
	font-size: 1em;
	margin: 0;
	padding: 0;
	overflow: auto;
}
p {
	margin:0;
	padding:0;
	font-size: 1em;
}
.clickable {
	cursor: pointer;
}
#measurer {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -1;
}
#body {
	min-height: 100%;
	width: auto;
}
#footer {
	height: 40px;
	margin-top: -40px;
}
#footer .copyright {
	font-size: 0.6875em;
	margin: 0 32px;
	padding: 16px 0 8px 0;
	text-align: right;
}
#header {
	width: auto;
	background: #ededed;
	border-bottom: 1px solid #ddd;
}
#header h1 {
    font-size:                  30px;
    line-height:                36px;
	margin:                     0 40px;
	padding:                    8px 0;
}

#header h1 a {
    color:                      #000;
    text-decoration:            none;
}
#header h1 span {
    cursor:                     pointer;
}
#header h1 span.paste {
    border-bottom:              1px dotted #000;
    cursor:                     pointer;
}
#content {
	height:                     auto;
    padding-bottom:             48px;
}
#content .content {
    margin:                     0 40px;
}
form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 0;
	padding: 0;
	border-width: 0;
}
input, select, textarea {
	margin: 0;
}
label {
	margin-right: 8px;
}

label {
    font-size:                  0.75em;
}
label span {
	font-size:                  1em;
}
.unbold {
	font-weight: normal;
}
abbr {
	border-width: 0;
}
.fieldset {
	clear: both;
	padding: 10px 0;
}

.fieldset#code-container {
	float: left;
	position: relative;
	padding-bottom: 0;
}
.fieldset#code-container label {
	display: block;
	margin-bottom: 8px;
}
.fieldset#code-container .expander {
	position: absolute;
	bottom: 0;
	right: 0;
}
textarea#code {
	margin-bottom: 0;
}
fieldset ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
fieldset.inline ul li {
	display: block;
	float: left;
	margin-right: 32px;
}
fieldset.inline ul li label,
fieldset.inline ul li input,
fieldset.inline ul li select {
	vertical-align: middle;
}

input, select, textarea {
	font-size:                  0.75em;
}
form#syntax-change {
	float: left;
}
.itext, .iselect, .itextarea {
    background-color:           #ffffff;
    border-color:               #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
    border-radius:              2px 2px 2px 2px;
    border-style:               solid;
    border-width:               1px;
    padding:                    5px 3px;
}

.isubmit {
	border: 1px solid #dddddd;
	padding: 8px 16px;
	background: #f5f5f5;
}
.isubmit:hover {
	background: #f5f5f5;
}
.isubmit:focus {
	background: #efc500;
}
.ibutton {
	border: 1px solid #2a2a2a;
	padding-left: 16px;
	padding-right: 16px;
	background: #f5f5f5;
}
textarea {
	resize:                     none;
	font-family:                Monospace;
	font-size:                  1em;
	font-weight:                normal;
}

div#code, #code-info {
	clear: both;
	margin: 0 5%;
	padding: 10px 0;
}
#code-info:after {
	content:'';
	display:block;
	clear: both;
}
#code-info p {
	padding: 4px 0;
	font-size: 0.875em;
}
div#code {
	position: relative;
}