@charset "UTF-8";
/* CSS Document */

/*Widget css*/


	form {
		margin:0;padding:0;	
	}
	
	#itke_top {
		width:180px;
		height:65px;
		margin:0 auto;
		
		background-image:url(widget_bg.jpg);
		background-repeat:no-repeat;
		background-color:#050B14;	
	}
	
	#itke_top p {
		font-size:12px;
		font-family:arial;
		color:#000;
		padding:10px 0 0 10px;
		margin-top:0;
	}
	
	#itke_bottom {
		width:180px;
		background-color:#05497C;
		height:21px;
		margin:0 auto;
	}
	#itke_search {
		display:block;
		float:left;
		width:153px;
		margin:1px 0 0 0;
		padding:1px 0 1px 0;
		border: 1px solid #05497C;
		color:#333;
		background-color:#FFF;
		font-size:12px;
		font-family:arial;
	}
	#itke_go {
		display:block;
		float:left;
		width:25px;
		height:19px;
		background:url(http://access.gale.com/widgets/v2/picts/go.gif) no-repeat;
		background-color:#05497C;
		margin:0;
		padding:0;
		border:0;
	}
	
	#itke_go:active {
		background:url(http://access.gale.com/widgets/v2/picts/go2.gif) no-repeat;