/* USAGE */
#usages {
	position:relative;
	margin:-20px auto;
	height:375px;
	width:425px;
	background:url(usage-background.png);
}
#page_nobg{
	height:400px;
	width:600px;
}
  #usage_webpage-title {
	position:absolute;
	top:0px;
	left:0px;
	width:191px;
	height:132px;
}
  #usage_banner-title  {
	position:absolute;
	top:0px;
	right:-18px;
	width:252px;
	height:135px;
}
  #usage_email-title   {
	position:absolute;
	top:135px;
	left:0px;
	width:218px;
	height:174px;
}
  #usage_search-title  {
	position:absolute;
	top:136px;
	right:-18px;
	width:224px;
	height:132px;
}
  #usage_webpage-title:hover { background-image:url(usage-background.png); background-position:left -375px; color:#C71926; cursor:pointer; }
  #usage_banner-title:hover  { background-image:url(usage-background.png); background-position:right -375px; color:#C71926; cursor:pointer; }
  #usage_email-title:hover   { background-image:url(usage-background.png); background-position:left -510px; color:#C71926; cursor:pointer; }
  #usage_search-title:hover  { background-image:url(usage-background.png); background-position:right -510px; color:#C71926; cursor:pointer; }
#webpage-title {
	position:absolute;
	left:-82px;
	top:-2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#banner-title {
	position:absolute;
	right:-35px;
	top:7px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#email-title {
	position:absolute;
	left:-75px;
	bottom:-12px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}
#search-title {
	position:absolute;
	right:-51px;
	bottom:-78px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

.explanation { border:2px solid #C71926; padding:15px; z-index:10; }
.close { position:absolute; right:0px; top:0px; width:20px; height:20px; text-align:center; font-weight:bold; }

#usage_webpage { position:absolute; top:44px; left:-45px; width:460px; background:white; display:none; }
#usage_webpage img { float:left; margin-right:15px; }
#usage_banner { position:absolute; top:44px; left:-15px; width:372px; background:white; display:none; }
#usage_banner img { margin-bottom:15px; }
#usage_email { position:absolute; top:0px; left:-45px; width:450px; background:white; display:none; }
#usage_email img { float:left; margin-right:15px; }
#usage_search { position:absolute; top:0px; left:-45px; width:450px; background:white; display:none; }
#usage_search img { float:right; margin-left:15px; }

