body, div, p, span, table, td, input, textarea {
	font-family: Arial, Verdana, sans-serif;
}

.tree .line .num {
	padding-right: 20px;
}

.tree .line .text {
	font-size: 1.2em;
	font-style: ita.linec;
}

.tree .line .meta {
	font-size: .9em;
	padding-left: 30px;
}

.tree .line .author {
	font-size: .9em;
	padding-left: 30px;
}


form#newLineForm {
	/*border: solid blue 2px;*/
}

form#newLineForm textarea {
	display: block;
	clear: both;
	margin-bottom: 20px;
}

form#newLineForm textarea#newLineText {
	font-size: 20px;
	font-weight: normal;
	/*width: 40em;*/
	height: 2.8em;
}

form#newLineForm textarea#emails {
	font-size: 12px;
	/*width: 30em;*/
	height: 6em;
}

input.submit {
	font-size: 14px;
}

form#newLineForm .submit {
	float:right;
}

select.linenav {
	font-size: 14px;
	margin-bottom: 3px;
}

.flashMsgs {
	text-align:center;
}
.flashMsgs div {
	margin: 0 0 15px 0;
	border: solid 2px #F3FF8F;
	font-size: 13px;
	/*font-weight:bold;*/
	padding: 5px;
}
.flashMsgs .info {
	border: solid 2px #8FFF94;
}
.flashMsgs .error {
	border: solid 2px #FF7F7F;
}

.welcome {
	font-size:22px;
}
.intro {
	margin: 20px 0 20px 0;
}

.footer {
	font-size: 9px;
	margin-top: 30px;
	border-top: solid #CCC 1px;
}
.cc a,
.footer a {
	background-image: none !important;
	padding: 0px !important;
	margin: inherit !important;
}
