.onecol {
width: 4.7%;
}

.twocol {
width: 13.2%;
}

.threecol {
width: 22.05%;
}

.fourcol {
width: 30.6%;
}

.fivecol {
width: 39%;
}

.sixcol {
width: 48%;
}

.sevencol {
width: 56.75%;
}

.eightcol {
width: 61.6%;
}

.ninecol {
width: 74.05%;
}

.tencol {
width: 82%;
}

.elevencol {
width: 91.35%;
}

#masthead {
	border-bottom: 1px solid #ddd;
	}
	
.box 
{
     border: 1px solid #ccc;
    
}

#content form input.inputText, select.selectText {
					width: 88%;
					}
					
form input.inputText:focus {
		width: 75%;
		border-color: #0089D0;
		background: #fff;
		-webkit-box-shadow: 0px 0px 6px #D3EAF8;
		}
		
	.termsText {
		width: 88%;
		height: 100px;
		}
	

.switch .thumb { background: #e1e1e1; }
			.switch { background: #fff; }
			.switch.on { background: #017ee8; }
			
/*[if lte IE 9]> */
	
.switch.on > .thumb {
	left: 49px;
}

.helpDeskTabWrap { 

/* Internet Explorer */
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=-2);
margin-left: 0 !important;

}

.helpDeskTab:hover, .supportWidgetDockedLeft a:hover, .supportWidgetDockedLeft a.hover { opacity: 1; padding-top: 5px !important; }

#main-nav .open > a {
					
					filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007fbf', endColorstr='#00007fbf', GradientType=0);
					
					}