

/******************** 게시판 글쓰기 *********************/


#bbs_write_top_btn { text-align:right; width:100%; height:40px; } 

table.bbs_write {
    border-collapse: collapse;
    margin: 0;padding: 0;
	width:100%;
	text-align:left;
   border-top: 1px #eee9e0 solid;
   border-bottom: 1px #eee9e0 solid;
}

.bbs_write th, .bbs_write td {
    border-bottom: 1px #eee9e0 dashed;
    padding: 3px 10px;
	height:27px; 
	text-align:left; 
}


.bbs_write th { width:80px; padding-left:25px; color:#333; background: url(../bbs_img/bul.gif) no-repeat  10px center; text-align:left; }
.bbs_write td {  padding-left:0px; color:#333;  }

.bbs_write th span {  padding-left:0px; color:#666;  font-size:11px; font-weight:normal; }
.bbs_write td span {  padding-left:15px; color:#ff6600;  font-size:11px; }
.bbs_write td p {  padding:5px 0; color:#333;  }


thead th,thead td, tfoot th, tfoot td {
    background-color: #cc9;
    font-size: 1.0em;
    vertical-align:middle;
}


 table.bbs_write .write_wname {
    color:#000; font-weight: bold; 
}

 table.bbs_write .write_wname span {
    color:#666; font-weight: normal; 
}

/*마우스 온오버*/
.bbs_write tbody th, .bbs_write td        { background-color:#FFF;}
.bbs_write tbody tr:hover td, .bbs_write tbody tr:hover th {background-color: #fffbf3;}





#bbs_write_content {
	padding:10px 10px 10px 0;
	color:#474747;  font-size:12px; letter-spacing: -0.02em;  line-height: 120%; 
	border-bottom: 0px #ddd4c5 solid;

}





#bbs_write_link {
	padding:10px 30px;
	background:#f9f9f9;
	border-bottom: 1px #ddd4c5 solid;
	border-top: 1px #ddd4c5 solid;
	text-align:left; 

}

#bbs_write_link p {
	color:#333; font-weight: bold; 
	margin-bottom:5px; 
}

#bbs_write_file {
	padding:10px 30px;
	background:#f9f9f9;
	border-bottom: 1px #ddd4c5 solid;
	text-align:left; 
}
#bbs_write_file p {
	color:#333; font-weight: bold; 
	margin-bottom:5px; 
}

#bbs_write_file p span{
	 padding-left:0px; color:#ff6600;  font-size:11px; font-weight:normal;
}


