@charset "utf-8";
/* CSS Document */

img.ShowImageLeft{
	margin-right:20px;
}
div.ColumnLeft {
	width:420px;
	display:table-column;	
	float:left;
}
div.ColumnRight {
	width:420px;
	display:table-column;
	float:right;
	margin-left:30px;
}
div.Phone_Left_Column {
	float:left;
	width:200px;
	font-size:12px;
}
div.Phone_Right_Column {
	float:Right;
	width:200px;
	font-size:12px;
}
div.SupportPlansLeft {
	width:500px;
	display:table-column;	
	float:left;
}
div.SupportPlansRight {
	width:370px;
	display:table-column;	
	float:right;
}
