/* 
  -- Even more rounded corners with CSS: Base stylesheet --
*/
.pollpop {
	position: absolute;
	width: 200px;
	right: -40px;
	top: 170px;
	z-index: 999;
}
.pollpop .dialog {
	position:relative;
	margin:0px auto;
	min-width:150px;
	max-width:200px; /* based on image dimensions - not quite consistent with drip styles yet */
	color:#000;
	z-index:1;
	margin-left:14px; /* default, width of left corner */
	margin-bottom:0.5em; /* spacing under dialog */
}

.pollpop .dialog .dialogcontent,
.pollpop .dialog .t,
.pollpop .dialog .b,
.pollpop .dialog .b div {
 background:transparent url(pollpop.png) no-repeat top right;
 _background-image:url(pollpop.gif);
}

.pollpop .dialog .dialogcontent {
	position:relative;
	zoom:1;
	_overflow-y:hidden;
	padding-top: 0px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
}

.pollpop .dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:14px; /* top slice width */
 margin-left:-14px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.pollpop .dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.pollpop .dialog .b,
.pollpop .dialog .b div {
 height:18px; /* height of bottom cap/shade */
 font-size:1px;
}

.pollpop .dialog .b {
 background-position:bottom right;
}

.pollpop .dialog .b div {
 position:relative;
 width:14px; /* bottom corner width */
 margin-left:-14px;
 background-position:bottom left;
}

.pollpop .dialog .hd,
.pollpop .dialog .bd,
.pollpop .dialog .ft {
 position:relative;
}

.pollpop .dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 max-height:400px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.pollpop .dialog h1,
.pollpop .dialog h2,
.pollpop .dialog p {
	margin:0px;
	padding-top: 0.5em;
	padding-right: 0px;
	padding-bottom: 0em;
	padding-left: 0px;
}

.pollpop .dialog h1 {
	padding-bottom:0px;
	font-size: 14px;
	padding-top: 5px;
	color: #FFF;
}
.pollpop .dialog h2 {
	padding-bottom:0px;
	font-size: 12px;
	padding-top: 15px;
	color: #FFF;
}
.pollpop .dialog h3 {
	padding-bottom:3px;
	font-size: 10px;
	padding-top: 3px;
	color: #FFF;
	margin: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.pollpop .dialog h3 a, .pollpop .dialog h2 a {
	color: #FFF;
	text-decoration: underline;
}
.pollpop .dialog h3 a:hover, .pollpop .dialog h2 a:hover {
	text-decoration: none;
}
.btn_pollpop {
	color: #FFF;
	text-decoration: none;
	text-align: center;
	width: 97%;
	display: block;
	border: 1px solid #FFF;
	margin: 0px;
	font-size: 12px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
