/* QUIZ: too hacky ;( */

.quiz_item_link_ken { font-size:medium; font-weight:bold; }

.quiz_wrap {}


a {
		color: #347BA4;
}

a.question_media {
	float: left;
	margin: 1px 7px 3px 1px;
}

a.question_media img {
	border: 1px solid #3d3d3d;
}




.quiz_wrap input,
.quiz_wrap textarea {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	outline: none;
}

.quiz_loader {
	clear: left;
	display: inline;
}

.quiz_loader img {
	margin: 7px 0 0 20px;	
}




.quiz_author {
	color: #3d3d3d;
	font-weight: bold;
}


.quiz_text {
	color: #3d3d3d;
	font-size: 1.4em;
	width: 55%;
	float: left;
	font-family: "Trebuchet MS", Verdana, Tahoma;
	margin-bottom: 5px;
}

.quiz_add_question .quiz_text {	
	font-weight: bold;
}

.quiz_add_ .quiz_text {	
	font-size: 1.2em;
}



.quiz_tools {
	color: #3d3d3d;
	float: right;
	width: 45%;	
	text-align: right;
}

.quiz_tools a:hover {
	text-decoration: none;	
}


.clear {
	height: 0;
	clear: both;
	font-size: 0;
	display: block;
}





/**/

.date_time {
	color: #1d1d1d;
	padding: 2px 0px;
	font-size: 0.9em;
}

.quiz_icon {
	border: 0;
	vertical-align: middle;
}

div.content a.vote, 
div.content a.voted {
	text-decoration: none;
}




.quiz_category {
	color: #3C718F;
	background: #FAFAFA;
	padding: 1px 10px;
	border: 1px solid #EBEAEA;
}

.warn_empty {
	display: none;
	margin: 4px 0;
	font-size: 1.2em;
}


a.delete, a.delete_icon {
	width:  18px;
	height: 18px;
	background: transparent url('./images/quiz/quiz_delete.png') no-repeat 0px -1px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}



a.fav_icon {
	width:  18px;
	height: 18px;
	padding-left: 20px;
	background: transparent url('./images/quiz/quiz_fav.png') no-repeat 0px 0px;
	display: inline;
	text-decoration: none;
	vertical-align: middle;
}



a.rss_icon {
	width:  18px;
	height: 18px;
	background: transparent url('./images/quiz/rss_icon.png') no-repeat 0px 0px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}


a.rss_icon_16 {
	width:  12px;
	height: 12px;
	background: transparent url('./images/quiz/rss_icon_12.png') no-repeat 0px 0px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}


a.plus_icon {
	width:  18px;
	height: 18px;
	background: transparent url('./images/quiz/quiz_plus.png') no-repeat 0px -1px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

a.minus_icon {
	width:  18px;
	height: 18px;
	background: transparent url('./images/quiz/quiz_minus.png') no-repeat 0px -1px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}



a.voted_plus_icon {
	width:  18px;
	height: 18px;
	background: transparent url('./images/quiz/quiz_plus_off.png') no-repeat 0px -1px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}

a.voted_minus_icon {
	width:  18px;
	height: 18px;
	background: transparent url('./images/quiz/quiz_minus_off.png') no-repeat 0px -1px;
	display: inline-block;
	text-decoration: none;
	vertical-align: middle;
}



#quiz_block p {
	/*
	line-height: 150%;
	*/
}

.event_pages_bottom {
	text-align: center;
}


.total_votes {
	font-weight: bold;
}


.quiz_rate {
	font-weight: bold;
}

.r_plus {
	color: green !important;
}

.r_minus {
	color: red !important;
}

div.quiz_tree ul,
div.quiz_tree ul ul {
  list-style-type: none;
  background: transparent url('./images/quiz/vline.png') repeat-y;
  margin:  0;
  padding: 0;
}

div.quiz_tree ul ul {
  margin-left: 8px;
}

div.quiz_tree ul li {
  margin:  0;
  padding: 0 12px;
  line-height: 20px;
  background: transparent url('./images/quiz/node.png') no-repeat;
}

div.quiz_tree ul li.last {
  background: #fff url('./images/quiz/lastnode.png') no-repeat;
}

div.quiz_tree ul li a.selected {
	color: #c00;	
}






.charlimitinfo {
	color: #aa3333;
	float: right;
	margin-right: 10px;
}

.charlimit {
	color: red;
}

.bookmark_link,
a.addVideo,
a.gInsert,
a.commentsIcon,
a.removeMedia,
a.addMedia,
a.add_to_fav,
a.abuse {
	color: #7D7D7D !important;
	background: #EDEEE7;
	padding: 1px 5px !important;
	font-weight: bold;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	-webkit-transition-duration:.4s;
	display: inline-block;	
	margin-left: 4px;
	margin-bottom: 1px;
	border: 1px solid #ddd;
	font-size: 10px !important;
}


.bookmark_link:hover,
a.addVideo:hover,
a.gInsert:hover,
a.commentsIcon:hover,
a.removeMedia:hover,
a.add_to_fav:hover,
a.abuse:hover {
	cursor: hand;
	cursor: pointer;
	color: #fff !important;
	background: #c00 !important;
	text-decoration: none;
	border: 1px solid #A81F00;
}













/*wrapper of all elements*/
div.combo {
    position:relative;
    left: 0px;
    top:  0px;
}


/*text input*/
.combo input {
    position: absolute;
}


/*icon*/
.combo div.icon {
    position:absolute;
}


/*list wrapper*/
.combo div.list-wrapper {
    position: absolute;
    overflow: hidden;
    /*we should set height and max-height explicitly*/
    height: 200px; 
    max-height: 200px;
    /*should be always at the top*/
    z-index: 99999;

}

/*"drop-up" list wrapper*/
.combo div.list-wrapper-up {}

/*dropdown list*/
.combo ul {}

/*dropdown list item*/
.combo  li {
    height: 20px;
}

/*active (hovered) list item*/
.combo li.active {}


.combo .visible {
    display: block;
}

.combo .invisible {
    display: none;
}

/*used when emptyText config opt is set. Applied to text input*/
.combo input.empty {}



#select_category {}




#tabs_container {
	margin:  0;
	padding: 10px 0;
}


#tab_poll_results {
	margin-left: 18px;
}


#poll-container h3 {
	font-size: 1.2em;
}

/* Bar Graphs */
.graph {
	margin:  0;
	padding: 0;
	width: 100%;
}


.bar-title {
  font-weight: bold;
  text-align: left;
  color: #6d6d6d;
  
  float: left;
  clear: left;

  width:  88px;
}

.bar-title img {
	border: 1px solid #eee;
}

.bar-title_ {
  width: 1px;
  float: left;
  clear: left;
  margin:  0;
}

.bar-title, .bar-title_ {
  height: 64px;
  padding: .3em 0;   
}


.bar-container {
    margin: 0 0 1.5em 0px;
    padding: .3em 0;
	text-align: left;
	width: 300px;
	float: left;
	position: relative;	
}

.bar-container p {
	
}

.voters {
	position: absolute;
	left:  315px;
	font-weight: bold;
	color: #000;
	width: 40px;
	text-align: left;
	top:   9px;
}

.progressbar {
	position: absolute;
	margin-top: 6px;
	padding: 0;
	border: 1px solid #eee;
	width: 400px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	/*
	text-shadow: 1px 1px 2px #555;
	*/
}


/* Opera 9 */
/*
@media all and (min-width:0px) {
	head~body .progressbar { padding-top: 2px; }
}
*/



#poll_total_votes {
	clear: both;
	font-weight: bold;
	display: block !important;
	margin-top: 0px;
}





.answers_input label {
  text-align: left;
  vertical-align: top;
}

.gInput,
.inputText {
  border: 1px solid gray;
  color: #333;
  width: 95%;
  padding: 3px 6px;
  z-index: 1000;
}

.gInput {
  	height: 18px;
	width: 300px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}	

#videoURL {
	font-size: 0.9em;	
}

.inputBlock {}





div.answers_input p {
	clear: both;
}

div.answers_input ul {
	list-style: none;
	padding: 0;
	margin:  10px 0 0 0;
}

div.answers_input li {
	display: block;
	padding-top: 15px !important;
	padding-bottom: 5px;
}

div.answers_input li textarea {
	height: 60px;
}

#comment_form_wrap {
	width: 330px;	
}


.mediaBlock {
	position: relative;
	left: -693px;
	top: -15px
}

.mediaPrev {
	position: absolute;
  	width: 80px;
  	top: 38px;
  	right: 0px;
}


#comment_form_wrap .mediaBlock {
	float: left;
	left: 70px;
	top: -36px;
}

#comment_form_wrap a.cancel_reply, #comment_form_wrap ul, #comment_form_wrap li {
	margin: 0;
	padding: 0;
}

#comment_form_wrap h2 {
	margin: 2px 0 0 0; 
}

#comment_form_wrap #quiz_content {
	width: 250px;
	float: right;
}





a.addVideo,
a.addMedia {
  width: auto;
  margin: 3px 5px 3px 0;	
  float: left !important;
  cursor: pointer;
  color: #3d3d3d !important;
}

div.addMedia {
  background: url(./images/quiz/mediaBg.png) no-repeat;	
  height: 70px;  
  line-height: 70px;
  text-align: center;
  cursor: pointer;  
  cursor: hand;
  margin-top:0px;
}


.ins_Media, div.addMedia {
  width: 70px;
  margin-right: 18px;
border-style:solid; border-width:0px; border-color:blue;
}

.ins_Media {
  height: 70px;
}


div.mediaContainer_0 {border-style:solid; border-width:1px; border-color:blue;}


#quiz_desc {
	/*
	height: auto;
	*/	
}


.quiz_description_ken { font-size:small;}


#loading { position:absolute; z-index:200; left:0; top:7px; width:100%; }
#loading img { display:block; margin:0 auto; }


.uploaded_img {
	margin: 3px 0 0 0;	
}

.uploading_img {
	margin: 19px 0 0 0;	
}




a.removeMedia {
  cursor: pointer;
  color: #fff !important;
  display: none;
  background: none;
  padding: 0;
  border: 0;
  z-index: 88888;
  position: relative;
  top: -75px;
  left: -8px;
  width: 16px;
  height: 16px;
  cursor: hand !important;
  cursor: pointer !important;
}



a.removeMedia:hover {
  background: none !important;
  padding: 0;
  border: 0;
}


#quiz_video_player {
    background: #eee;
}

ul.user_thumbs { margin: 0; padding: 0; display: block; overflow: hidden; height: 1%; }
ul.user_thumbs li { display: inline; width: 60px; height: 60px; overflow: hidden; }
ul.user_thumbs li a, ul.user_thumbs li a:visited { float: left; display: block; margin: 0 6px 6px 0; }

.breadCrumbSeparator {
	color: orange;
	margin-right: 4px;
}


.showParent {
	
  background: url('./images/quiz/icons.png') no-repeat;
  background-position: 0 -1160px;
  
  color: #039;
  display: inline;
  position: absolute;
  
  width: 15px;
  height: 14px;
	
  float: right;
  margin: -2px 0 0 -33px;
  padding: 0;
  z-index: 50;
  cursor:pointer;
}


.showParent:hover {
  background-position:0 -1183px;
}


.post_nested_1,
.post_nested_2,
.post_nested_3,
.post_nested_4,
.post_nested_5,
.post_nested_6,
.post_nested_7,
.post_nested_8,
.post_nested_9,
.post_nested_10,
.post_nested_11,
.post_nested_12,
.post_nested_13,
.post_nested_14,
.post_nested_15,
.post_nested_16,
.post_nested_17,
.post_nested_18,
.post_nested_19,
.post_nested_20 {
  margin-top: 0;
  clear:both;
}


.post_nested_1 {
  margin-left: 20px;
}
.post_nested_1 .detail {
  width: 425px;
}


.post_nested_2 {
  margin-left: 40px;
}
.post_nested_2 .detail {
  width: 405px;
}


.post_nested_3 {
  margin-left: 60px;
}
.post_nested_3 .detail {
  width: 385px;
}

.post_nested_4 {
  margin-left: 80px;
}


.post_nested_5 {
  margin-left: 100px;
}
.post_nested_6 {
  margin-left: 120px;
}
.post_nested_7 {
  margin-left: 130px;
}
.post_nested_8 {
  margin-left: 140px;
}
.post_nested_9 {
  margin-left: 150px;
}
.post_nested_10 {
  margin-left: 160px;
}
.post_nested_11 {
  margin-left: 170px;
}
.post_nested_12 {
  margin-left: 180px;
}
.post_nested_13 {
  margin-left: 190px;
}
.post_nested_14 {
  margin-left: 200px;
}
.post_nested_15 {
  margin-left: 210px;
}
.post_nested_16 {
  margin-left: 220px;
}
.post_nested_17,
.post_nested_18,
.post_nested_19,
.post_nested_20 {
  margin-left: 230px;
} 








a.cancel_reply {
	margin: 0 3px;
}

.uAnswered {
  margin: 3px 0 0 0;
  font-size: 0.9em;
}

.uAnswered em {
	color: #4d4d4d;
	font-style: normal;
} 

.comment_deleted {
	color: #8d8d8d;
}

#pagination-quiz { margin: 4px 4px; float: right; padding: 0; display: block;} 
	
#pagination-quiz li          { border:0; margin:1px 0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
#pagination-quiz a           { border:solid 1px #7391A8; margin-right:2px; }
#pagination-quiz .previous-off,
#pagination-quiz .next-off   { border:solid 1px #DEDEDE; color:#888888; display:block; float:left; font-weight:bold; margin-right:2px; padding:2px 3px; }
#pagination-quiz .next a,
#pagination-quiz .previous a { font-weight:bold; }	
#pagination-quiz .active     { background:#7391A8; color:#FFFFFF; font-weight:bold; display:block; float:left; padding:3px 6px; /* savers */ margin-right:2px; }
#pagination-quiz a:link, 
#pagination-quiz a:visited   { color:#7391A8; display:block; float:left; padding:2px 5px; text-decoration:none; }
#pagination-quiz a:hover     { border:solid 1px #AC2506; background: #BF2907; color: #fff; }


#video {
	padding: 3px 3px;		
}


.gsc-result { 
	float:left;
	display: block;
	margin-bottom:4px;
	margin-top:4px;
	width:  120px;
	height: 85px;
}

.gsc-keeper span {
	border:1px solid #222;
	cursor:pointer;
	font-weight:bold;
	padding:0 3px;
}

.gsc-cursor-page {
	background-color: #82C007;
	color:#fff;
	cursor:pointer;
	float:left;
	margin: 5px 6px 1px 0px;
	padding: 2px 10px;
	border: 1px solid #B03711;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}

.gsc-cursor-current-page {
	color:#fff;
	background: #BF2907;
}

.gsc-cursor-box {
	clear: both;
	margin-bottom: 10px;
}

.gs-image-box {
	border: 2px solid #5d5d5d;
	font-size: 0 !important;
	line-height: 0 !important;;
}

.gsc-trailing-more-results, 
.gsc-search-box,
.gsc-twiddleRegionCell,
.gs-text-box,
.gs-watermark, 
.gs-snippet, 
.gs-size, 
.gs-visibleUrl
{ display : none; }

.search_control {
	padding: 1px 5px;
	margin: 0;
}


.saved_results {
	clear: both;
	display: block;
	margin-top: 10px;	
}

#video a {
	outline: none;
}

#video h2 {
	font-size: 1.4em;
	line-height: 1em;
	text-align: center;
}

div#video label {
	width: 100px;
}

div#video input {
	text-align: left;
}

a.gInsert {
	margin-top: 8px;
	font-size: 1.3em;
}

.hidden {
	display:none;
}


.inline_error {
	background: #FFF5F9;
	padding: 2px 5px;
	border: 1px solid #FFEBF3;
}

div.quiz_add_answer object {

	display: block;

	width:  204px;
	height: 154px;

	clear: both;

	padding-top: 4px;
}









/* 
	root element for the scrollable. 
	when scrolling occurs this element stays still. 
*/
div.scrollable
{
	/* required settings */
	position:relative;
	overflow:hidden;
	width:  475px;	
	height: 82px;	
}


div.answered_scrollable,
div.goobs_scrollable
{
	/* required settings */
	position:relative;
	overflow:hidden;	 	
	width:  420px;	
	height: 100px;	
}

/* 
	root element for scrollable items. Must be absolutely positioned
	and it should have a super large width to accomodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
div.scrollable div.items,
div.answered_scrollable div.items,
div.goobs_scrollable div.items
{	
	/* this cannot be too large */
	width:20000em;	
	position:absolute;
	clear:both;	
}

div.scrollable div.items a, div.scrollable div.items p,
div.answered_scrollable div.items a, div.answered_scrollable div.items p,
div.goobs_scrollable div.items a, div.goobs_scrollable div.items p {
	color: #347BA4;
}


/* single scrollable item */
div.scrollable div.items div.quiz_wrapper
{
	float: left;
	width: 475px;
	height: 82px;	
	margin:  0;
}

div.answered_scrollable, div.goobs_scrollable {
	left: 20px;
}

/* single scrollable item */
div.answered_scrollable div.items div.users_wrap,
div.goobs_scrollable div.items div.users_wrap
{
	float: left;
	width: 420px;
	height: 82px;	
	overflow: hidden;
}


div.scrollable div.items div.quiz_add_question {
	height: 82px;
	border: 0;
	margin: 0;
	overflow: hidden;
}




/* active item */
div.scrollable div.items div.active {}




/* this makes it possible to add next button beside scrollable */
div.scrollable,
div.answered_scrollable,
div.goobs_scrollable
{
	/*
	float:left;
	*/		
}

/* prev, next, prevPage and nextPage buttons */
a.prev, a.next, a.prevPage, a.nextPage {
	cursor:pointer;
}


#answers_prev, #goobs_prev {
	display: block;
	width:18px;
	height:18px;
	background:url(./images/quiz/left.png) no-repeat;
	margin: 2px 5px;
}


/* mouseover state */
a.prev:hover, a.next:hover, a.prevPage:hover, a.nextPage:hover {
	/*
	background-position:0px -18px;
	*/		
}





/* disabled navigational button */
a.disabled {
	visibility:hidden !important;		
}


a.prev, a.prevPage {
	position: relative;
	top:  -103px;
	left: 436px;
	z-index: 1000;
}

/* next button uses another background image */
a.next, a.nextPage {

	position: relative;
	top:  -103px;
	left: 436px;
}

#answers_next, #goobs_next  {
	display: block;
	width:18px;
	height:18px;
	background:url(./images/quiz/right.png) no-repeat;
	margin: 2px 5px;
}

#answers_prev {
		top: -80px;
		left: -7px;
}

#answers_next {
		top: -99px;
		left: 435px;
}


#goobs_prev {
		top: -80px;
		left: -7px;
}

#goobs_next {
		top: -99px;
		left: 435px;
}

.user_thumb {
	float: left;
	width: 80px;
	margin: 0 4px 0 0;
	text-align: center;
}

.user_thumb p {
	text-align: center;	
}





#cboxOverlay{background:url('./images/quiz/overlay.png') 0 0 repeat;}

#colorbox{}
	#cboxTopLeft{width:21px; height:21px; background:url(./images/quiz/borderTopLeft.png) 0 0 no-repeat;}
	#cboxTopCenter{height:21px; background:url(./images/quiz/borderTopCenter.png) 0 0 repeat-x;}
	#cboxTopRight{width:21px; height:21px; background:url(./images/quiz/borderTopRight.png) 0 0 no-repeat;}
	#cboxBottomLeft{width:21px; height:21px; background:url(./images/quiz/borderBottomLeft.png) 0 0 no-repeat;}
	#cboxBottomCenter{height:21px; background:url(./images/quiz/borderBottomCenter.png) 0 0 repeat-x;}
	#cboxBottomRight{width:21px; height:21px; background:url(./images/quiz/borderBottomRight.png) 0 0 no-repeat;}
	#cboxMiddleLeft{width:21px; background:url(./images/quiz/borderMiddleLeft.png) 0 0 repeat-y;}
	#cboxMiddleRight{width:21px; background:url(./images/quiz/borderMiddleRight.png) 0 0 repeat-y;}
	#cboxContent{background:#fff;}
		#cboxLoadedContent{margin-bottom:28px;}
                #cboxTitle{position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
                #cboxCurrent{position:absolute; bottom:3px; left:58px; color:#949494;}
                #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
                #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(./images/quiz/controls.png) -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxPrevious.hover{background-position:-25px -25px;}
                #cboxNext{position:absolute; bottom:0; left:27px; background:url(./images/quiz/controls.png) 0px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
                #cboxNext.hover{background-position:0px -25px;}
		#cboxLoadingOverlay{background:url(./images/quiz/loading_background.png) center center no-repeat;}
                #cboxLoadingGraphic{background:url(./images/quiz/loading.gif) center center no-repeat;}
		#cboxClose{position:absolute; bottom:0; right:0; background:url(./images/quiz/controls.png) -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
		#cboxClose.hover{background-position:-50px -25px;}

#cboxClose {
    right:5px;
    top:0px;
}








/* jQuery Bookmark styles v1.1.3 */
.bookmark_popup_text img {
	border: none;
	vertical-align: bottom;
}
.bookmark_popup {
	display: none;
	position: absolute;
	z-index: 100;
}
.bookmark_popup ul {
	float: left;
	width: 240px;
	border: 1px solid #aaa;
	background: #fff;
}
.bookmark_list {
	display: inline-block;
	float: left;
	list-style-type: none;
	font-size: 80%;
	margin: -2px 0 0 0;
	padding: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {  /* Safari3/Opera9 */
	.bookmark_list {
		font-size: 100%;
	}
}
html:first-child .bookmark_list {  /* Opera */
	font-size: 80%;
}

.bookmark_list li {
	float: left;
	width: 23%;
	margin: 0px 1px;
	padding: 1px;
	background-color: #eee;
	border: 1px outset;
}
.bookmark_compact {
	background-color: transparent;
}
.bookmark_compact li {
	width: 16px;
	height: 16px;
	margin: 0px;
	padding: 2px;
	background-color: transparent;
	border: none;
}
.bookmark_list a {
	width: 100%;
	text-decoration: none;
	cursor: pointer;
}
.bookmark_list span {
	display: inline-block;
	width:  16px;
	height: 16px;
}
.bookmark_list img {
	border: none;
} 




.bookmarks {
	float: right;
	overflow: hidden !important;
}


.bookmark_qa_ext, .bookmark_ext {
	overflow: auto;
}

.bookmarks a {
	text-decoration: none;	
}




#tab_poll_stats {
	display: none;	
}


.rel {
	position: relative;
}

.gs-loader {
	position: absolute;
	top: 225px;
	right: 145px;
}





.n_a {
	position: relative;
	top: -46px;
	height: 0;
	color: red;
	z-index: 1000;
	text-shadow: 1px 2px 1px #aaa;
}

#glogo {
	position: absolute;
	top:  0;
	left: 0;
}


#tab_poll_results,
#tab_poll_stats
{
		display: none;
}

.quiz_rating {
	font-family: Tahoma;
	font-size: 0.9em;
}

.quiz_track td {
	padding: 4px 4px;
	vertical-align: top;
}

div.spacer {
	clear: both;
	font-size: 0;
	height: 5px;
	display: block;
	margin: 5px;
}


#more_answer_inputs {
	cursor: pointer;
	cursor: hand;
}

#contact_secure {
	width: 60px;
	background: #fff;
	margin: 0;
}

.optional_input {

}

.signup_code {
	vertical-align: top;	
}

#poll-results h3 {
	margin-left: 0;	
}


.scrollable .post-in {
	overflow: hidden;
}

.post-in {
	overflow: hidden;
}

#captcha_form {
	color: #000;
}

#captcha_form input {
	float: none;
}

#captcha_form p {
	margin: 3px 0 12px 0;
	color: #7d7d7d !important;
	font-style: normal;
	font-weight: normal;
}

.quiz_deleted_comment, .comment_deleted {
		background: #F3F6F6 !important;
}

.quiz_deleted_comment {
		border-bottom: 1px solid #ddd;
		padding: 2px 0;
}