#how-to {
	position: fixed;
	bottom: 0px;
	display: block;
	width: 150px;
	height: 30px;
	line-height: 30px;
	font-family: Arial;
	font-size: 20px;
	background: #E28314;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	padding: 0px 10px;
	color: #FFF;
	text-decoration: none;
	left: 50%;
	margin-left: -490px;
}

#how-to-details {
	position: fixed;
	bottom: -1000px;
	width: 400px;
	left: 50%;
	margin-left: -490px;
}

#how-to-details-inside {
	border: 2px solid #E28314;
	padding: 10px 10px 10px 0px;
	color: #FFF;
	font-family:arial;
	font-size:12px;
	line-height:1.3em;
	background: #F29B39;
}

#how-to-step-1 {	
	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-step1.gif) no-repeat 10px 10px #F29B39;
}

#how-to-step-2 {	
	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-step2.gif) no-repeat 10px 10px #F29B39;
	display: none;
}

#how-to-step-3 {	
/*	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-step3.gif) no-repeat 10px 10px #F29B39; */
	background: #F29B39;
	display: none;
}

.how-to-buttons {
	width: 100%;
	overflow: auto;
	margin-top: 10px;
}

.how-to-video {
	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-video.gif) no-repeat left top #F29B39;
	width: 168px;
	height: 43px;
	display: block;
	cursor: pointer;
	float: left;
}

.how-to-next {
	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-next.gif) no-repeat left top #F29B39;
	width: 147px;
	height: 43px;
	display: block;
	cursor: pointer;
	float: right;
}

.how-to-close {
	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-close.gif) no-repeat left top #F29B39;
	width: 147px;
	height: 43px;
	display: block;
	cursor: pointer;
	float: right;
}

.how-to-previous {
	background: url(http://www.vacantalowcost.ro/img/design/VLC-cum-rezerv-previous.gif) no-repeat left top #F29B39;
	width: 147px;
	height: 43px;
	display: block;
	cursor: pointer;
	float: left;
}

.how-to-important {
	background: #FFD471;
	padding: 10px;
	color: #343E4B;
	font-size: 11px;
}
