#item
{
	padding: 0;
	margin: 0;	
}
#item table
{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	width: 100%;
}
#item td
{
	vertical-align: top;
}
#item .title
{
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0;
	font-variant: normal;
}
#item .title a:link, #item .title a:visited
{
	font-size: 20px;
	font-weight: bold;
	font-variant: normal;
}
#item a:link, #item a:visited
{
	font-variant: normal;
}
#item .date
{
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
}
#item .buttons /* back next buttons */
{
	border: 0px solid black;
	font-weight: bold;
	font-size: 10px;
}
#item .buttons a:link
{
	border: 0px solid black;
	font-weight: bold;
	font-size: 10px;
}

#item .buttons a:visited /* back next buttons */
{
	border: 0px solid black;
	font-weight: bold;
	font-size: 10px;
}
#item .sp /* share print */
{
	text-align: right;
	border: 0px solid black;
}
#item .share, #item .print 
{	
	padding: 1px 0 0 1px;
}
#item .csv /* comments shared viewed */
{
	text-align: right;
	font-size: 10px;
	font-weight: normal;
	font-variant: normal;
}
#item .owner_title,#item a:link,#item a:visited /* comments shared viewed */
{
	font-size: 11px;
	font-weight: bold;
	font-variant: normal;
}
#itemcomment
{
	border: 0px solid red;
}
#itemcomment a:link,#itemcomment a:visited
{
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	font-family: sans-serif;
}
#itemcomment a:hover{text-decoration: underline;}
#itemcomment .formbox,input,textarea
{
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;
/*	margin: 2px 20px 0 20px;*/
/*	margin: 0; */
	background: #ffffff;
	border: 1px solid #cccccc;
	padding: 3px;
	font-family: sans-serif;
}
#itemcomment textarea
{
	border: 1px solid #cccccc;
}
#itemcomment .draw
{
	font-size: 12px;
	font-weight: normal;
	font-variant: normal;	
	color: #000000;
	padding: 4px;
	margin: 0px;
	background-color: #ffffff;
	border: 0px solid #e1e1e1;
	font-family: sans-serif;
}
#itemcomment .drawtitle,#itemcomment a:visited,#itemcomment a:link
{
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
	padding: 2px;
	margin: 2px;
	background-color: #ffffff;
	font-family: sans-serif;
}
#item_input
{
	margin: 0;
	padding: 5px;
	font-size: 12px;
	background: #ffffff;
}
#item_input input,#item_input textarea
{
	border: 1px solid #cccccc;
/*	width: 450px; */
}
#item_input textarea
{
	font-size: 20px;
}
#item_input table
{
	margin: 0;
	padding: 0px;	
	width: 100%;
	background: #ffffff;
	border: 0px solid black;
}
#item_input td
{
	vertical-align:top;
}
#item_input .title
{
	font-weight:bold;
	font-size: 13px;
	color: #000000;
}