.content
{
  position: relative;
}

h2.name
{
  margin-bottom: 42px !important;
}

.err,
.action
{
  clear: both;
  color: #f00;
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 15px 0 !important;
}

.subnavigation
{
  position: absolute;
  top: -36px;
  left: 0;
  z-index: 9999;
  margin: 0 !important;
}

table.story_edit_table
{
	border-collapse:collapse;
	margin: 5px 0 0 0;
}

table.story_edit_table td
{
	padding:8px 4px 8px 0;
}

td.story_edit_label
{
  font-size: 13px;
	text-align: left;
	width:70px;
	font-weight:bold;
	vertical-align:top;
}

input.story_edit_input,
textarea.story_edit_area
{
	width: 450px;	
	border: 1px solid gray;
}
textarea.story_edit_area
{
	height: 350px;
	border: 1px solid gray;
}

td.story_edit_colspan
{
  padding: 12px 0 0 73px !important;
	text-align:left;
}

.storyList
{
  border-collapse: collapse;
  margin: 5px 0 15px 0 !important;  
}

.storyList td
{
  padding: 5px 20px 5px 6px;
}

.storyList .story_name
{
  width: 
}

.storyList tr.alt td
{
  background: #EDEEF7;
}
