/* ®TS3,6¯ */
.vote_but {
	margin-right:10px;
	margin-left:10px;
	border-bottom: 2px solid buttonshadow;	
	border-right: 2px solid buttonshadow;
	border-top: 2px solid buttonhighlight;
	border-left: 2px solid buttonhighlight;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:2px;
	background-color:tan;	
	color: #3b3b1f;	
	font-weight:bold;
	height:26px;	cursor: pointer;
	}

#CO, #xSE, #xHO {
	width:100%;
	}

vote_subtab {
	padding-right:5px; 
	padding-bottom:0;
	}

.vote_check {
	vertical-align:-2px;
background:"green";
	}

.vote_td {
	padding-right:5px;
	}

#main_win, #vote_table {
	-ms-user-select:none; 
	-moz-user-select:none; 
	-webkit-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	-user-select:none
	}

/* ®MDBR¯       electsee settings    ®MDNM¯ */
body {
	background:#eeeeff;
	}

#see_head h2 {
	margin:0;
	margin:5px;
	Xpadding:0;
	}

.see_but {
	vertical-align:2px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	background-color:tan;	
	font-weight:bold;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-o-user-select:none;
	-user-select:none;
	}

#see_head {
	position:fixed;
	top:0;
	width:100%;
	background:#eeeeff;
	}

#Xview_win {
	overflow:auto;
	margin-top:40px;
	}

@media print {
	#see_head {
		display:none;
		}
	#view_win {
		display:none;
		}
	#print_div {
		display:block;
	}
}