button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
.ct-btn {
display: inline-block;
margin: 5px 0;
padding: .5em .75em;
border-radius: .25em;
box-sizing: content-box;
-moz-box-sizing: content-box;
background: transparent;
outline: 0;
vertical-align: middle;
font-family: inherit;
font-size: 12px;
text-decoration: none;
white-space: nowrap;
cursor: pointer
}
.ct-btn.white {
color: #666;
border: 1px solid #ebebeb;
border-bottom-color: #c6c6c6;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
background: #fff;
background: linear-gradient(to bottom, #ffffff 40%, #f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );/*IE*/
}
/* ÀÏ¹ÝÀûÀÎ ¹öÆ°ÀÇ »óÈ² */
.ct-btn.white,
.ct-btn.white:link,
.ct-btn.white:visited {
color: #666;
border: 1px solid #ebebeb;
border-bottom-color: #c6c6c6;
box-shadow: 0 2px 2px rgba(0, 0, 0, 0.04);
background: #fff;
background: linear-gradient(to bottom, #ffffff 40%, #f6f6f6 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0 );/*IE*/
}

/* ¸¶¿ì½º¿À¹ö */
.ct-btn.white:focus,
.ct-btn.white:hover {
background: #f4f4f4;
background: linear-gradient(to bottom, #fafafa 0%, #fff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ffffff', GradientType=0 );/*IE*/
}

/* ´­·ÁÁ³°Å³ª ¼±ÅÃ µÈ »óÈ² */
.ct-btn.white:active,
.ct-btn.white.active {
text-shadow: 0 1px 0px #fff;
border-color: #ebebeb;
border-top-color: #ddd;
background: #f4f4f4;
box-shadow: none
}
.en-01 {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 18px;
font-weight: bold;
}
.ct-btn.large {
height: 46px;
padding: 0 1em;
font-size: 18px;
font-weight: 600;
line-height: 46px;
}
.ct-btn.small {
height: 22px;
padding: 0 0.8em;
font-size: 12px;
font-weight: 600;
line-height: 20px;
}
.ct-btn.middle {
height: 34px;
padding: 0 1em;
font-size: 15px;
font-weight: 600;
line-height: 33px;
}
.ct-btn .no_href {
color: #fff;
}

/*
<a href="product_order_add.php" class="ct-btn white">¹ßÁÖµî·Ï</a>
<button type="submit" class="ct-btn white" style="font-size: 38px">Extream Size</button>
<button type="submit" class="ct-btn white en-01">Custom fonts and size</button>
<button type="submit" class="ct-btn white large">Fixed Size Button</button>
*/