@charset "utf-8";
/* CSS Document */
/* Meniul stinga - loginMenu */
#loginMenu {
	height: auto;
	text-align: left;
	}
#loginMenu .logat {
	margin: 160px 0 0 240px;
	width: 150px;
	text-align: right;
	}
#loginMenu .nelogat  {
	margin: 150px 0 0 265px;
	width: 110px;
	text-align: right;
	}

#loginMenu label {
    font-size: 13px;
    font-weight: bold;
    line-height: 15px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#ff6;
	display: block;
	}
#loginMenu form input {
	display: block;
	width: 112px;
	padding: 2px 4px;
	font-size: 11px;
	}
#loginMenu form input.cimp {
	width: 100px;
	background-color: #4D9D46;
	border: 1px solid #90D6A0;
	color: #fff;
	margin-bottom: 5px;
	}
#loginMenu p {
	color:#99d7b1;
	font-weight: bold;
	display: block;
	}
#loginMenu .logat label {
	margin-bottom: 10px;
	}
#loginMenu .logat p {
	margin-top: 10px;
	}
#loginMenu p.subtitlu {
    font-size: 10px;
    font-weight: normal;
    line-height: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 2px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    /*color: #009a3d;*/
	color: #fff;
	}
#loginMenu p.explicatie {
    font-size: 9px;
    font-weight: normal;
    line-height: 11px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 1px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#99d7b1;
	}
#loginMenu div.loginMenuErr {
	display: block;
	float: left;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	border: 1px dashed #f00;
	padding: 5px;
	width: 125px;
	margin: 5px 0 0 -10px;
	}
/* End Reguli tipografice */
