@charset "utf-8";

.SearchForm {
    text-align: right;
    margin: 0 15 0 0;
}
.SearchText {
  font-size: xx-small;
  color: #606080;
  border-style: solid;
  border-width: 1;
  border-color: #a0a0a0;
}
input.SearchButton {
	background: url("img/linkMono");
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #c0c0c0;
	font-size: xx-small;
	/*font-weight: bold;*/
	color: #ffffff;
	padding: 0px 2px 0px 8px;
	border: 1px solid #a0a0a0;
	cursor: pointer;
}
.SearchButton a {color: #507050; text-decoration: none;}
/* -------------------- */
.RSSBox {
	background: url("img/linkMono");
	background-repeat: no-repeat;
	background-position: 2px center;
	background-color: #c0c0c0;
	margin: 0 6 2 30;
	font-size: xx-small;
	/*font-weight: bold;*/
	color: #ffffff;
	padding: 0 6 0 12;
	border: 1px solid #a0a0a0;
}
.RSSBox a {color: #ffffff; text-decoration: none;}
.RSSBox a:link {color: #ffffff; text-decoration: none;}
.RSSBox a:visited {color: #ffffff; text-decoration: none;}
.RSSBox a:active {color: #ffffff; text-decoration: underline;}
.RSSBox a:hover {color: #ffffff; text-decoration: underline;}
/* -------------------- */
