* {
	margin: 0;
	padding: 0;
	font-size:100.01%;
	font: inherit;
	vertical-align: baseline;
}
body {
	width:100%;
    height:100%;
	color: #333;
	font-family:Arial, sans-serif;
    line-height:1.2;
}

#login-popover-content {
	position:relative;
	background-color: #fff;
	width:100%;
    height:346px;
    padding: 10px 0 0 0;
}
#login-popover-content h2.frage {
	padding-bottom:0;
	padding-top:3px;
}
#login-popover-content div {
  margin:0 auto;
  width:260px;
}
#login-popover-content div div {
  padding:0;
}

h2 {
	padding-bottom:3px;
	font-size: 17px;
}

p {
	font-size:12px;
	margin:0.3em 0 0.5em 0;
}

.login-popover-error {
    color: #D92626;
}

#formfields {
  margin-top:6px;
}
#formfields p {
  margin:0;
}

label
{
	width: 68px;
	display: block;
	margin-top: 8px;
	font-size: 12px;
	float: left;
	clear: left;
}

form
{
margin-bottom:0.75em;
}

input#login,
input#Passwort
{
	border: 1px solid #e2e2e2 !important;
	padding: 2px;
	margin-bottom: 5px;
	text-align: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: #666 0px 0px 0px;
	-moz-box-shadow: #666 0px 0px 0px;
	box-shadow: #666 0px 0px 0px;
	background: #ffffff;
	width: 178px;
    -webkit-appearance: none;
    font-size: 16px;
    line-height: 2em;
    padding: 0 4px;
}

input.submit {
    width: 98%;
    text-align: center;
    border: none;
    font: 13px/2em Arial, Helvetica, sans-serif;
    color: white;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    border-radius: 2px;
    background-color: #1F7E4B;
    padding: 2px 14px 2px 14px;
    display: block;
    margin-bottom: 1em;
    -webkit-appearance: none;
}
input.submit:hover {
    background-color: #27A35F;
}

a:link {
	color:#12398e;
	text-decoration:none;
}
a:visited {
	color:#12398e;
	text-decoration:none;
}
a:hover, a:focus {
	color:#12398e;
	text-decoration:underline;
}
a:active {
	color:#12398e;
	text-decoration:none;
}

