#poll_options { margin: 10px; padding: 0; }
#poll_options li { list-style-type: none;}
.hist_container { width: 100px; }
.hist {background-color: #E0E0E0; float: right; }
#poll_options td { vertical-align: top; }
.poll_button { margin-left: 50px; }

#affil_form {
   margin-top: 20px;
   margin-left: auto;
   margin-right: auto;
   }
#affil_form label {
   display: block;
   float: left;
   text-align: right;
   width: 100px;
   margin: 5px;
   }
#affil_form input, #affil_form textarea {
   display: block;
   float: left;
   width: 300px;
   margin: 5px;
   }
#affil_form textarea {
   height: 120px;
   }
#affil_form .buttons {
   width: 145px;
   }
#affil_form br {
   clear: left;
   }
#affil_form :focus {
   background-color: #FFFFEE;
   }
dl.affil dt {
   font-size: 15px;
   font-weight: bold;
   }
dl.affil dd {
   margin-left: 20px;
   margin-bottom: 10px;
   }
dl.affil dt span {
   font-size: 12px;
   font-weight: normal;
   }
dl.affil .url {
   color: green;
   }

.mod_comment { background-color:#FFE0E0; }

#comment_form { padding:5px;}
#comment_form textarea { width:100%; height:100px; padding:0 }
.comment_props {text-align:right; padding-right:5px;}
.html_error { background-color:red; font-weight:bold; font-size:1.5em; color:white; }


#popup_background {
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#popup {
	display: none;
	background: #fff;
	padding: 10px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

img.btn_close {
	float: right;
	margin: -30px -30px 0 0;
	border: 0;
}
/*--Making IE6 Understand Fixed Positioning--*/
*html #popup_background {
	position: absolute;
}
*html #popup {
	position: absolute;
}

#username_input { background-image:url('/images/username.gif'); background-repeat:no-repeat; }

#passwd_input { background-image:url('/images/password.gif'); background-repeat:no-repeat; }

