.bloc_demo{
background-image: url('img/bloc_demo_bg.png');
width: 241px;
height: 208px;
float:left;
margin-left: 15px;
}

.step-img{
margin-left: 50px;
margin-top: 5px;

}

.step-title{
color: white;
font: bold 26px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
letter-spacing: 2px;
text-transform: uppercase;
margin-top: 5px;
margin-bottom: 5px;
}

.step-text{
color: #b3b0af;
margin-left: 8px;
margin-right: 8px;
text-align: justify;
}

.demo_button a {
float:left;
background:transparent url(img/button.png) no-repeat scroll center top;
border:0 none;
color:#FFFFFF;
cursor:pointer;
display:block;
font-family:Lucida Console,Verdana,helvetica;
font-size:14pt;
height:58px;
line-height:55px;
text-align: center;
text-decoration:none;
width:265px;
margin-left: 80px;
}

.demo_button a:hover {
background-position:0 -58px;
}

.demo_button a:active{
background-position: 0 -116px;
}

.bloc_content_div{
	width: 610px;
	font-size: 10pt;
	text-align: justify;
	background-image: -moz-linear-gradient(top, #FFFFFF, #BCBCBC);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #BCBCBC));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#BCBCBC');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#FFFFFF', EndColorStr='#BCBCBC')";
	padding: 20px 20px 20px 20px;
	margin: 20px 0px 50px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
