/* Bushido Publishing Application Stylesheet */

body
{
        font: 0.9em Georgia,"Times New Roman",Times,serif;
        margin: 0px 80px;
}

a:link    {color:#ff0000; text-decoration:none;}      /* unvisited link */
a:visited {color:#ff0000; text-decoration:none;}      /* visited link */
a:hover   {color:#ff00ff; text-decoration:underline;} /* mouseover link */
a:active  {color:#0000ff; text-decoration:underline;} /* selected link */

.page_title
{
	font-size: 3em;
	text-align: center;
}

.page_subtitle
{
	font-size: 2.6em;
	text-align: center;
}

.section_frame
{
	border: 1px solid black;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 10px 0px;
}

.section_heading
{
	font-size: 2em;
	border-bottom: 1px solid black;
	background-color: red;
	padding: 0px 5px;
}

.section_body
{
	padding: 0px 5px;
}

.round_frame
{
	border: 1px dotted gray;
	background-color: lightyellow;
	margin: 0px 5px;
}

.round_heading
{
	font-size: 1.8em;
	background-color: lightgray;
	border-bottom: 1px dotted gray;
	padding: 0px 5px;
}

.round_body
{
	padding: 0px 10px;
}

.rest
{
	font-size: 1.2em;
}

.footer
{
	padding: 5px;
	color: white;
	background-color: gray;
	clear: both;
}

label
{
	width: 20em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

input
{
	width: 4em;
	color: #781351;
	background: #fee3ad;
	border: 1px solid #781351;
}

.submit input
{
	width: 12em;
	color: white;
	background: red;
	border: 2px outset #d7b9c9;
	margin-left: 22em;
} 

fieldset
{
	border: 1px solid #781351;
	width: 40em;
}

legend
{
	color: white;
	background: red;
	border: 1px solid #781351;
	padding: 2px 6px;
}

