@charset "utf-8";
/* CSS Document */

body {
	font-family: "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
	font-size: 86%;
	width: 100%;
}
h1 {
	text-align: center;
	color: #205180;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -2px;
}
h1 a:link,
h1 a:visited {
	color: #307abf;
	text-decoration: none;
}
h1 a:hover,
h1 a:active {
	color: #205180;
	text-decoration: underline;
}
#paster-box {
	border-collapse: collapse;
	border: 1px solid #036;
	background-color: #9cf;
	width: 420px;
	margin: 30px auto 0;
	padding: 0;
}
#paster-url,
#paster-custom,
#paster-action {
	border-collapse: collapse;
	border: 1px solid #036;
	padding: 10px 0;
}
#paster-url div,
#paster-custom div,
#paster-action div {
	width: 400px;
	margin: 0 auto;
}
#paster-action div {
	text-align: center;
}
.optional {
	font-size: 90%;
	font-style: italic;
	color: #333;
}
.custom-label {
	font-weight: bold;
}
.note {
	font-size: 0.9em;
	font-variant: small-caps;
	font-style: italic;
	padding: 0 0 0 16px;
}
textarea {
	width: 394px;
	height: 152px;
}
textarea#url {
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	font-size: 1.15em;
}
textarea#paste {
	font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
	font-size: 0.85em;
}
textarea,
input#code,
input#custom {
	border: 1px solid #036;
}
input#custom {
	width: 188px;
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	border: 1px solid #036;
	margin: 0 0 0 1px;
}
input#submit {
	width: 200px;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 120%;
	margin: 0 auto;
}
.paster-message-container {
	width: 420px;
	margin: 0 auto;
	background-color: #def;
	border: 2px solid #036;
}
.paster-message-container p {
	width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
}
p.paster-message {
	font-style: italic;
}
p.paster-result {
	font-weight: bold;
}
.paster-errors {
	width: 420px;
	margin: 0 auto;
	font-family: "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: red;
}
p.error {
	width: 400px;
	margin: 0 auto;
	font-style: italic;
	font-weight: bold;
	color: red;
}
.centered {
	text-align: center;
}
#paster-text {
	width: 600px;
	margin: 0 auto;
}
.footer-link {
	font-weight: bold;
}
p.paster-code-display {
	font-size: 1.5em;
}
span.paster-code-label {
	font-weight: bold;
}
.paster-text-paste {
	border: 1px solid #205180;
	padding: 0 20px;
	font-family: Consolas, "Lucida Console", "Courier New", Courier, monospace;
	font-size: 11px;
	white-space: pre;
	overflow: auto;
}