html, body, form, fieldset {
font-size:0.8em;
line-height:0.8em;
}

img.floatRight { 
    float: right; 
    margin: 6px; 
}


@media print 
{
	.noPrint {
		display:none;
	}
}

.tableOuter
{
	border:1px solid orange;
	padding:2px;
}
.tableFitmentOuter
{
	border:1px solid orange;
	padding-left:5px;
	padding-right:5px;
	height:5px;
}

.tableDot
{
    border: 1px solid orange;
    width: 100%;
}

.verificationDot
{
    border: 1px solid orange;
    height: 60px;
    width: 20%;
}


table
{
	border:0px solid orange;
	padding-left:5px;
	padding-right:5px;
}
