/*
.mbutton_type01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dddddd), color-stop(1, #cfcfcf));
	background:-moz-linear-gradient(top, #dddddd 5%, #cfcfcf 100%);
	background:-webkit-linear-gradient(top, #dddddd 5%, #cfcfcf 100%);
	background:-o-linear-gradient(top, #dddddd 5%, #cfcfcf 100%);
	background:-ms-linear-gradient(top, #dddddd 5%, #cfcfcf 100%);
	background:linear-gradient(to bottom, #dddddd 5%, #cfcfcf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#cfcfcf',GradientType=0);
	background-color:#dddddd;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-weight:bold;
	padding:6px 12px 6px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.mbutton_type01:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.mbutton_type01:active {
	position:relative;
	top:1px;
}
*/




.button_type01 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	/* font-family:Arial; */
	/* font-size:15px; */
	font-weight:bold;
	padding:0px 24px 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_type01:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.button_type01:active {
	position:relative;
	top:1px;
}
/*
<a href="#" class="button_type01">grey</a>
<span class="button_type01" onclick="gobutton('brd_write');">글쓰기</span>
*/


.button_type011 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ff3333));
	background:-moz-linear-gradient(top, #fdeded 5%, #ffdfdf 100%);
	background:-webkit-linear-gradient(top, #fdeded 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #fdeded 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #fdeded 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #fdeded 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeded', endColorstr='#dfdfdf',GradientType=0);
	background-color:#fdeded;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_type011:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fdeded));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #fdeded 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fdeded',GradientType=0);
	background-color:#dfdfdf;
}
.button_type011:active {
	position:relative;
	top:1px;
}





.button_type0111 {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff0000), color-stop(1, #ffdfdf));
	background:-moz-linear-gradient(top, #fdeded 5%, #ffdfdf 100%);
	background:-webkit-linear-gradient(top, #fdeded 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #fdeded 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #fdeded 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #fdeded 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdeded', endColorstr='#dfdfdf',GradientType=0);
	background-color:#fdeded;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:2px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.button_type0111:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #fdeded));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #fdeded 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #fdeded 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#fdeded',GradientType=0);
	background-color:#dfdfdf;
}
.button_type0111:active {
	position:relative;
	top:1px;
}

