* {
/*
	margin: 0;
	padding: 0;
*/
}

html {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font: 0.9em/1.2em Arial, Verdana, sans-serif;
	background: #ffffff;
}

a, a:hover {
	color: #008000;
}

h3 {
	margin: 0;
}

.message {
	padding: 15px 10px;
	width: 66%;
}
.message .header {
	font-size: 1.4em;
}
.message .header a {
	color: #000;
	text-decoration: none;
}
.message .body {
	padding: 10px 0 10px 40px;
}
.message .body .wiki {
	color: #003399;
}
.message .body .code {
	color: #999;
}
.message .body .code pre {
	font-family: "Courier New", Courier, monospace;
	border: 1px solid #999;
	background: #f2f2ab;
	padding: 5px;
	color: #000;
}
.message .body .quote {
	color: #999;
}
.message .body .quote blockquote {
	font-style: italic;
	margin: 10px 0;
	padding: 0 0 0 15px;
	border-left: 2px solid #ccc;
}
.message .body .quote .body {
	border: 1px solid #999;
	background: #ccc;
	padding: 5px;
	color: #000;
}
.message .footer {
	width: 100%;
	color: #999;
}

form.message {
	margin: 0 auto;
	overflow: hidden;
	width: 65%;
}
form.message ul {
	float: left;
	list-style: none outside none;
	padding: 0;
	width: 100%;
}
form.message li {
	float: left;
	padding: 10px 0 0;
	width: 100%;
}
form.message li.topic {
	position: relative;
	width: 100%;
}
form.message li.topic .type {
	width: 200px;
	float: left;
}
form.message li.topic .type select {
	width: 190px;
	font-size: 2em;
}

form.message li.topic .title {
	width: 100%;
}
form.message li.topic .title div {
	float: left;
	font-size: 2em;
	color: #ccc;
	width: 105px;
	padding: 8px 0 0 0;
}
form.message li.topic .title input {
	width: 65%;
	font-size: 1.9em;
	float: right;
}



a.white, a.white:hover {
	color: #fff;
}

textarea.textarea, input.text {
	width: 100%;
}

.passport {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 22px;
	color: #000000;
	letter-spacing: -1px;
	font-weight: bold;
}
.passport_s {
	font-family: "Trebuchet MS", Trebuchet, verdana, arial, sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: -1px;
}

div.opened { display: block; }
div.closed { display: none; }

