.inputform input,textarea {
	font-family: tahoma;
	font-size: 95%;
}

.inputform div {
	padding-top: 5px;
	padding-bottom: 5px;
}

.inputform label {
	float: left;
	width: 110px;
	font-size: .9em;
	font-weight: bold;
}

.post {
	font-size: 95%;
	padding: 10px 0px 10px 0px;
}

.post .footer {
	border-top: 1px dotted #91a42b;
	text-align: right;
	font-size: 85%;
	line-height: 25px;
	color: #919191;
	
}

.post .footer .tools {
	float: left;
	line-height: 30px;
}

.post .footer .tools a {
	border: none;
	}

.post .footer .tools a img
{
	padding-right: 5px;
	border: 0px;
}

.footertag
{
	font-size: 80%;
	text-align: center;
	width: 100%;
}
.editable .hidden
{
	display: none;
}

div .editable
		{
			border: dotted 1px transparent;
			padding-left: 15px;
			padding-right: 15px;
			margin-bottom: 5px;
		}

div .editable:hover
	{
		border-color: #91a42b;
	}
	
.required 
{
	font-size: 130%;
}

.error
{
	font-size: 85%;
}

.error ul li 
{
	color: #dd0909;
}

.bold {
	font-weight: bold;
	}
	
.example
{
	font-style: italic;
	font-weight: bold;
}