.editbox
{
	position: relative;
	border: 1px solid red;
	margin: -1px;
	min-height: 20px;
}

.editlink
{
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid black;
	background-color: white;
	padding: 2px 4px;
	color: black;
	text-decoration: none;
	font-family: Helvetica,Arial,sans-serif;
}

.editlink:hover
{
	color: red;
}

.cmsbar
{
	position: absolute;
	bottom: 2px;
	left: 2px;
	border: 1px solid black;
	background-color: white;
	padding: 2px 4px;
	font-family: Helvetica,Arial,sans-serif;	
}

body>.cmsbar
{
	position: fixed;
}

.cmsbar .currentlang
{
	font-weight: bold;
}

.cmsbar a
{
	color: black;
	text-decoration: none;
}

.cmsbar a:hover
{
	color: red;
}