/* CSS Document */
@import url("search.css");

#header {
	position: absolute;
	left: 225px;
	top: 5px;
	width: 360px;
}
.title {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}
/* Form Elements
----------------------------------------------- */

/* CSS elements required for closing current window (in popups)
In tag id="winclose" is required
----------------------------------------------- */
#select {
	position: absolute;
	left: 40px;
	top: 80px;
}
#select a{
	color: #FFFFFF;
}
#select a:hover {
	color: #FFFF00;
	position:relative;
	text-decoration: none;
}
#explain {
	position: absolute;
	width: 335px;
	height: 170px;
	left: 308px;
	top: 80px;
	border: 1px solid #CCCCCC;
}
#explain td {
	vertical-align: top;
	padding-left: 1px;
}
#explain img {
	float: left;
	position: relative;
	top: 2px;
	border: 3px double #D4D0C8;
	margin-right: 5px;
}
#birdies {
	position: absolute;
	left: 370px;
	top: 260px;
}
.showThumb a:hover span {
	right: 260px;
}
.showThumb img {
	float: right;
}
.openAlbum img{
	border: 1px solid #EEEEEE;
}
.openAlbum a:hover img{
	border: 1px solid #424242;
}

