#pops_top_menu {
	border-top: 3px double #dddddd;
	border-bottom: 1px dotted #dddddd;
	padding: 6px 0;
	margin-bottom: 20px;
}
#pops_top_menu a {
	text-decoration: none;
	padding: 7px 12px;
}
#pops_top_menu a:hover {
	color: #000000;
	background-color: #eeeeee;
}

.colorSelector {
	position: relative;
	width: 36px;
	height: 26px;
	background: url(../images/select2.png);
}
.colorSelector div {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 30px;
	height: 30px;
	background: url(../images/select2.png) center;
}

.pops_table_title {
	background-color: #e3e3e3;
	margin: 1em 0 0 0;
	color: #000000;
	padding: 5px 8px;
	width: 250px;
	font-weight: bold;
}
.pops_table_title span {
	margin-left: 10px;
	background-color: #f1f1f1;
	color: #000000;
	cursor: pointer;
}
.pops_table_title .pops_close {
	padding: 0 4px;
}
.pops_table_title .pops_open {
	padding: 0 3px;
}
.pops_table_close {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
}
.pops_table_open {
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
}

.pops_form_table_cont {
	margin-bottom: 10px;
	border: 1px solid #e3e3e3;
	border-bottom-right-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	border-top-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.pops_form_table {
	margin-top: 0;
	margin-bottom: 0;
}

.pop_survey_options_table {
	background-color: #E3E3E3;
	width: 100%;
	margin-bottom: 5px;
}
.pop_survey_options_table th {
	width: 80px;
}