/* CSS Document */
body {
	background:#edf0f4 url(/images/body_bg.gif) top repeat-x;
	margin:0px;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#696969;
}

#container_login {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 487px;
	overflow: auto;
	margin-top: -186px;
	margin-left: -243px;
	overflow:hidden;
	background:url(/images/bg_logare.gif) left repeat-y;
}

#container_login .top {
	background:url(/images/bg_logare_top.gif) top left no-repeat;
	width:487px;
	height:5px;
}

#container_login .bottom {
	background:url(/images/bg_logare_bottom.gif) bottom left no-repeat;
	width:487px;
	height:5px;
}

#container_login .caseta {
	padding:15px 10px 0 13px;
}

#container_login .caseta .top_info {
	width:145px;
	height:35px;
	float:right;
	border-left:1px solid #696969;
	padding-left:8px;
	margin-top:3px;
}

#container_login .caseta .login_top_gri {
	width:452px;
	height:21px;
	color:#FFFFFF;
	font-weight:bold;
	background:url(/images/login_top_gri.gif) top left no-repeat;
	margin-top:25px;
	padding:8px 0 0 13px;
}

#container_login .caseta .nu_poti {
	font-weight:bold;
	color:#ff9000;
	padding:15px 0 5px 0;
	font-size:12px;
}

#container_login .caseta .contact {
	height:80px;
}

#container_login .caseta .contact .left {
	width:105px;
	font-weight:bold;
	float:left;
	padding-top:10px;
}

#container_login .caseta .contact .right {
	width:200px;
	float:left;
	padding-top:10px;
}

#login {
	padding:3px 0 20px 0;
	background:url(/images/dashed.gif) bottom repeat-x;
}

#login .label{
	width:183px;
	float:left;
	padding-top:13px;
}

#login .input{
	width:278px;
	float:left;
	padding-top:8px;
	height:24px;
}

#login .input input {
	width:276px;
	height:20px;
	border:1px solid #696969;
	margin:0px;
	padding:1px;
}

#login .uitat a {
	color:#ff9000;
	text-decoration:underline;
	cursor:pointer;
}

#login .submit {
	text-align:right;
	padding-top:10px;
}

#login .login_wrong {
	margin:8px 0 0 183px;
	height:22px;
	background:url(/images/smiley_login_gresit.gif) left center no-repeat;
	padding:11px 0 0 44px;
	font-size:12px;
	color:#ff9000;
	font-weight:bold;
}

.buton129 {
	width:129px;
	height:23px;
	border:0px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	background:url(/images/buton129.gif) top left no-repeat;
}

/*autocompletul de la recuperare parola*/
#update {
	border:1px solid #000000;
	background-color:#FFFFFF;
}

#update ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#update ul li{
	line-height:20px;
	padding-left:5px;
}

#update ul li:hover{
	background-color:#CCCCCC;
	
	}
