@charset "utf-8";
/* NHN > UIT Center > Open UI Technology Team > Jeong Chan Myeong(dece24@nhncorp.com) */
.joinButtonArea{ margin:0 20px; *zoom:1; text-align:center; }

.joinButton{ position:relative; display:inline-block; width:270px; height:28px; border:3px double #ddd; background:#f8f8f8; -moz-border-radius:3px; -webkit-border-radius:3px;}
.joinButton:hover{ background:#f4f4f4;}
.joinButton input,
.joinButton a{ position:relative; display:inline-block; vertical-align:middle; width:270px; height:28px; line-height:28px; text-align:center; overflow:visible; padding:0; margin:0; border:0; cursor:pointer; background:transparent; color:#333; text-decoration:none;}
.joinButton input{ font-weight:bold;}
