/* button
---------------------------------------------- */
.dc_button {
	display: inline-block;
	zoom: 1; /* zoom and *display = ie7 hack for display:inline-block */
	*display: inline;
	vertical-align: baseline;
	margin: 0 2px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .1em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	white-space:normal;
}
.dc_button:hover {
	text-decoration: none;
}
.dc_button:active {
	position: relative;
	top: 1px;
}

.bigrounded {
	-webkit-border-radius: .2em;
	-moz-border-radius: .2em;
	border-radius: .2em;
}
.large {
	font-size: 14px;
	padding: 1.3em 2em 1.3em;;
}
.medium {
	font-size: 12px;
	padding: .4em 1.5em .42em;
}
.small {
	font-size: 12px;
	padding: .2em 1em .275em;
}

/* color styles
---------------------------------------------- */

/* black */
.black {
	color: #d7d7d7 !important;
	border: solid 1px #333;
	background: #333; /* Old browsers */
}
.black:hover {
	background: #000;
}
.black:active {
	color: #666;
}

/* gray */
.gray {
	color: #e9e9e9 !important;
	border: solid 1px #555;
	background: #6e6e6e;
}
.gray:hover {
	background: #616161;
}
.gray:active {
	color: #afafaf;
}

/* white */
.white {
	color: #606060 !important;
	border: solid 1px #b7b7b7;
	background: #fff;
}
.white:hover {
	background: #ededed;
}
.white:active {
	color: #999;
}

/* orange */
.orange {
	color: #fef4e9 !important;
	border: solid 1px #da7c0c;
	background: #f78d1d;
}
.orange:hover {
	background: #f47c20;
}
.orange:active {
	color: #fcd3a5;
}

/* red */
.red {
	color: #faddde !important;
	border: solid 1px #980c10;
	background: #d81b21;
}
.red:hover {
	background: #b61318;
}
.red:active {
	color: #de898c;
}

/* blue */
.blue {
	color: #d9eef7 !important;
	border: solid 1px #0076a3;
	background: #0095cd;
}
.blue:hover {
	background: #007ead;
}
.blue:active {
	color: #80bed6;
}

/* rosy */
.rosy {
	color: #fae7e9 !important;
	border: solid 1px #b73948;
	background: #da5867;
}
.rosy:hover {
	background: #ba4b58;
}
.rosy:active {
	color: #dca4ab;
}

/* green */
.green {
	color: #e8f0de !important;
	border: solid 1px #538312;
	background: #64991e;
}
.green:hover {
	background: #538018;
}
.green:active {
	color: #a9c08c;
}

/* pink */
.pink {
	color: #feeef5 !important;
	border: solid 1px #d2729e;
	background: #f895c2;
}
.pink:hover {
	background: #d57ea5;
}
.pink:active {
	color: #f3c3d9;
}

/* TAB 버튼 --------------------------------------------------------------------------------------- */
span.ssTab       { display:inline-block; border:0; margin:0; padding:0; vertical-align:middle !important; }
span.ssTab p     { float:left; background:url(/images/tabOff.gif) no-repeat left top; height:28px; width:2px; border:0; margin:0; padding:0;}
span.ssTab input { float:left; display:inline-block; font-size:9pt; font-family:nanumgothic; background:url(/images/tabOff.gif) no-repeat right top; vertical-align:middle; height:28px; padding:2px 10px 0 8px; margin:0; cursor:pointer; overflow:visible; vertical-align:middle; border:0; }

span.ssTabOn       { display:inline-block; border:0; margin:0; padding:0; vertical-align:middle !important; }
span.ssTabOn p     { float:left; background:url(/images/tabOn.gif) no-repeat left top; height:28px; width:2px; border:0; margin:0; padding:0;}
span.ssTabOn input { float:left; display:inline-block; font-size:9pt; font-family:nanumgothic; background:url(/images/tabOn.gif) no-repeat right top; vertical-align:middle; height:28px; padding:2px 10px 0 8px; margin:0; cursor:pointer; overflow:visible; vertical-align:middle; color:#005088; border:0; }

span.ssTabOn2       { display:inline-block; border:0; margin:0; padding:0; vertical-align:middle !important; }
span.ssTabOn2 p     { float:left; background:url(/images/tabOn2.gif) no-repeat left top; height:28px; width:2px; border:0; margin:0; padding:0;}
span.ssTabOn2 input { float:left; display:inline-block; font-size:9pt; font-family:nanumgothic; background:url(/images/tabOn2.gif) no-repeat right top; vertical-align:middle; height:28px; padding:2px 10px 0 8px; margin:0; cursor:pointer; overflow:visible; vertical-align:middle; color:white; border:0; }
