#Website {
	background: url(../images/index/index-bg.png) repeat-x left 42px;
	margin: auto;
	width: auto;
}

#Header, #Content, #Footer, #Links {
	margin: 0 auto;
}

#Content {
	padding-top: 24px;
}

#index-panel {
	height: 394px;
	position: relative;
	z-index: 1;
	left: -10px;
	padding-left: 0px;
	width: 920px;
}
#flash_slider{
	float: left;
	display: block;
	position:relative;
	width: 492px;
	height: 394px;
	z-index: 2;
}

#index-login {
	width: 388px;
	height: 318px;
	background: url(../images/index/index-right.png) no-repeat left center;
	padding: 20px;
	float: left;
	display: block;
}

#index-login p {
	font-size: 12px;
	font-weight: bold;
	color: #55718b;
	line-height: 1.4em;
}

#index-login p strong {
	font-size: 14px;
	color: #568300;
}

.index-form p.form-input {
	margin-top: 8px;
}

.index-form label {
	width: 70px;
	font-size: 14px;
	padding-top: 6px;
	float: left;
	clear: left;
	display: block;
}

.index-form input.textinput {
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	color: #55718b;
	width: 255px;
	
}

.index-form span.textinput {
	display: block;
	width: 257px;
	height: 16px;
	padding: 8px;
	background: url(../images/index/input-email.png) no-repeat left top;
	margin-left: 80px;
}

.index-form p#form-submit {
	padding-left: 80px;
	line-height: 30px;
}

.index-form p#form-submit a {
	text-decoration: underline;
}

.index-form p#form-submit button {
	display: block;
	width: 67px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	background: url(../images/index/login.png) no-repeat left top;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#recover_form .index-form p#form-submit button {
	display: block;
	width: 103px;
	height: 31px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	background: url(../images/index/recover.png) no-repeat left top;
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#functions-panel {
	position: relative;
	top: -20px;
	z-index: 20;
	width: 462px;
	height: 220px;
	background: url(../images/index/showcase-bg.png) no-repeat left center;
	padding-left: 440px;
	padding-top: 24px;
}

#functions-panel h1 {
	display: block;
	width: 193px;
	height: 13px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	background: url(../images/index/functionalitati.png) no-repeat left top;
}

#arrow-left,
#arrow-right {
	display: block;
	width: 20px;
	height: 27px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	position: absolute;
	top: 70px;
}

#arrow-left {
	background: url(../images/index/functions-arrow-left.png) no-repeat right top;
	left: 17px;
}

#arrow-left:hover {
	background-position: left top;
}

#arrow-right {
	background: url(../images/index/functions-arrow-right.png) no-repeat left top;
	left: 400px;
}

#arrow-right:hover {
	background-position: right top;
}

#functions-picture {
	position: absolute;
	left: 48px;
	bottom: 1px;
	z-index: 30;
}

#functions-panel h1 {
	position: absolute;
	left: 394px;
	top: -20px;
}

#functions-panel h2 {
	font-size: 14px;
	color: #568300;
	margin-bottom: 4px;
}

#functions-panel p {
	font-size: 12px;
	font-weight: bold;
	color: #55718b;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#functions-panel p strong {
	font-size: 14px;
	color: #568300;
}

#functions-text {
	width: 436px;
}

#register-panel {
	position: relative;
	z-index: 2;
	width: 902px;
	height: 244px;
	background: url(../images/index/register-bg.png) no-repeat left center;
	margin-bottom: 100px;
}

.register-left,
.register-right {
	padding: 20px;
	width: 411px;
	float: left;

	height: 200px;
}

#register-panel p {
	font-size: 12px;
	font-weight: bold;
	color: #55718b;
	line-height: 1.4em;
}
#register-panel .formular p{
	width: 300px !important;
	margin-top: 0px;
	margin-bottom: 7px;
}
.formular .controls {
	margin-left:80px;
}
.formular .form_error {
	margin-left:80px;
}
.register-left p,
.register-right p {
	margin: 5px 0px;
	float: left;
}
#register-panel .formular{
	width: 371px !important;
}
#register-panel .formular .form_error{
	width: 371px !important;
}

#register-panel h2 {
	font-size: 14px;
	color: #568300;
	margin-bottom: 10px;
}

#register-panel.register-form {
	width: 902px;
	height: 244px;
	padding: 0px;
}
