.offscreen {
position:absolute;
left:-10000px;
top:auto;
overflow:hidden;
height:auto;
width:auto;
}

a.offscreen:focus 
{ 
position:static; 
width:auto; 
height:auto; 
} 

span.context-screenreader 
{
 position: absolute !important;
 clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
 clip: rect(1px, 1px, 1px, 1px);
 padding:0 !important;
 border:0 !important;
 height: 1px !important;
 width: 1px !important;
 overflow: hidden;
}

a:hover, a:focus, a:active {outline: 1px dashed #3568A9;}
