form {
	margin: 0;
	padding: 0;
}

form label {
	cursor: pointer;
}

input, select, textarea, .inputbox {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 100%;
	padding: 1px;
}

select, textarea, .inputbox {
	background: #FFFFFF;
	color: #666666;
}

.button {
	background: url(../images/grad1.jpg) repeat-x center #EFEFEF;
	border: 1px solid #DDDDDD;
	border-bottom-color: #CCCCCC;
	color: #666666;
	padding: 2px 8px;
}

* html .button, *+html .button {
	padding: 1px 5px !important;
}

.inputbox {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	margin-bottom: 1px;
	padding: 3px 2px;
}

.inputbox:hover, .inputbox:focus {
	background: #FFFFEA;
	border: 1px solid #999999;
}

#ja-search {
	display: block;
	height: 22px;
	position: absolute;
	right: 0;
	top: 20px;
}

#ja-search .inputbox {
	border: none;
	color: #666666;
	font-size: 11px;
	margin: 3px 0 0 5px;
	padding: 0;
}

#ja-search .inputbox:hover, #ja-search .inputbox:focus {
	background: #FFFFFF;
	border: none;
}

#album {
	margin: 0 12px 4px 4px; 
	padding: 10px 8px 10px 10px; 
	float: left; 
	width: 87%; 
	border: 1px solid #E7F0F5; 
	background: #F7F7F7/*#F7F9FD*/; 
	line-height: 100%;
}