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

#about_img {
	border-radius: 12px;
}

.about_label {
	font-size: 10px;
}

/* ABOUT EDIT ICONS */
.about_edit_icon {
	position: absolute;
	float: left;
	background: url(../images/layout/0/common_icon_edit.gif) no-repeat left center #222222;
	padding: 2px;
	padding-left: 24px;
	height: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
	opacity:0.5;
		filter:alpha(opacity=50);
}
.about_edit_icon:hover {
	background: url(../images/layout/0/common_icon_edit_over.gif) no-repeat left center transparent;
	border: 1px solid #54B500;
	border-top-color:#A2FF00;
	border-bottom-color: #000000;
	opacity:1.0;
		filter:alpha(opacity=100);
	cursor: pointer;
}

/* ABOUT EDIT INPUTS */
.about_edit_input {
	background:#000000; 
	border: 1px solid #222222;
	border-radius: 6px;
	padding: 4px;
	padding-left: 8px;
	padding-right: 8px;
	color: #A2FF00;
}
.about_edit_input:focus {
	background-color:#111111;
	border: 1px solid #54B500;
	border-top-color:#A2FF00;
	border-bottom-color: #335B00;
	color: #FFFFFF;
	outline: none;
}