body {
	padding: 0px;
	margin: 0px;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#footer { color: inherit;
	  margin-top: 20px;
	  font-size: 10px;
	  text-align: center;
	  margin-left: auto;
	  margin-right: auto;
	  width: 500px;
}

#error {
	width: 760px;
	padding: 10px;
	background: black;
	border: solid black 1px;
	margin: 0px auto;
	text-align: center;
	color: red;
	font-size: 18px;
}

#footer > a > img {
	border: none;
	vertical-align: middle;
}


#content {
	width: 780px;
	margin: 20px auto;
}

#header {
	width: 600px;
	margin: 20px auto;
}

#content a img {
	border: none;
}

#content a {
	text-decoration: none;
}

fieldset {
	display: block;
	clear: left;
}

fieldset legend {
	font-size: 16px;
}

fieldset label {
	display: block;
	clear: left;
	float: left;
	width: 150px;
	margin-right: 10px;
	height: 20px;
	text-align: right;
	font-size: 18px;
	margin-bottom: 4px;
}

fieldset input, select{
	display: block;
	clear: right;
	width: 200px;
	height: 20px;
	font-size: 16px;
	border: solid black 1px;
	margin-bottom: 4px;
}

fieldset div {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	height: 16px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/down.png');
	background-repeat: no-repeat;
	margin-bottom: 4px;
	margin-top: 10px;
	vertical-align: middle;
}

fieldset a {
	margin-left: 160px;
	padding-left: 30px;
	display: block;
	float: left;
	clear: left;
	height: 16px;
	padding-top: 4px;
	font-size: 10px;
	background-image: url('/img/right.png');
	background-repeat: no-repeat;
	margin-bottom: 4px;
	vertical-align: middle;
}

fieldset input[type=hidden]{
	visibility: hidden;
	width: 0px;
	height: 0px;
}

fieldset button{
	display: block;
	clear: left;
	float: left;
	width: 200px;
	height: 24px;
	text-align: center;
	font-size: 18px;
	padding: 0px;
	margin: 0px;
	margin-left: 160px;
}

.mceEditor {
	display: block;
	float: left;
	clear: left;
}