.slInstall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444444;
	background-color: #000000;
	display: table;
	position: relative;
	overflow: hidden;
}
.slInstall img {
	border: 0px;
}

.slInstall * {
	margin: 0;
	padding: 0;
}
.slInstallPosition {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.slInstallContent {
	background: #ffffff;
	text-align: center;
	width: 100%;
	padding: 40px 10px 20px 10px; /* for IE */
	filter: alpha(opacity=90); /* CSS3 standard */
	opacity: 0.9; 
	*position: relative;
}
.slInstallTitle {
	font-weight: bold;
	font-size: 16px;
	margin: 5px 0px 5px 0px;
}
.slInstallDescription {
	margin: 5px 0px 5px 0px;
}

