/* $Id: news_poll.css 7 2008-04-15 10:39:05Z edin.coralic $ */

@import url('/plugins/release/css/release_last.css');
@import url('/plugins/poll/css/poll.css');

.news_poll {
	border-top: 1px solid #d1d1d1;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 2em;
}
.news_poll .news_poll_container {
	background: url('../dsg/line.gif') repeat-y top center;
	height: 1%;
}
#center .news_poll .box {
	margin-bottom: 0;
}

.news_poll .news_poll_left {
	float: left;
	width: 210px; /*230*/
	padding-right: 20px;
	overflow: hidden;
}
.news_poll .news_poll_right {
	float: right;
	width: 210px; /*230*/
	padding-left: 20px;
	overflow: hidden;
}

.news_poll .release_last {
	padding-bottom: 1em;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 1em;
}
