.posleft { text-align: left; }
.poscenter { text-align: center; }
.posright { text-align: right; }

ul, ol, dl, dd, dt {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul, ol {
	list-style-type: none;
}

/* browse_oxpolls.tpl */
div.oxpolls_browse {
	border: 1px solid #CCCCCC; 
	padding: 10px;
}
div.oxpoll_itema {
	border-bottom: 1px solid #CCCCCC;
	padding: 4px 0 10px 0;
}
div.oxpoll_itemb {
	padding: 4px 0 10px 0;
}
div.oxpoll_item_title {
	width: 70%;
	float: left;
	line-height: 20px;
}
div.oxpoll_item_ocnt {
	float: left;
	width: 10%;
	line-height: 20px;
}
div.oxpoll_item_ocnt img{
	margin-right: 4px;
	vertical-align: bottom;
}
div.oxpoll_item_xcnt {
	float: left;
	width: 10%;
	line-height: 20px;
}
div.oxpoll_item_xcnt img{
	vertical-align: bottom;
	margin-right: 4px;
}

/* oxpoll.tpl */
#oxpoll_title {
	width: 100%;
	height: 90px;
	border-bottom: 1px dashed #c6c6c6;
	text-align: center;
}
#oxpollcomments {
	width: 100%;
	height: auto;
	clear: both;
}
#oxpollcomments li {
	float: left;
}
li.oxpollcomments_otitle {
	margin: 5px 0 0 5px;
	color: #21c5cf;
}
li.oxpollcomments_xtitle {
	margin: 5px 5px 0 0;
	color: #fe539b;
}
#oxpollcomments_left {
	float: left;
	width: 428px;
	margin: 0 0 3px 10px;
}
li.oxpollcomments_left ul {
	margin: 5px 0 0 5px;
}
li.oxpollcomments_divider {
	float: left;
	border-right: 1px dashed #c6c6c6;	
}
#oxpollcomments_right {
	float: right;
	width: 429px;
	margin: 0 10px 3px 0;
}
li.oxpollcomments_right ul {
	margin: 5px 5px 0 0;
}
ul.oxpollcomments_list {
	height: auto;
	clear: both;
}

/* oxpoll_title.ajax.tpl */
img.oxpoll_title_left {
	float: left;
	margin: 7px 0 0 7px;
}
ul.oxpoll_title_center {
	float: left;
	width: 714px;
}
img.oxpoll_title_right {
	float: left;
	margin: 7px 7px 0 0;
}
li.oxpoll_title_li1 {
	width: 100%;
	height: 20px;
	color: #0098f7;
	text-align: center;
	line-height: 20px;
}
li.oxpoll_title_li2 {
	width: 100%;
	height: 35px;
	font-size: 11px;
	background-color: #a875ea;
}
li.oxpoll_title_li3 {
	width: 100%;
	text-align: center;
}
div.oxpoll_title_ocnt {
	float: left;
	width: 50px;
	margin: 0 5px;
	text-align: left;
	color: #fff;
	padding-top: 10px;
}
div.oxpoll_title_txt {
	float: left;
	font-weight: 600;
	text-align: center;
	color: #fff;
	width: 590px;
	padding-top: 10px;
}
div.oxpoll_title_xcnt {
	float: right;
	width: 50px;
	margin: 0 5px;
	text-align: right;
	color: #fff;
	padding-top: 10px;
}
div.oxpoll_title_prev {
	float: left;
	width: 100px;
	margin: 3px 0 0 5px;
	text-align: left;
}
div.oxpoll_title_more {
	float: left;
	margin-top: 4px;
	text-align: center;
	width: 500px;
}
div.oxpoll_title_next {
	float: right;
	width: 100px;
	margin: 3px 5px 0 0;
	text-align: right;
}

/* oxpollcomments_answer.ajax.tpl */
li.oxpollcomments_list_li {
	margin-top: 5px;
	width: 420px;
	height: 78px;
}
img.oxpollcomments_photo {
	float: left;
	width: 60px;
	height: 60px;
	border: 1px solid #DDDDDD;
}
ol.oxpollcomments_text {
	float: left;
	margin: 0 0 5px 5px;
	font-size: 11px;
	width: 80%;
}
li.oxpollcomments_text01 {
	color: #217ad3;
	border-top: #e6e6e6 1px solid;
	width: 100%;
}
.oxpollcomments_text02 {
	color: #666;
	width: 100%;
	height: 44px;
}
li.oxpollcomments_text03 {
	color: #217ad3;
	text-align: right;
	width: 100%;
}

/* oxpoll comment write dialog */
div.oxpollcomment_write_dialog {
	background: transparent url('../images/oxpoll/popup_body_fl.gif') repeat-y scroll left center;
	width: 350px;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 30%;
  left: 50%;
  margin-left: -172px;
  border: 4px solid #393939;
}
dl.oxpollcomment_write_top {
	background: transparent url('../images/oxpoll/gradation1.gif') repeat-x scroll center top;
	clear: both;
	float: left;
	margin: 0pt;
	padding: 0pt;
	width: 350px;
}
img.oxpollcomment_write_logo {
	margin-left: 7px;
	margin-top: 3px;
	float: left;
}
dd.oxpollcomment_write_body {
	clear: both;
	float: left;
	width: 100%;
}
div.oxpollcomment_write_text {
	width: 310px;
	height: auto;
	text-align: center;
	margin: 15px 20px 0px 20px;
}
textarea.oxpollcomment_write_textarea {
	margin: 10px 10px 0 10px;
	width: 305px;
}
div.oxpollcomment_write_button {
	width: auto;
	height: 35px;
	margin-left: 45px;
	margin-top: 15px;
}
div.oxpollcomment_write_button a {
	cursor: pointer;
	font-weight: bold;
	text-decoration:none;
}
div.oxpollcomment_write_button a:hover {
	color: #3399FF;
	text-decoration:none;
}
span.oxpollcomment_write_button01 {
	background: transparent url('../images/oxpoll/ox_btn01.gif') no-repeat scroll left center;
	height: 16px;
	margin-left: 20px;
	padding-top: 2px;
	text-align: center;
	width: 100px;
	float: left;
}

/* profile_oxpollcomments */
div.oxpollcomments_container {
	border-bottom: #e6e6e6 1px solid;
	padding: 4px 0;
	clear: both;
	height: 100px;
	width: 307px;
}
div.oxpollcomments_phead {
	color: #000;
}
div.oxpollcomments_pbody {
	padding-left: 3px;
}

/* oxpoll_widget.tpl */
div.oxpoll_widget_title {
	background-color: #a875ea;
	line-height: 12px;
	color: #FFF;
	font: 500 11px Verdana;
	clear: both;
	margin: 0 11px 0 12px;
}
