body {
	font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	letter-spacing:-1px;
	background: #2758c6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2758c6 0%, #092442 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2758c6), color-stop(100%,#092442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* IE10+ */
	background: linear-gradient(135deg,  #2758c6 0%,#092442 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2758c6', endColorstr='#092442',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	overflow:auto;
	height:97%;
}

html{
	height:100%;
}

#container2{
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-200px;
	margin-left:-190px;
	width:380px;
	background:rgba(0,0,0,0.4); 
	padding:5px;
	border-radius:6px;
}

#container{width:380px;}
#container .header{
	height:50px;
	padding:0 15px;
	font-size:1.4em;
	line-height:48px;
	color:#fff;
	text-shadow:-1px -1px 0 rgba(0,0,0,.2);
	background: #2758c6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2758c6 0%, #092442 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2758c6), color-stop(100%,#092442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* IE10+ */
	background: linear-gradient(135deg,  #2758c6 0%,#092442 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2758c6', endColorstr='#092442',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	border-top-right-radius:5px;
	border-top-left-radius:5px
}

#container .content{background-color:#fff;padding:10px 15px}
#container{min-height:20px}

fieldset{
	border:0px;
}

label {
	float:left;
	display:block;
	line-height:22px;
	margin-top:5px;
	margin-bottom:2px;
	width:150px;
	font-weight:bold;
	clear:left;
}
input.login {
	float:left;
	width:200px;
	padding:4px;
	border:1px solid #616E74;
	clear:left;
}
input.autentificare {
	float:left;
	width:210px;
	text-align:center;
	background: #2758c6; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #2758c6 0%, #092442 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#2758c6), color-stop(100%,#092442)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #2758c6 0%,#092442 100%); /* IE10+ */
	background: linear-gradient(135deg,  #2758c6 0%,#092442 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2758c6', endColorstr='#092442',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	font-weight:bold;
	border:1px solid #4E5356;
	color:#FFFFFF;
	height:24px;
	padding:3px;
	clear:left;
	margin-top:5px;
	cursor:pointer;
}

.warning{
	font-family:Tahoma, sans-serif;
	margin-top:10px;
	font-size:11px;
	border-top:1px solid #CCC;
	padding:3px;
	text-align:center;
}

.error{
	margin:5px;
	background:#ffe6e6;
	border:1px solid #ff8888;
	padding:4px;
	text-align:center;
	color:#b52020;
	font-weight:bold;
}