html{
	height:100%;
}
body{
	height:100%;
	margin:0px;
	padding:0px;
	font-family:'Arial';
	font-size:12px;
	color:#626262;
}
form{
	margin:0px;
	padding:0px;
}
a{
	color:#94af17;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:underline;
}
a:hover{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-decoration:none;
}
strong{
	color:#8c8c8c;
}


.Main-Container{
	width:850px;
}
.Header{
	border-bottom:1px solid #919191;
	margin-bottom:5px;
}


.Content-Inside{
	width:369px;
	height:320px;
	color:#626262;
	padding:0px;
}
.Content-Inside-Scroll{
	width:349px;
	height:315px;
	overflow:hidden;
	text-align:justify;
	padding:0px 10px 5px 10px;
}
.Red{
	color:#e64514;
	font-weight:bold;
	font-size:14px;
}
.StrongBig{
	color:#8c8c8c;
	font-size:14px;
}



/* footer *************************************************************************************** */
.Container-Footer{
	background-image:url(../img/bgrd/page-line.gif);
	background-repeat:repeat-x;
	margin-top:0px;
}
.Footer_Content{
	width:850px;
	padding-top:20px;
}


/* butoane limbi   *************************************************************************************** */
.Input{
	width:200px;
	border-top:1px solid #7b9408;
	border-left:1px solid #7b9408;
	border-right:1px solid #daf460;
	border-bottom:1px solid #daf460;
	background-color:#b0cb32;
	padding:0px;
	font-size:11px;
	font-family:'Arial';
	color:#000;
}
.TextArea{
	width:200px;
	height:100px;
	border-top:1px solid #7b9408;
	border-left:1px solid #7b9408;
	border-right:1px solid #daf460;
	border-bottom:1px solid #daf460;
	background-color:#b0cb32;
	padding:0px;
	font-size:11px;
	font-family:'Arial';
	color:#000;
	overflow:auto;
}
.Button{
	font-size:10px;
	font-family:'Arial';
	color:#000;
	width:80px;
	text-transform:uppercase;
	border-top:1px solid #7b9408;
	border-left:1px solid #7b9408;
	border-right:1px solid #daf460;
	border-bottom:1px solid #daf460;
	background-color:#b0cb32;
	cursor:pointer;
	text-align:center;
}






.hiddenPic{
	display:none;
}



.scroll-pane {
	width: 200px;
	overflow: auto;
	background: #ccc;
}


















