.button, .button span {
	display: inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.button, .button a {
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.button {
    padding: 5px 15px;
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: 1px solid #999;/* IE */
	border: rgba(0, 0, 0, .2) 1px solid;/* Saf4+, Chrome, FF3.6 */
	border-bottom:rgba(0, 0, 0, .4) 1px solid;
	-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);
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .1) 0%,
		rgba(0, 0, 0, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(0, 0, 0, .1)),
		to(rgba(255, 255, 255, .1))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
.button.full, .button.full span {
	display: block;
}
.button:hover, .button.hover {
	background: -moz-linear-gradient(
		center top,
		rgba(255, 255, 255, .2) 0%,
		rgba(255, 255, 255, .1) 100%
	);/* FF3.6 */
	background: -webkit-gradient(
		linear,
		center bottom,
		center top,
		from(rgba(255, 255, 255, .1)),
		to(rgba(255, 255, 255, .2))
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#33FFFFFF', EndColorStr='#19FFFFFF')"; /* IE8 */
}
.button:active, .button.active {
	top:1px;
}
.button span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

/*buttonNEW2*/
.buttonNEW2, .buttonNEW2 span {
	display: inline-block;
	
}
.buttonNEW2, .buttonNEW2 a {
    display: inline-block;
   
}

.LoginButton{
font-size:10pt;
margin-top:5px;
width:72px;
height:72px;
cursor:pointer; 
margin-left:69px;
}

.buttonNEW2 {
    padding: 5px 15px;
	white-space: nowrap;
	line-height:1em;
	position:relative;
	outline: none;
	overflow: visible; /* removes extra side padding in IE */
	cursor: pointer;
	border: none;/* IE */

	
	);/* Saf4+, Chrome */
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#19FFFFFF', EndColorStr='#19000000')"; /* IE8 */
	-moz-user-select: none;
	-webkit-user-select:none;
	-khtml-user-select: none;
	user-select: none;
}
.buttonNEW2.full, .buttonNEW2.full span {
	display: block;
}

.buttonNEW2 span {
	position: relative;
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .2) 1px solid;
	padding:0.6em 1.3em;
	line-height:1em;
	text-decoration:none;
	text-align:center;
	white-space: nowrap;
}

/* size */
.button.small {
	font-size:10px;
}
.button.medium {
	font-size:12px;
}
.button.large {
	font-size:16px;
}
.button.big {
    font-size:18px;
}

/* color */
.button.black {
	background-color: #333333;
    color: #ffffff;
}

.buttonNEW2.Burgendi {
	background-color: #b32525;
    color: #ffffff;
}


.buttonNEW2.Burgendiborder {
	color: #c94141;
    font-weight: 600;
    border: 1px solid #c94141;
    border-radius: 5px;
}

.buttonNEW2.navy {
	background-color: #013147;
    color: #ffffff;
}

.buttonNEW2.borderbox {
	background-color: #fff;
	border:1px solid #ccc;
	border-radius:3px;
    color: #000;
}

.buttonNEW2.gray {
	background-color: #d5d5d5;
    color: #000;
}


.buttonNEW2.grayNEW2 {
	background-color: #e6e6e6;
    color: #000;
}

.button.gray {
	background-color: #666666;
}

.button.white {
	background-color: #FFFFFF;
	color: #666666;
}
.button.red {
	background-color: #e62727;
}
.button.orange {
	background-color: #ff5c00;
}
.button.magenta {
	background-color: #A9014B;
}
.button.yellow {
	background-color: #ffb515;
}
.button.blue {
	background-color: #00ADEE;
}
.button.blue_n {
	background-color: #3f4c6c;
    color: #ffffff;
}
.button.pink {
	background-color: #e22092;
}
.button.green {
	background-color: #91bd09;
    color: #ffffff;
}
.button.rosy {
	background-color: #F16C7C;
}
.button.brown {
	background-color: #804000;
}
.button.purple {
	background-color: #800080;
}
.button.cyan {
	background-color: #46C7C7;
}
.button.gold {
	background-color: #D4A017;
}

.button.black_n {
	background-color: #333333;
    color: #ffffff;
	width:155px;
	height:23px;
	margin-top:5px;
	margin-left:5px;
	margin-left:5px;
	text-align:center;
	font-size:1.4em;
	font-weight:bold;
}

.button.juhwang { background-color:#f54605; }
.button.fwhite {color:white;}
