﻿#Customer
{
	margin-left: 200px;	
	float: left;
}

#Customer > input[type="submit"]
{
	float: right;
}

.de input[type="password"]
{
    background: #fff url(../images/Content/Customer.Data/password_bg_de.png) no-repeat;
}

.en input[type="password"]
{
    background: #fff url(../images/Content/Customer.Data/password_bg_en.png) no-repeat;
}

#Login
{
	float: left;
}

.login
{
	float: right;	
}

#Data
{
	padding: 20px;
	float: left;
}

#Agb
{
	width: 440px;
	float: left;
	margin-bottom: 20px;
}

.error
{
	min-height: 120px;
	border: 2px solid #bd2222;
	margin: 10px 0 20px 0;
	padding: 10px 10px 10px 130px;
	background: url(../images/Content/Customer.Data/error.jpg) no-repeat 20px 20px;
}

.loginerror
{
    clear: both;
	font-size: 12px;
	color: #bd2222 !Important;
	text-align: left !Important;
}

.error ul
{
	margin-top: 10px;
	list-style: inside;	
}

.error li
{
	margin-bottom: 5px;
}

#NewPasswordBox, #MailNotValidBox, #MailSentBox
{
    display: none;
}

#NewPasswordBox input.login
{
    width: 122px;
}

#Customer a
{
    color: #3e3d40;
    font-style: italic;
    text-decoration: underline;
}

