/* style for original decoration method							*/
/* this stylesheet does not apply to grid ordering method		*/


#user_config
	{
	float: left;
	clear: left;
	width: 100%;
	padding-top: 10px;
	border-top: 1px dotted #e1e1e1;
	}


#decoration_options
	{
	border: 1px solid;
	}

#decoration_options caption
	{
	margin: 1em 0 0;
	}

#decoration_options td
	{
	border: none;
	padding: 1em 1em 1.5em;
	}

	#decoration_options input
	{
	margin-right: .5em;
	}


	#decoration_options label
	{
	font-weight: bold;
	}


#decoration_options, #decoration_options th, #decoration_options td
	{
	background: #fff;
	}

