@charset "utf-8";
/* CSS Document */


.MIHostingBanner {
	position: relative;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 83px;
	margin: 0px;
	padding: 0px;
	border: solid 0px;
	outline: none;
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
}
.MIHostingBanner:focus {
	-moz-outline-style: none;
}

.MIHostingTitle 
{
	position: absolute;
	left: 46px;
	top: 17px;
	width: 100px;
	height: 43px;
}

.MIHostingTitleVCenter 
{
	display: table-cell;
	width:101px;
	height:43px;
	vertical-align: middle;
}


.MIHostingSlogan 
{
	position: absolute;
	left: 46px;
	top: 63px;
	width: 101px;
	height: 15px;
}

.MIHostingSloganVCenter
{
	display: table-cell;
	width: 100px;
	height: 15px;
	vertical-align: middle;
}

/* IE only hack (#) for vertical align - Part 1 of 2 */
.MIVCenterIE_1_2
{
	#position: absolute;
	#top: 50%;
}

/* IE only hack (#) for vertical align - Part 2 of 2 */
.MIVCenterIE_2_2
{
	#position: relative;
	#top: -50%;
}
