@media screen {
ul#tabs li a{padding:3px 4px 3px;}
.agent{margin-top:9px;}
#agent{margin-top:-10px;padding-bottom:10px;height:60px;}
.agent-content{height:auto !important;}
#create-account #copy ul{margin-left:20px;}

/* offsetting the entire ul down */
*:first-child+html ul.corr { /* IE7 */
position: relative; 
top: .5em;
}

/* offsetting each li back up*/
*:first-child+html ul.corr li { /* IE7 */
vertical-align: top; 
position: relative; 
top: -.5em;
}
}
