label
{
	font-size: 0.7em;
	font-family:arial;
	float:left;
}
.input {
	border: 1px solid #99b3b4;
	width: 400px;
	background: #e4ebeb;
	font: 11px verdana, sans-serif;
	color:#443;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}
.input:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
.submit-btn {
	width: 54px;
	height: 20px;
	background: #743 url(http://www.roscripts.com/images/submit.gif) no-repeat;
	outline: none;
	float:right;
}
.submit-btn:hover {
	background: #069 url(http://www.roscripts.com/images/submit.gif) no-repeat 0 -20px;
}
div#container {
	border:0px solid #99b3b4;
	padding:15px;
	margin: 0px auto;
	width:400px;
}
.entry ul {
	border:1px dotted #003366;
	list-style:none;
	margin:0px;
	padding:0px;
	display:block;
}
.entry li {
	display:block;
	margin:0px;
}
.entry li a {
	outline: none;
	background-color: #fbfbf9;
	text-decoration:none;
	display:block;
	padding:2px 0 2px 2px;
	border-bottom:1px solid #f2f2f2;
	font: normal 10 verdana, arial,helvetica,sans-serif;
	color:#000;
}
.entry li a:hover {
	background:url(../images/go_partner.gif) 645px 25px no-repeat #fff;
	border-bottom:1px solid #ccc;
	font: bold 10 verdana, arial,helvetica,sans-serif;
	color:#bb0000;		
}
.entry ul a em {
	display:block;
	color:#808080;
	font-size:90%;
	padding-right:12px;
	font-style:normal;
	font-weight:normal;
}
.entry span {

	color:#000000;
	font-size:0.8em;
	font-style:normal;
	font-weight:normal;
	padding-right:10px;
}
.entry a:hover span {
	color:#800;
}
div#update {
	border:0px dotted #003366;
	margin-top:5px;
	margin-left:6px;
	background-color:#CCCCCC;
	width:255;
}
div#tnupdate {
	border:0px dotted #003366;
	margin-top:5px;
	margin-left:6px;
	background-color:#CCCCCC;
	width:255;
}

div.autocomplete {
      position:absolute;
      width:250px;
      background-color:#CCCCCC;
      border:1px solid #888;
      margin:0px;
      padding:0px;
}
div.autocomplete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}
div.autocomplete ul li.selected { background-color: #ffb;}
div.autocomplete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:32px;
      cursor:pointer;
}