body {height:100%; overflow-y:none;}

#bug_button{
	display:block; 
	top:10px; 
	left:10px; 
	height:16px;
	width:16px;
	position:fixed; 
	border:1px solid #888; 
	background-color:#eaeaea;
	}
#bug_button img{
	cursor:pointer;
}
* html #bug_button {position:absolute;}
	.post-it{
		background-color:yellow;
		height:150px;
		width:150px;
	}
	.post-it textarea{
		background-color:yellow;
		border:none;
		height:140px;
		width:140px;
	}
 #popup_dialog_content iframe{
	width:100%;
 }
  #popup_dialog_bottom,#popup_dialog_header{
  	color:#ffffff;
	font-weight:bold;
  	padding:5px;
    background-color: #3b3b3b;
  }


 #popup_dialog_bottom input{
	margin-left:10px;
	border: none;
 }


<!--[if lte IE 6]>
   <style type="text/css">
   /*<![CDATA[*/ 
html { height:100%;overflow-x:auto; overflow-y:hidden;}
   /*]]>*/
   </style>
<![endif]-->
