@charset "UTF-8";
/* CSS Document */

#ja-search {
	position: relative;
	right: 0;
	top: 3px;
	height: 22px;
	width: 200px;
	font-size: 12px;
	z-index: 99;
	background-image: url(../img/search-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	visibility: visible;
	margin-right: 5px;
}
#ja-twitter {
	position: absolute;
	margin-right: 0px;
	right: 0;
	top: 8px;
	height: 14px;
	width: 60px;
}
 
#ja-search .inputbox {
	background: none;
	border: 1px solid #333333;
	color: #999999;
	width: 170px;
	margin-top: 3;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30px;
}
 
*+html #ja-search .inputbox { /*IE 7*/
	width: 108px;
}
 
*+html #ja-search .button { /*IE 7*/
  padding: 1px 0px 1px 8px!important;
}
 
#ja-search .button {
	border: none;
	background: none;
	font-size: 11px;
}
 
* html #ja-search .button {
	width: 66px;
	height: 22px;
}
