body#userspace p
{
	font-size: 17px;
}

.welcome
{
	font-size: 20px !important;
}

a
{
	text-decoration: none;
	color: inherit;
}
a:visited
{
	text-decoration: none;
	color: inherit;
}
a:hover
{
	text-decoration: underline;
}
a:active
{
	text-decoration: underline;
}

.version
{
	font-size: 15px;
	color: #6c6c6a;
	padding-left: 1em;
}

body#userspace small p, body#userspace small li
{
	font-size:13px;
}

textarea
{
	padding: 8px;
	width: 100%;
	height: 200px;
	
	border-style: solid;
	border-color: #d9d9d9;
	border-width: 1px;
	
	margin-top: 8px;
	
	font-size: 13px;
}

hr
{
	padding: 0px;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 20px;
	margin-top: 20px;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-color: #e8e8e8;
	border-width: 0;
	border-top-width: 1px;
}

input[type="text"], input[type="password"]
{
	font-size: 13px;
	height: 24px;
	width: 300px;
}

.invalid
{
	border-color: #ff8000;
	border-width: 2px;
}

.bottom
{
	position: fixed;
	margin-top: 20px;
	margin-bottom: 20px;
	bottom: 0px;
	font-size:13px !important;
}
code
{
	font-size: 86%;
	font-family: Menlo, monospaced;
}