@charset 'utf-8';

a.head-menu-item:hover {
	background-color: #C55;
	color: white;
	}

div#photo-entry-body-box {
	color: #555;
	font-size: 0.8em;
	}
fieldset {
	border: 1px solid #999;
	}
fieldset#photo-meta-data {
	margin-bottom: 10px;
	margin-left: 10px;
	width: 600px;
	background-color: #FBB;
	}
input#entryBtn {
	margin: 10px 0 0 20px;
	border: 3px solid #7C7;
	} 
p#notice-4-entry {
	font-size: 0.85em;
	line-height: 1.3;
	}
legend.photo-box-title {
	margin-left: 10px;
	}
div#photo-meta-box {
	padding-left: 10px;
	padding-bottom: 5px;
	}
div#ext-box {
	margin-left: 10px;
	}
div.photo-ext-box {
	margin: 5px 10px 5px 0;
	}
div#add-btn-box {
	margin-left: 10px;
	}
input#add-btn {
	margin: 5px 0;
	}
fieldset.photo-entry-box {
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	background-color: #FEE;
	}
div.photo-entry-box-inner {
	margin-bottom: 5px;
	}
	
img.del-btn {
	float: right;
	margin-right: 8px;
	margin-top: -3px;
	border: 2px solid #888;
	}
	
div#err-message {
	font-size: 0.85em;
	color: #777;
	margin: 20px 0 20px 40px;
	}
	
