/* CSS Document */

/* WEBSITE Stylesheet */

/**********
TAGBOARD
**********/

div#layer_main_tagboard
{
	width:175px;
}

div#layer_input_tagboard
{
  border-width:1px 1px 1px 1px;
  border-style:solid;
  border-color:purple; 
	margin-bottom:5px;
	width:170px;
	padding:2px;
	background-color:#de66dd;
}

div#layer_content_tagboard
{
}

span#span_title_tagboard
{
	font-weight:bold;
	font-size:14px;
	color:white;
	
}

.content_tagboard
{
  border-width:1px 1px 1px 1px;
  border-style:solid;
  border-color:purple; 
	margin-bottom:5px;
	width:170px;
	padding:2px;
	overflow:hidden;
	background-color:#de66dd;
}

.span_date_post_tagboard
{
}

.span_nickname_tagboard
{
	color:white;
	font-weight:bold;
}

.span_content_tagboard
{
}

.label_tagboard_input
{
}

div#layer_nickname_tagboard
{
	margin-top:5px;
}

div#layer_post_content_tagboard
{
	margin-top:5px;
}

div#layer_send_post_tagboard
{
	margin-top:5px;
}

input#nickname_tagboard
{
	width:110px;
}

input#post_content_tagboard
{
	width:110px;
}
