body {
	padding:0px;
	margin:0px;
	background:#424242 url(images/bg_top.png) repeat-x left top;
	!background:#373737 url(images/bg_top.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
}
form, input {
	padding:0px;
	margin:0px;
}
button {
	width: auto !important;
	cursor:pointer;
	padding:0px;
	margin:0px;
}
button.submit-btn {
	background:#02BFF6;
	color:#FFFFFF;
	font-weight: bold;
	text-transform:uppercase;
	border:3px double #FFFFFF;
	!border:3px double #02BFF6;
	padding:3px 5px;
	!padding:1px 0px;
}
#header {
	width:780px;
	height:55px;
	padding:0px;
	margin:0px auto;
}
#header #logo {
	float:left;
	width:80px;
	height:51px;
}
#header #menu {
	float:right;
	width:270px;
}
#header #menu ul {
	padding:0px;
	margin:0px;
}
#header #menu ul li {
	list-style-type: none;
	float:left;
}
#header #menu ul li a {
	text-indent: -999999px;
	display: block;
	height: 55px;
}
#header #menu .acasa {
	background: url(images/acasa.png) no-repeat left top;
	width: 106px;
}
#header #menu .acasa:hover {
	background: url(images/acasa_o.png) no-repeat left top;
}
#header #menu .acasa .current {
	background: url(images/acasa_o.png) no-repeat left top;
	width: 106px;
}
#header #menu .despre {
	background: url(images/despre.png) no-repeat left top;
	width: 164px;
}
#header #menu .despre:hover {
	background: url(images/despre_o.png) no-repeat left top;
}
#header #menu .despre .current {
	background: url(images/despre_o.png) no-repeat left top;
	width: 164px;
}
#wrap {
	width:100%;
	background:#FFFFFF;
}
#wrap .content {
	width:780px;
	padding:75px 0px;
	margin:0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #424242;
	line-height:20px;
}#wrap .content h2{
  color:#F24364;
}
#wrap .content .txtinput {
	width:97%;
	border:1px solid #CCCCCC;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #424242;
	padding:5px;
}
#wrap .content .txtinput2 {
	width:90%;
	border:1px solid #CCCCCC;
	font-family: "Trebuchet MS", Arial;
	font-size: 11px;
	color: #424242;
	padding:3px;
	margin:10px 0px 0px 0px;
}
#wrap .content .title {
	font-size:18px !important;
	font-weight:normal;
	color:#02BFF6;
}
#wrap .content .left-border {
	border-left:1px dashed #424242;
}
#footer {
	width:780px;
	margin:0px auto;
	padding:25px 0px;
	color:#FFFFFF;
	font-size:12px;
}
#footer h6 {
	padding:0px;
	margin:0px;
	font-size:14px !important;
	font-weight: bold;
	color: #F24364;
	text-transform:uppercase;
	
}
#footer ul {
	list-style-type:none;
	padding:0px;
	margin:25px 0px 0px 0px;
}
#footer ul li {
	padding:0px 0px 10px 0px;
}
#footer ul li a, #footer ul li a:visited {
	color: #CCCCCC;
	text-decoration:none;
}
#footer ul li a:hover {
	border-bottom:1px dotted;
	color:#66CCFF;
}
#footer .left {
	float:left;
	width:359px;
	padding:0px 31px 0px 0px;
}
#footer .right {
	float:left;
	width:385px;
	padding:0px 0px 0px 5px;
}
