body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #3cc1ff;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #3cc1ff;
}
a
{
	color: #7A4F42;
	font-size: 10px;
	text-decoration: none;
	font-weight:normal;
}
a.butoane-meniu
{
	color: #6D70CA;
	font-size: 11px;
	font-weight:bold;
}
a.detalii
{
	color: #747474;
	font-size: 10px;
	font-weight:bold;
}
.border-imagine 
{
 	border:1px solid #8A552E;
}
.titlu-maro
{
	color: #847B64;
	font-size: 14px;
}
.txt-maro
{
	color: #C8745A;
}
.txt-verde
{
	color: #759928;
}
.txt-albastru
{
	color: #286D99;
}
.h1
{
	font-size: 10px;
}
.formular
{
	font-family:Verdana, Arial, Helvetica, sans-serif; 
	font-size:10px; 
	text-align:left;
	width:250px;
}
.rosu
{
	color:red;
}
input
{
	border:1px #666666 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	width:200px;
}
textarea
{
	border:1px #666666 solid;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;	
	width:200px;
	height:100px;
}
.trimite
{
	border:none;
	background-color:#FF9900;
	color:#FFFFFF;
	font-weight:bold;
	width:50px;	
}

#topbanner {
	width: 568px;
	padding: 10px;
	border-radius: 8px;
	-moz-border-radius: 5px;
	color: black;	
	background: #ffa103;
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.43, rgb(254,162,2)),
    color-stop(0.72, rgb(255,192,1))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(254,162,2) 43%,
    rgb(255,192,1) 72%
);
	}
	
#topbanner h2 span {
	color: black;
	font-size: 12px;
	}
	
#topbanner h2 {
	color: #0069f6;
	text-transform: uppercase;
	}
