body {
	font-family: "Verdana", Helvetica, Arial sans-serif;
	color: #535353;
	font-size: 0.8125em;
	text-align: center;
	background: #efefef url(/images/ui/body-bg.gif) repeat-x;
}
* {
	margin: 0;
	padding: 0;
	}
/* --------------------------------------------------------------------------
wrapper
-------------------------------------------------------------------------- */
#wrapper {
	margin: 20px;
	text-align: left;
	font-size: 85%;
	width: 400px;
	float: left;
}

/* --------------------------------------------------------------------------
header
-------------------------------------------------------------------------- */
#header {
	width: 400px;
	padding: 0 0 15px 0;
	float: left;
	clear: both;
	background: #fff;
}
#logo {
	float: left;
	clear: both;
	width: 370px;
	height: 46px;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url(/images/ui/kroll-small.gif) 0 0 no-repeat;
}

h1 {
	padding: 0 15px;
	font-size: 100%;
	font-weight: bold;
	color: #de8703; /* =orange */
}
p.url {
	color: #999;
	padding: 0 15px;
}

/* --------------------------------------------------------------------------
content
-------------------------------------------------------------------------- */
#content {
	margin-top: 4px;
	padding: 15px;
	float: left;
	clear: both;
	width: 370px;
	background: #fff;
}

/* --------------------------------------------------------------------------
form
-------------------------------------------------------------------------- */
#share-this {
	/*border-top: 1px solid red;*/
	float: left;
	clear: both;
	width: 370px;
}
fieldset {
	border: none;
	margin: 0;
}
h2 {
	font-size: 100%;
	font-weight: bold;
	padding: 0 0 .5em 0;
}
fieldset ol {
	padding: 0 0 1em 0;
}
fieldset li {
	list-style: none;
	padding: .5em 0;
	float: left;
	clear: both;
	line-height: 1.5em;
}
fieldset li label {
	float: left;
	display: block;
	width: 120px;
	margin-right: 14px;
}
fieldset li label,
fieldset li input {
	line-height: 1.5em;
}
input,
textarea {
	font-family: "Verdana", Helvetica, Arial sans-serif;
	font-size: 100%;
}
input.text {
	width: 230px;
	padding: 2px;
	border: 1px solid #999;
}
textarea#message {
	width: 230px;
	padding: 2px;
	border: 1px solid #999;
}
#share-this #submit {
	margin: 15px 0 0 0;
	position: relative;
	left: 135px;
}

span.required {
	color: #00a2df; /* light blue */
}
li.error label,
li.error label span.required {
	color: #900;
}
li.error input.text {
	border: 1px solid #900;
}

/* --------------------------------------------------------------------------
footer
-------------------------------------------------------------------------- */
#footer {
	margin-top: 4px;
	padding: 15px;
	float: left;
	clear: both;
	width: 370px;
	background: #fff;
}
#footer p.copyright {
	padding: .5em 0 0 0;
}


/* --------------------------------------------------------------------------
links
-------------------------------------------------------------------------- */
a:link,
a:visited {
	color: #535353;
	text-decoration: underline;
}
a:hover,
a:visited:hover {
	color: #de8703; /* orange */
	text-decoration: underline;
}



