/* These are the 'close panel' triggers */
.trigger_image_join_hide, .trigger_image_action_hide, .trigger_image_donate_hide, .trigger_image_poll_hide {cursor: pointer; float:right;}

/* These open the panels and tell the cursor to look correct */
.trigger_image_join_panel, .trigger_image_donate_panel, .trigger_image_poll_panel, .trigger_image_action_panel {cursor:pointer;}

/* This hides all of the panels */
.hidden {display:none;}

/* Text styles */
#join_panel h4{
	margin-bottom: 10px;
}
#donate_panel h4{
	margin-bottom: 5px;
}
/* Style all of the panels- big, small, round and tall */
#join_panel, #donate_panel {
	position:absolute;
	z-index: 90000;
	background-color: #FFF;
	padding: 10px;
	width: 575px;
	height: 775px;
	background-image: url(../images/panel_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-right-color: #CCC;
}
#poll_panel {
	position:absolute;
	z-index: 90000;
	color:#FFF;
	background-color: #FFF;
	padding: 10px;
	width: 575px;
	height: 290px;
	float:left;
	background-image: url(../images/poll_panel_bg.jpg);
	background-repeat: repeat-y;
	background-position: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#poll_panel .wp_poll {
	width: 320px;
}
.wp-polls-ul li {
	margin-bottom: 10px;
}
input.Buttons { margin-left: 10px;}
#action_panel {
    position:absolute;
	color: #006;
	z-index: 90000;
	background-color: #FFF;
	padding: 10px;
	width: 575px;
	height: 290px;
	float:left;
	background-image: url(../images/ta_panel_bg.jpg);
	background-repeat: no-repeat;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#action_panel .action_panel_copy{
	width: 300px;
}