

#feedback h3{

	font-weight:normal;
	color:#4dabce;

	}
.poplist a:link{
	text-decoration:none;
	font-size:1em;
	color:#3b5762;}
.poplist a:visited{
	text-decoration:none;
	font-size:1em;
	color:#3b5762;
}
.poplist a:hover{
	text-decoration:underline;
	}	
	
/* feedback form */

#popout_list{
	margin:0px 0px 30px 30px;
}
.blue{
	color:#4dabce;
}
.poplist{
	max-width:320px;
	margin:0px 20px 0px 0px;
}

.poplist ul { 
	font-size:1em;	
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
		 }
		 
.poplist li {
	list-style-type: none;
	font-size:0.7em;
	background-image: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: 0.3em ;
	padding-left: 2.5em; 
	padding-bottom:3px;
	padding-top:3px;
	color:#5a95ac;
	font-weight:normal;
	}

#feedback{
	margin:0;
	position:fixed;
	left:-401px;
	top:340px;
	width:400px;
	z-index:1000;
	background:#e9e9e9 url(../images/feedback_form.gif) repeat-x;
	border:1px solid #d5d5d5;
	border-left:none;
	text-align:left;
	color:#000;
	}
#feedback h3{
	font-size:18px;
	margin:0.4em 35px;
	padding-bottom:.75em;
	background:url(../images/feedback_border.gif) no-repeat 0 100%;
	}
#feedback fieldset{
	border:none;
	margin:1em 35px;
	padding:0;
	}
#feedback legend{
	display:none;
	}
#feedback div{
	clear:both;
	padding:.2em 0;
	}	
#feedback label{
	float:left;
	width: 100px;
	}	
#feedback .field, #feedback .area{
	float:right;
	width:220px;
	border:1px solid #d5d5d5;
	padding:3px;
	background:#fff url(../images/feedback_input.gif) repeat-x;
	}	
#feedback .area{
	height:120px;
	overflow:auto;
	}	
#feedback .submit{
	padding:1em 0;
	text-align:right;
	}	
#feedback button{
	text-indent:-8000px;
	text-align:left;
	border:0;
	overflow:hidden;
	width:164px;
	height:33px;
	background:url(../images/feedback_submit.png) no-repeat 0 0;
	cursor:pointer;
	}	

	/* feedback buttons */
	
	#feedback .open, #feedback .close{
		float:left;
		position:absolute;
		top:-1px;
		left:401px;
		text-indent:-8000px;
		width:32px;
		cursor:pointer;
		}
	#feedback .open{
		background:url(../images/feedback_open.png) no-repeat 0 0;	
		height:106px;
		}
	#feedback .close{
		background:url(../images/feedback_close.png) no-repeat 0 0;	
		height:33px;
		}	

/* // feedback form */
	
	
