@charset "UTF-8";

#searchbox {
margin: 19px 0 0 0;
clear: both;
width: 210px;
height: 70px;
position: fixed;
left: 764px;
background: url(../../image/searchbox2.png) left bottom no-repeat;
z-index: 10;
}

#searchbox-design20 {
margin: 19px 0 0 0;
clear: both;
width: 210px;
height: 70px;
position: absolute;
left: 764px;
background: url(../../image/searchbox2.png) left bottom no-repeat;
z-index: 10;
}

#searchbox2 {
position: fixed;
left: 600px;
bottom: 2px;
z-index: 50;
}

#admin-area {
position: fixed;
right: 0;
bottom: 0;
line-height: 0;
z-index: 40;
}

#searchbox.projectreport {
background: url(../../image/project-report-searchbox.png) left bottom no-repeat;
}

#searchbox.flip {
background: url(../../image/flip-searchbox.gif) left bottom no-repeat;
color: #ffffff;
}

.searchform {
margin: 15px 15px 0 15px;
}

.formfield {
width: 148px;
}

.formfield2 {
width: 148px;
background: #f7f7f7;
}

.formbutton {
width: 20px;
height: 20px;
vertical-align: bottom;
border: none;
background: url(../../image/search-button.png) left bottom no-repeat;
text-indent: -9999px;
}
#searchbox.flip .formbutton {
background: url(../../image/flip-search-button.png) left bottom no-repeat;
}


@media screen, tv {
	.formbutton:hover {
	cursor: pointer;
	}
}

#search-caution {
margin: 0.8em 0 15px 0;
vertical-align: text-bottom;
font-size: 70%;
text-align: center;
}