/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: IE7 RULES
*/

* { 
  -webkit-box-sizing: border-box; 
  -moz-box-sizing: border-box; 
  box-sizing: border-box; 
  *behavior: url(/JavaScript/boxsizing.htc); 
}


.reg-form select{
	clear:both;
}

.columns{
	padding:2px !important;	
}