@charset "utf-8";
.kasten {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.snapolTable {
	text-decoration: none;
}
.snapolTable thead {
	font-weight: bold;
}
.snapolTable thead td {
	background-color: #EBEBEB;
}
.snapolTable td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	padding: 5px;
}


.snapolBox {
     background: #eee;
     border: 1px solid #ccc;
     padding: 15px;
     -moz-border-radius: 10px;
     -webkit-border-radius: 10px;
}

.snapolTable a {
	color: #0033FF;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.snapolButton {
	background-color: #809FFF;
	width: 140px;
	border: 1px none #CCCCCC;
}
.snapolInput {
	border: 1px solid #0000FF;
	width: 400px;
}
.snapolSelect {
	border: 1px solid #0000FF;
	width: 200px;
}
.snapolRedBold {
	font-weight: bold;
	color: #FF0000;
}
.snapolGrey {
	color: #999999;
}

.topnavigation {
	font-size: small;
	color: #0000CC;
	text-decoration: none;
}
body {
	font-family: Arial, Helvetica, sans-serif;
}


#livesearch
  {
  margin:0px;
  width:194px;
  background: gray;
  }
#txt1
  {
  margin:0px;
  }


  
  /* CUSTOMIZE AUTOSUGGEST STYLE    */
#search-wrap input{width:400px; font-size:16px; color:#999999; padding:6px; border:solid 1px #999999;}
#livesearch{width:260px; border:solid 1px #DEDEDE; display:none;}
#livesearch ul, #livesearchs li{padding:0; margin:0; border:0; list-style:none;}
#livesearch li {border-top:solid 1px #DEDEDE;}
#livesearch li a{display:block; padding:4px; text-decoration:none; color:#000000; font-weight:bold;}
#livesearch li a small{display:block; text-decoration:none; color:#999999; font-weight:normal;}
#livesearch li a:hover{background:#FFFFCC;}
#livesearch ul {padding:6px;}