@charset "utf-8";
/* CSS Document */

.searchMenu {
	width: 150px;
}

input.newUpdate{
	background-color: #ffcb00;
	text-align:left;
	font-size: 13px;
	font-weight: bolder;
	color: #fff;
	text-decoration: none;
	width:85px;
	border:0px;
	background-image:url(../images/ico_write.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

input.newUpdateOn{
	background-color: #ffcb00;
	text-align:left;
	font-size: 13px;
	font-weight: bolder;
	color: #b50e1d;
	text-decoration: underline;
	width:85px;
	border:0px;
	background-image:url(../images/ico_write_on.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

input.editUpdate{
	background-color: #ffffff;
	text-align:left;
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	width:85px;
	border:0px;
	background-image:url(../images/ico_edit.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

input.editUpdateOn{
	background-color: #ffffff;
	text-align:left;
	font-size: 13px;
	font-weight: bolder;
	color: #b50e1d;
	text-decoration: underline;
	width:85px;
	border:0px;
	background-image:url(../images/ico_edit_on.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

input.delUpdate{
	background-color: #ffffff;
	text-align:right;
	padding-right:15px;
	font-size: 13px;
	font-weight: bolder;
	color: #000;
	text-decoration: none;
	width:95px;
	border:0px;
	background-image:url(../images/ico_del.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}

input.delUpdateOn{
	background-color: #ffffff;
	text-align:right;
	padding-right:15px;
	font-size: 13px;
	font-weight: bolder;
	color: #b50e1d;
	text-decoration: underline;
	width:95px;
	border:0px;
	background-image:url(../images/ico_del_on.gif);
	background-position:right;
	background-repeat:no-repeat;
	cursor:pointer;
}