/* LOGIN */
#mitteilung{
 	width: 390px;
	background: red;
	border: 3px solid #cccccc;
	color:white;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	padding: 5px;
	margin: 0 auto}
#loginMain{
	width:99%}
/* GENERAL CONTAINER */
.loginPage{
	background-color:#ffffff;
	border-top:0px !important;
	border-right:3px solid #ccc;
	border-bottom:3px solid #ccc;
	border-left:3px solid #ccc;
	margin: 0 auto;
	width:250px;
	height:200px;
	padding-bottom:1%}
/* STRUCTURE */
.logo{
	display:none}
.loginPage .title{
    background: url(./images/general/ejw_manager_klein.png) no-repeat center;
	font-size:0pt;
	padding-top:5px;
	padding-bottom: 5px;
	position:absolute;
	text-align:center;
	width:250px;
	height: 69px;
	background-color: #ffffff}
.loginPage .title span{
	color:#FFF}
.loginHeader{
	color:#515151;
	font-family: "Segoe UI",Arial,sans-serif;
	font-size:10px;
	font-weight:bold;
	padding-top:87px;
	padding-bottom:0px;
	text-align:center}
*loginHeader{
	padding-top:30px!important;
}
.loginBody{
	/*background: url(./images/general/ejw_logo.png) no-repeat -1px 15px;*/
	padding-top:90px}
/* ELEMENTS */
.loginArguments{
	bottom:81px;
	margin-left:5px;
	position:relative;
	/*top:-95px;*/
	width:100%}
.argument{
	/*margin-left:5px;*/
	padding-top:5px;
	width:100%}
.argument .label{
	color:#000;
	float:left;
	width:60px}
.loginArguments .argument .txtBox, .loginArguments .argument .dDList{
	background:#F3F3F7;
	border-right:solid 1px #9795AC;
	border-bottom:solid 1px #9795AC;
	color:#000;
	font-size: 9pt;
	padding-left:2px}
.loginArguments .argument .txtBox{
	display:block;
	margin-left:50px;
	width:150px}
.loginArguments .argument .txtBoxSelect{
	width:154px;}
.loginPage .buttons{
	margin-top:-75px;
	text-align:center}
.loginBody .loginerror{
	color:red;
	display:block;
	margin-top:10px;
	margin-left:0%;}
.loginBody .errorMessage{
	margin-top:0px !important;
	text-align:center;
	width:100% !important}
.loginBody .argument .validation{
	color:#FF0000 !important;
	display:block;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	width:100%}
.loginPage .buttons .cancel{
	display:none}

