@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;
}
#urler-box {
	border-collapse: collapse;
	border: 1px solid #036;
	background-color: #9cf;
	width: 420px;
	margin: 30px auto 0;
	padding: 0;
}
#urler-url,
#urler-custom,
#urler-action {
	border-collapse: collapse;
	border: 1px solid #036;
	padding: 10px 0;
}
#urler-url div,
#urler-custom div,
#urler-action div {
	width: 400px;
	margin: 0 auto;
}
#urler-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: 76px;
	font-family: Consolas, "Lucida Console", Monaco, monospace;
	border: 1px solid #036;
	font-size: 1.15em;
}
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;
}
.urler-message-container {
	width: 420px;
	margin: 0 auto;
	background-color: #def;
	border: 2px solid #036;
}
.urler-message-container p {
	width: 400px;
	margin: 0 auto;
	padding: 10px 0;
	font-family: "Segoe UI", Segoe, Arial, Helvetica, sans-serif;
}
p.urler-message {
	font-style: italic;
}
p.urler-result {
	font-weight: bold;
}
.urler-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;
}