html, form { padding: 0; margin: 0; }
img { border: 0; }
body {
	font-family: Arial;
	font-size: 0.9em;
	color: #000;
	background-color: #fff;
	margin: 20px;
}
h2 {
	font-weight: normal;
	font-size: 1.1em;	
}
#body {
	width: 100%;
}

#menu {
	text-align: center;
	padding-bottom: 5px;
	white-space: nowrap;
}

#menu .item {
	padding-right: 15px;
}
.failure {
	border: 1px solid red;
	color: red;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
	width: auto;
	float: left;
}
.success {
	border: 1px solid green;
	color: green;
	font-weight: bold;
	padding: 10px;
	white-space: nowrap;
	width: auto;
	float: left;
}
.errorinput {
	border: 1px solid red;	
}
#menu a {
	font-family: Arial;
	font-weight: bolder;
	font-size: 0.8em;
	color: #999;
	text-decoration: none;
}

#menu .selected {
	color: #659c99;
}
.header {
	font-size: 1.1em;
	color: #659c99;
	border-bottom: 1px solid #659c99;
}
.theader {
	font-weight: bold;
	font-size: 0.9em;
	color: #659c99;
	text-align: center;
}
#content {
	text-align: left;
}

.clear {
	clear: both;
}

#main {
	text-align: center;
}

.listing {
	line-height: 30px;	
}

.caption {
	text-align: left;
	color: #c0c0c0;
	font-family: Arial;
	font-size: 13px;
}
.copyright {
	text-align: center;
	color: #444444;
	font-size: 14px;
}
.full, .textarea {
	width: 250px;
}
.textarea {
	height: 150px;	
}