*,html{
	margin:0px;
	padding:0px;
	outline:none;
}

body{
	background:url('images/body_bg.png') repeat-x;	
}

.wrapper{
	width:810px;
	text-align:center;
	margin:0px auto;
	background:transparent;
}

.logo{
	float:left;
	margin-top:14px;
}

.logo img{
	border:none;
}

.header{
	float:left;	
}

#meniu{
	float:left;
	width:585px;
	height:20px;
	text-align:left;
}

#meniu li{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
}

#meniu li a{
	text-decoration:none;
	color:#3865a7;
}

#meniu li a:hover{
	color:#000000;	
}

#meniu li a.active{
	color:#000000;	
}

.login{
	float:right;
	width:210px;
	min-height:450px;
	background:#f0f0f0;
	border:1px solid #bebcbc;
	margin-right:7px;
	margin-bottom:5px;
	text-align:center;
}

.login input{
	border:1px solid #bebcbc;
	float:left;
	width:181px;
	padding:2px;
	padding-left:5px;
	padding-right:5px;
	margin-left:9px;
	margin-top:10px;
	font-family:"Trebuchet MS";
	font-size:12px;
	font-weight:bold;
}

.login #submit{
	background:url('images/buton_login.png') no-repeat;
	border:none;
	height:31px;
	width:65px;
	float:left;
	margin-left:75px;
}

.titlu_form{
	font-family:"Trebuchet MS";
	font-size:16px;
	font-weight:bold;
	margin-top:5px;
	color:#000000;
	text-transform:uppercase;
}

.descriere_form{
	font-family:Georgia;
	font-size:14px;
	color:#666666;
	margin-top:10px;
	margin-bottom:5px;
}

.cont_nou{
	font-family:Georgia;
	font-size:14px;
	color:#666666;
	float:left;
	width:220px;
	background:blue;
	margin-right:20px;
}

.link{
	text-decoration:none;
	color:#3865a7;
}

.footer{
	float:left;
	width:100%;
	background:#3865a7;
	clear:both;
	height:10px;
	margin-bottom:5px;
	.margin-bottom:0px;
	.margin-top:5px;
}

.left_side{
	float:left;
	width:584px;
	font-family:Georgia;
	font-size:14px;
	color:#666666;
	margin-top:5px;
	min-height:421px;
	text-align:left;
	margin-top:5px;
}

ul{
	list-style-type:none;
}

.left_side{
	float:left;
	width: 585px;
	font-family:Georgia;
	font-size:14px;
	color:#666666;
	margin-top:5px;
	min-height:421px;
	text-align:left;
	margin-top:5px;

}

.footer_text{
	width:810px;
	margin:0px auto;
	text-align:left;
	font-family:"Trebuchet MS";
	font-size:11px;
	clear:left;
	margin-top:5px;
	color:#3865a7;
}

.text{
	float:left;
	margin-bottom:10px;
	clear:left;
	width:570px;
}

.center_side{
	width:810px;
	float:left;
	min-height:400px;
	margin:0px auto;
}



/* ---------------------- FORMS CSS HERE ---------------------------- */

	button{border:0; margin:0; padding:0;}
	
	.myform{
		width:810px;
		padding:14px;
		height:100%;
		clear:left;
		float:left;
		margin-top:5px;
		margin-bottom:5px;
	}
	
	.fright{
	    float:right;
	}
	
	.fleft{
	    float:left;
	}

	/* ----------- stylized ----------- */
	#stylized{
		border:solid 2px #bebcbc;
		background:#f0f0f0;
		margin-top:5px;
		margin-bottom:10px;
		margin:0px auto;
		width:400px;
		float:left;
		margin-bottom:5px;
		margin-top:5px;
		margin-left:185px;
	}
	#stylized h1 {
		font-size:14px;
		font-weight:bold;
		margin-bottom:8px;
	}
	#stylized p{
		font-size:11px;
		color:#666666;
		margin-bottom:20px;
		border-bottom:solid 1px #bebcbc;
		padding-bottom:10px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #bebcbc;
		width:200px;
		margin:2px 0 20px 10px;
	}
        
        #stylized textarea{
        	float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #bebcbc;
		width:200px;
                height:100px;
		margin:2px 0 20px 10px;    
        }
        
	#stylized button{ 
		clear:both;
		margin-left:150px;
		width:125px;
		height:31px;
		background:#666666 url(images/button.png) no-repeat;
		text-align:center;
		line-height:31px;
		color:#FFFFFF;
		font-size:11px;
		font-weight:bold;
                outline:none;
	}

.cont_nou{
    text-decoration:none;
    float:left;
    clear:both;
    margin-left:50px;
    margin-top:-5px;
    margin-bottom:5px;
    color:#000;
}

.cont_nou:hover{
    color:#009ADC;
}

.succes{
    width:300px;
    margin-left:auto;
    margin-right:auto;
    height:auto;
    border:solid 2px #b7ddf2;
    background:#ebf4fb;
    text-align:center;
    padding:10px;
    margin-top:10px;
}

.back_link{
    margin-top:10px;
    text-decoration:none;
    color:#009ADC;
}

.back_link:visited{
    color:#009ADC;
}

.back_link:hover{
    margin-top:10px;
    color:#f60;
}
/* ---------------------- FORMS CSS ENDS HERE ----------------------- */

.user_row{
    width:auto;
    height:20px;
}

td{
    border-bottom:1px solid #bebcbc;
    border-right:1px solid #bebcbc;
}

th{
    border-left:1px solid #bebcbc;
    border-bottom:2px solid #bebcbc;
    text-align:left;
}

.tbl{
    width:100%;
}
