@charset "UTF-8";
/* CSS Document */

.searchalbumsmodule input.keyword_search_input, .searchalbumsmodule select{
	width:18%;
	margin-left: 61%;
	border: 1px solid #dcdcdc;
	bottom: -5px;
color: #000;
height: 16px;
position: relative;
}

input.keyword_search_input:focus{
border: 1px solid #c9c7c8;
}

input.keyword_search_input:hover{
border: 1px solid #ccc;
}

.buttonfix{
position: relative;
top: -20px !important;
margin-left: 91.1%;
margin-bottom: -2.7% !important;

}


.classname {
width: 57px;
	-moz-box-shadow:inset 0px 0px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 0px #ffffff;
	box-shadow:inset 0px 0px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:1px;
	-webkit-border-radius:1px;
	border-radius:1px;
	border:1px solid #dcdcdc;
	height: 20px;
	color:#666666;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:1px 2px;
	top: 4px !Important;
	position:relative;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	margin-right: 1px;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
	top: 4px !Important;
}.classname:active {
	position:relative;
	top: 4px !Important;
	
}
