﻿
/* Applies hasLayout to IE to expand containers around floated contents */
.clearfix {height: 1% }


#maincontent,
#contextual {
	display: inline; /*to avoid IE double margin bug*/
}


fieldset select
{
	margin-top:1px;
	margin-bottom: 2px;
}


/* Global.css overrides  */
.box h2 { margin-bottom: 10px; }
.box-action h2 { margin-left: -5px !important; margin-top: 0px !important; background-position: 0 -1px; }
#content-container { border-top: 1px solid #fff; }



/* signup.css overrides */
#login_info  {	top: 233px; }
#profile_info {	width: 230px; float:left; margin-top: 12px; }



#page_home div.box-header ul.headlines { margin-top: -18px; }
div.box ul.headlines { margin-top: -18px; }



 /* THIS CSS HANDLES DROP SHADOWS IN IE
---------------------------------------------*/

/* DROP-DOWNS
----------------------------------------------- */
#tabs ul {background: white; }



