#xxumfrage {
  position:absolute;
  padding:10px;
  top:100px;
  left:50px;
  width:480px;
  height:480px;
  visibility:hidden;
}
#xxcontainer {
	width:438px;
	height:430px;
	background-color:white;
}
#xxclose {
	text-align:right;
}
#xxheader {
	float:left;
}
#xxleft {
	width:20px;
	float:left;
}
#xxright {
	float:left;
}
#xxcontent {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:125px;
	width:406px;
	float:left;
}
#xxfooter {
	width:438px;
	height:82px;
	background-image:url(../img/01_08.gif);
}
#xxfootercontent {
	margin-left:10px; 
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size:11px; 
	color:#2d676e; 
	width:420px;
}
a#xxclick:link,
a#xxclick:active,
a#xxclick:visited,
a#xxclick:focus,
a#xxclick:hover {
	background: transparent url(../img/button_off.gif) no-repeat 0px 0px;
	display: block;
	float: right;
	width: 215px;
	height: 27px;
	text-decoration: none;
	border: 0 none;
	text-indent: -7500px;	
	margin-top:10px;
	margin-right: 5px;
	outline-width: 0;
} 
a#xxclick:focus,
a#xxclick:hover {
	background: transparent url(../img/button_on.gif) no-repeat 0px 0px;
}
a#xxclick2:link,
a#xxclick2:active,
a#xxclick2:visited,
a#xxclick2:focus,
a#xxclick2:hover {
	background: transparent url(../img/button2_off.gif) no-repeat 0px 0px;
	display: block;
	float: left;
	width: 160px;
	height: 27px;
	text-decoration: none;
	border: 0 none;
	text-indent: -7500px;	
	margin-top:10px;
	outline-width: 0;	
} 
a#xxclick2:focus,
a#xxclick2:hover {
	background: transparent url(../img/button2_on.gif) no-repeat 0px 0px;
}
