/* N.B. ids namespaced to swsi */
#swsi {
  display: none;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -285px;
  width: 570px;
  background-color: #26272B;
  border: 10px solid #666;
  font-family: "Arial", sans-serif;
  -webkit-box-shadow: 1px 1px 15px #000;
  -moz-box-shadow: 1px 1px 15px #000;
}
#swsi div
{
margin: 2px 0;
}
#swsi #swsi_header {
  width: 493px;
  height: 0 !important;
  padding-top: 69px;
  margin: 0 auto 2px;
  background: #26272B url("/img/header-logo.png") no-repeat center center;
  overflow: hidden;
}
#swsi #swsi_content {
 border-top: 1px solid #26272B; 
 padding: 28px 47px 60px;
}
#swsi #swsi_content h2,
#swsi #swsi_content p {
  font-size: 14px;
  margin: 14px 0;
  
}
hr {
  border-bottom:#666666 thin solid;
}
#swsi #swsi_content p {
  color: #929292;
  line-height: 140%;
}
#swsi #swsi_content p#swsi_links {
  padding: 15px 0;
  text-align: center;
}
#swsi #swsi_content a {
	display: inline-block;
	width: 172px;
	height: 29px;
	padding-top: 10px;
	margin: 6px 10px 0;
	color: white;
	text-align: center;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	font-size:16px;
}
#swsi #swsi_content #swsi_link1 a {
	background: url('/img/swsi-button-yes.png');
	float:right;
}
#swsi #swsi_content #swsi_link2 a {
   background: url('/img/swsi-button-no.png');
   float:left;
}
#swsi #swsi_content #swsi_link1 a:hover {
  background-position: bottom left
}
#swsi #swsi_content #swsi_link2 a:hover {
  background-position: bottom left
}
#swsi #swsi_content p#footer {
  text-align: center;
  color: #b2b2b2;
  font-size: 12px;
}
