html {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
body {
	margin:10px;
	padding:0px;
	background:url(img/bg.gif) repeat;
}

h2 {
	padding:0px;
	margin:0px;
	color:#FFFFFF;
	font-size:12px;
	text-decoration:underline;
}

ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
li {
	padding-left:5px;
	margin:4px;
	border:0px;
	text-align:left;
	display:inline;
}
/* - FIX PNG - */
img, div, input {
	behavior: url(iepngfix.htc);
}
img {
	border:0px;
}

/* - Top - */
#top {
	width:800px;
	height:100px;
	margin-bottom:10px;
}

/* - Menu left - */
#meniu {
	width:800px;
	background:url(img/meniu.png) no-repeat;
	margin-bottom:10px;
	height:21px;
	padding-top:7px;
}
#meniu a {
	color:#FFFFFF;
	text-decoration:none;
}
#meniu a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}

/* - Container - */
#container {
	border-left:3px solid #878787;
	border-right:3px solid #878787;
	width:794px;
	background:#FFFFFF;
}
#container a {
	color:#000000;
	text-decoration:none;
}
#container a:hover {
	text-decoration:underline;
}
#container_top {
	height:10px;
	background:url(img/container_top.png) no-repeat;
	width:800px;
}
#container_bottom {
	height:15px;
	background:url(img/container_bottom.png) no-repeat;
	width:800px;
}

#bottom {
	margin-top:10px;
	width:800px;
	margin-bottom:10px;
}

/* - CONTENT - */
#content {
	padding:10px;
}

/* - Form - */
.casuta {
	padding:6px;
	border:1px solid #cccccc;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
.casuta:focus {
	background:#fffeee;
}

.buton_negru {
	width:60px;
	height:20px;
	background:url(img/buton_negru.gif) no-repeat;
	border:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	padding-bottom:3px;
	cursor:pointer;
}
.atentie {
	background:#fefadc url(img/atentie_rosu.jpg) no-repeat left top;
	border:1px solid #b7b6b6;
	padding-left:45px;
	padding-top:14px;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	text-align:left;
	font-size:13px;
	color:#FF0000;
	width:673px;
}

.buton_vot {
	background:#fdff7e;
	border:2px solid #3399FF;
	width:640px;
	height:30px;
	cursor:pointer;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	-moz-border-radius: 1em;
	border-radius: 1em;
	margin-bottom:10px;
}
.buton_vot:hover {
	background:#33CCFF;
}

.buton_treci_mai_departe {
	width:140px;
	height:30px;
	background:url(img/treci_mai_departe.png) no-repeat;
	border:0px;
	cursor:pointer;
}

.buton_finalizare {
	width:140px;
	height:30px;
	background:url(img/finalizare.png) no-repeat;
	border:0px;
	cursor:pointer;
}

/* - Alerte - */
.casuta_atentie {
	background:url(img/atentie.png) left top no-repeat #fefadc;
	border:1px solid #b7b6b6;
	padding-left:45px;
	padding-top:12px;
	height:24px;
	text-align:left;
	margin-bottom:10px;
	font-size:12px;
	margin-top:10px;
	width:684px;
}

.casuta_ok {
	background:url(img/ok.png) left top no-repeat #ccffb3;
	border:1px solid #7eff3e;
	padding-left:45px;
	padding-top:12px;
	height:24px;
	font-size:12px;
	text-align:left;
	margin-bottom:10px;
}


/* - Imagine - */
.imagine {
	border:1px solid #cccccc;
	padding:1px;
}

/* - Paginare - */
.paginare {
	border:1px solid #cccccc;
	padding:1px 4px 1px 4px;
}
.paginare:hover {
	background:#f1f1f1;
}