body {
	font-family: "Trebuchet MS", sans-serif;
	background-color: #e7e7e7;
	background-repeat: repeat-x;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	color: #333;
}
a:link, a:hover, a:visited {
	text-decoration: none;
	color: #373;
}
img {
	border: none;
}
h1 {
	text-shadow: 3px 3px 10px #aaa;
	color: #373;
}
h2 {
	font-size: 10pt;
	font-weight: bold;
	padding: 0 0 5px 0;
	margin: 0;
	clear: both;
}
table {
	width: 100%;
}
tr {
	vertical-align: top;
}
table, tbody, tr, td {
	margin: 0;
	padding: 0;
	border-collapse: collapse;
}
#head-wrapper {
	position: relative;
	background-color: #fdfdfd;
	height: 75px;
	box-shadow: 0 0 20px #bbb;
	z-index: 10;
}
#head {
	margin: auto;
	padding-top: 15px;
	min-width: 500px;
	max-width: 750px;
	height: 60px;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}
#head h1 {
	float: left;
	margin-left: 10px;
	display: inline;
}
#instructions {
	float: right;
	margin-right: 10px;
}
#container {
	z-index: 5;
	margin: auto;
	margin-bottom: 5px;
	min-width: 500px;
	max-width: 730px;
	padding: 20px 10px 5px 10px;
	background-color: #fff;
}
#languages {
	text-align: right;
}
#infobox {
	margin: auto;
	min-width: 500px;
	max-width: 730px;
	padding-top: 5px;
	padding-bottom: 15px;
	padding-left: 0;
	padding-right: 0;
}
#footer {
	margin: auto;
	min-width: 500px;
	max-width: 730px;
	padding-top: 5px;
	padding-left: 0;
	padding-right: 0;
	text-align: left;
}
#footer #social-bookmarking {
	float: left;
	padding-right: 20px;
	text-align: center;
}
#footer small {
	clear: both;
}
#footer a {
	color: #000;
}
#errormessage {
	margin: 10px 0 10px 0;
	background-color: #fbb;
	padding: 5px;
}
#templates {
	float: left;
	width: 450px;
}
#template-preview-spinner, #template-preview {
	float: right;
	width: 260px;
	height: 260px;
	background-repeat: no-repeat;
	background-position: center;
}
#template-preview-spinner {
	margin-top: -25px;
	background-image: url(spinner.gif);
}
.template {
	margin: 0;
	padding: 0;
}
.template td {
	font-size: 8pt;
	vertical-align: middle;
	margin: 0;
}
.template-selected {
	background-color: #e7e7e7;
}
.template label {
	display: block;
	padding: 4px;
	cursor: pointer;
}
.template input {
	cursor: pointer;
}
.clear {
	clear: both;
}
#create {
	float: right;
	width: 260px;
	text-align: center;
}
#create input {
	margin: 0;
	padding: 3px;
}
.highlight-box {
	display: inline;
	box-shadow: 0 0 20px #373;
}
#advanced-toggle a {
	display: block;
	margin-top: 7px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#opt-advanced {
	padding-bottom: 7px;
}
#opt-advanced tr td {
	padding-bottom: 5px;
}
.disabled {
	display: none;
}
div.opt-label {
	width: 60px;
	float: left;
}
td.opt-label {
	width: 180px;
}
#opt label {
	margin-right: 5px;
	position: relative;
	top: -2px;
}
#opt-from-y, #opt-from-m, #opt-to-y,	#opt-to-m {
	display: inline;
}
#opt-from-m.disabled, #opt-to-m.disabled {
	display: none;
}
#opt-usercolumns {
	width: 100%;
}

