#loginwrapper {
	height: 500px;
	width: 100%;
	margin: 0 auto;	
}


#login {
    /*background-image: url("../../images/login_NAS_en.png");*/
    height: 575px;
    position: relative;	
    width: 1000px;
	margin: 0 auto;
}

#ErrMsg {
    /*position: relative;*/
    width: 275px;
	text-align: left;
	padding-bottom: 10px;
	font-weight: bold;
	color: red;
	/*top:75px;*/
	/*left:345px;*/
}

#form-login-NAS{
	position:absolute;
	font-weight:bold;
	text-align:center;
	top:250px;
	left:710px;
}

#ErrMsg2 {
	width:225px;
	color: red;
}

#form-login-DOfB{
	position:absolute;
	font-weight:bold;
	text-align:center;
	top:342px;
	left:710px;
}

#ErrMsg3 {
	width:225px;
	color: red;
}

#form-login-send{
	position:absolute;
	top:415px;
	left:810px;
}

input#txtNAS2 {
    background:transparent;
	font-size:large;
	text-align:center;
	width:200px;
	height:30px;
}

input#txtDOfB2 {
    font-size:large;
	text-align: center;
	width:200px;
	height:30px;
}

#login input {
	/*background:transparent;*/
	border:none
}

input:focus {outline: none; }


#contenu {
	width: 1000px;
	margin: 0 auto;
}
