@import url("international.css");

/* 
	Overrides or adds styles needed above and beyond what is found in global_div.css that is specific to the CE pages
*/

@media all 
{
		
	DIV#left-column
	{
		border: none;
		margin-top:0px;
		padding-top: 0px;
	}
	#dynaform
	{
		padding: 0px 20px 0px 0px;
	}
	label.caption
	{
		width: 150px;
	}
	
	.become-a-marvin-distributor
	{
		margin: 0 0 10px 160px;
	}
	
}
@media print
{
	
}
