html, body {
    background-color: #eeefec;
    font-family: 'Lucida grande', sans-serif;
    text-align: center;
}

#login {
    width: 400px;
    margin: 50px auto;
}

#logout {
    width: 400px;
    margin: 50px auto;
}

#login ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
 #login li {
 	margin-top:12px;
 }
 
 #signin {
 	margin-top:8px;
 }

img {
	border:0;
}

.content { 
	background:#f7f7f7;
	color:#ddd;
	padding:9px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
 	border-bottom: 1px solid rgba(0,0,0,0.25);
  	-webkit-border-radius: 8px;
	border-radius: 8px;	
	background-image:url(/public/images/login-abriss.png);
	background-repeat:no-repeat;
	background-position:bottom right;
}

.content-out { 
	background:#f7f7f7;
	color:#999;
	background-position:0px 12px;
	padding:9px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
	box-shadow: 0 1px 5px rgba(0,0,0,0.5);
 	border-bottom: 1px solid rgba(0,0,0,0.25);
  	-webkit-border-radius: 8px;
	border-radius: 8px;	
	border:0px dotted red;
	background-image:url(/public/images/login-abriss.png);
	background-repeat:no-repeat;
	background-position:bottom right;	
}

#login a:link { text-decoration:none;font-size: 10px; font-weight:bold; color:#333; }
#login a:visited { text-decoration:none; font-weight:bold; color:#333; }
#login a:hover { text-decoration:none; font-weight:bold;color:#800000 }


#login-logo {
	text-align:left;
	margin-left:5px;
	margin-bottom:15px;
}

#login-abriss {
	position:absolute;
	right:0px;
	bottom:0px;
}


#login form {
    padding: 0px;
    width:220px;
    margin:auto;
    text-align:left;
    padding-bottom:25px;
}



#login label {
    color: #333;
    font-size: 15px;
}

#login input {
    width: 220px;
    font-size: 13px;
}


#login .error, #login .success  {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    padding: 5px;
    -webkit-border-radius: 3px;
		border-radius: 3px;
}

#login .error {
    background: #c00 !important;
	font-weight:bold;
}

#login .success {
    background: #008800 !important;
	font-weight:bold;
}

#login .text {
	font-size:12px;
	color:black;
}

#login .center {
	text-align: center;
}


.captcha {
	border: 1px solid #ccc;
	background:white;
}

.refresh {
	text-align:right;
	margin-top:-28px;
	margin-bottom:10px;
}


