body{
	background:url(images/myinstallBody.png) repeat-x 0 30px;
}
.myinstallHeadingWrapper{
	width:100%;
	height:39px;
	background: #25477B;	
}
.myinstallHeading{
	text-align: center;
	line-height: 39px;
	height:39px;
	width:300px;
	vertical-align: middle;	
	background: #25477B url(images/myinstallHeader.png) no-repeat;	
}
.myinstallHeading a{
	font-size:18px;
	color:#FFF;
	margin:0 auto;
	background:url(images/geotab-logo-wht.png) no-repeat;
	display:block;
	width:171px;
	position:relative;
	top:6px;
	height:26px;	
	vertical-align:middle;
}
.myinstallFooterWrapper{
	width:100%;
	background:url(images/myinstallFooter.png) repeat-x;
	height:30px;		
}
.myinstallFooter{
	width:300px;
	height:30px;
	line-height:30px;
	text-align:center;
	color:#FFF;	
}
.myinstallFooter a{
	color:#FFF;
}
.myinstallFooter a:hover{
	text-decoration:underline;
}
#installPage{
	height:250px;
}
#form{
	width:300px;
	text-align:center;
}
#form div label{
	font-size:12px;
	color:#25477B;
	font-weight:normal;	
	width:133px;
	text-align:left;
}
#form input{
	background:#FFF;
	width:133px;
}
#submitLink{	
	width:133px;
	height:38px;
	line-height:38px;
    margin: 20px 0 0;
    padding:0;
	text-align:center;
	border:0;
	background:url(images/blue.png) no-repeat !important;
	color:#FFF;
    font-size:12px;
	font-weight:normal;
}
#submitLink:hover{
	font-weight:normal;
	background:url(images/blue-hv.png) no-repeat !important;
}
.formItemDiv{
	margin-bottom:15px;
}
.bad {
    color: #CD0A0A !important;
}