/*.sticky {position:fixed; right:0; font:normal 12px arial; color:#666; text-align:left; z-index:9999; top:20%;}
.stickyul{margin:0;	padding:0;}
.sticky li{
	width:30px;
	height:200px;
	color:#191919;
	text-align:center;
	overflow:hidden;
	list-style:none;
}

.sticky a{color:#FFF; text-decoration:none;}
*/
/*p{
	min-width:200px; padding:0px 5px; margin-left:-30px; float:left;
}*/
#slideout {
  position: fixed;
  top: 200px;
  right:-258px;
  width: 300px;
  height:102px;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow:hidden;
  z-index:9999;
}
#slideout:hover {
  width: 300px; height:420px; right:0;
}
#slideout_inner {
  width:233px; height:425px; border-left:solid 5px #000; background-color:#f1f1f1; padding:10px; font:normal 12px arial; color:#666; float:left;
}
#slideout_inner table td {vertical-align:top;}
/*#slideout_inner input {width:120px; border:solid 1px #999; margin-bottom:5px; float:left; font:normal 12px arial; color:#666;}*/
#slideout_inner .submit_button {width:80px; background-color:#5f80bd; color:#fff;}
#slideout_inner .submit_button:hover {background-color:#666; color:#fff;}



#slideout1 {
  position: fixed;
  top: 400px;
  width: 30px;
  height:230px;  
  right:0;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  overflow:hidden;
  z-index:9999;
}
#slideout1:hover {
  width: 270px; height:230px;
}
#slideout_inner1 {
  width:220px; height:235px; background-color:#f1f1f1; padding:10px; font:normal 12px arial; color:#666; float:left;
}
#slideout_inner1 table td {vertical-align:top;}
#slideout_inner1 input {width:120px; border:solid 1px #999; margin-bottom:5px; float:left; font:normal 12px arial; color:#666;}
#slideout_inner1 .submit_button {width:80px; background-color:#5f80bd; color:#fff;}
#slideout_inner1 .submit_button:hover {background-color:#666; color:#fff;}


