body {
		background-image: url(images/bg.gif);
		background-repeat:repeat;
		}

#upcontent {
		position:relative;
		}
		
#steaguri {
		position: relative;
		top:-65px;
		}
		
#subtitlu {
		position: relative;
		top:-35px;
		}
		
#banner {
		width:800px;
		background-image:url(images/i/baner_mic.gif);
		cellpadding:0px;
		 cellspacing:0px;
		 text-indent:280px;
		 height:62px;
		}
		
#centru{
		width:800px;
		cellpadding:0px;
		 cellspacing:0px;
		}
#jos{
		width:800px;
		cellpadding:0px;
		 cellspacing:5px;
		}
		
#footer {
		position: relative;
		top:-50px;
		}
		
#logo
		{
		position:relative;
		top:-50px;
		}
		
#link {
		text-decoration:none;
		font-size:18px;
		font-weight:900;
		}
#under
		{
		position:relative;
		top:-50px;
		}
		
.textnormal1 {
		font-family: tahoma;
		font-size: 11px;
		}
		
.unnamed1 {
		font-family: tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: bold;
		font-variant: normal;
		}
	
.unnamed2 {
		font-family: tahoma;
		font-size: 11px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		}
		
.unnamed3 {
		font-family: tahoma;
		font-size: 18px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		}
		
.unnamed4 {
		font-family: tahoma;
		font-size: 14px;
		font-style: normal;
		font-weight: normal;
		font-variant: normal;
		}

.controls {
		font-family: tahoma;
		font-size: 11px;
		border: 1px solid #666666;
		background-color: #FFFFFF;
		cursor: hand;
		}
		
a {
		font-size: 12px;
		color: #000000;
		}
		
a:link {
		text-decoration: underline;
		}
		
a:visited {
		text-decoration: underline;
		color: #000000;
		}
		
a:hover {
		text-decoration: none;
		color: #333333;
		}
		
a:active {
		text-decoration: underline;
		color: #00000;
		}

.l {
		font-family: tahoma;
		font-size: 10px;
		color: #000000;
		}
		
.border_bottom {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #000000;
		border-right-color: #000000;
		border-bottom-color: #EAD4C6;
		border-left-color: #000000;
		font-family: arial;
		font-size: 12px;
		}
		
.border_bottom2 {
		border-top-width: 1px;
		border-right-width: 1px;
		border-bottom-width: 1px;
		border-left-width: 1px;
		border-top-style: none;
		border-right-style: none;
		border-bottom-style: solid;
		border-left-style: none;
		border-top-color: #FFFFFF;
		border-right-color: #000000;
		border-bottom-color: #BC693D;
		border-left-color: #000000;
		font-family: arial;
		font-size: 12px;
		}
		
.pad{
		padding-left:10px;
		padding-right:10px;
		}
button.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
	padding: 8px 20px;
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#608000 50%,
		#19610e 50%,
		#4a800d 65%,
		#b2cf0c);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#ffffff),
		color-stop(0.50, #608000),
		color-stop(0.50, #19610e),
		color-stop(0.65, #4a800d),
		to(#b2cf0c));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #000000;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 18px rgba(117,230,012,1);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,1),
		inset 0px 0px 18px rgba(117,230,012,1);
	text-shadow:
		0px -1px 3px rgba(255,255,255,0.6),
		0px 1px 0px rgba(255,255,255,0.5);
}

