/* 목록 스킨 */
.bbs-list{
	
}
.bbs-list span+span{
	padding-left: 5px;
	padding-right: 5px;
	
}

/* 목록 스킨 마침 */


.button.small{
	font-size:11px !important;
}

.exForm input{
	border-radius: 0;
    box-shadow: none !important;
    height: auto;
    line-height: 1.33333;
    padding: 6px 9px;
	border: 1px solid #e3e3e3;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.exForm td ul{
	list-style:none;
	padding-left:0;
	overflow:hidden;
	margin-bottom:0;
}
.exForm td ul li{
	float:left;
	margin-right:10px;
}

.exForm td ul li input[type="radio"], .exForm td ul li input[type="checkbox"] {
    margin: 4px 3px 0;
    margin-top: 1px \9;
    line-height: normal;
	display:inline-block;
	float:left;
}

.exForm td textarea{
	border: 1px solid #e3e3e3;
	width:100%;
	
}

.exForm td input[type="text"]:disabled {
    background: #f1f1f1;
}

#comments .comment-replied{
	padding-left:70px;
}