﻿body 
{
	padding: 0 10px;
}

div#container
{
	width: 750px;
}

h1, h2, h3
{
	text-align: center;
}

p#title
{
	text-align: center;
	font-weight: bold;
}

form
{
	width: 750px;
	/*font-size: 1.1em;*/
	color: #333;
	font: normal 75% "Lucida Grande", Helvetica, Verdana, Arial;
}

form fieldset
{
	margin-bottom: 10px;
	border: none;
	border-top: 1px solid #C9DCA6;
	/* background: url(images/attedit-fieldset.gif) left bottom repeat-x; */
}
	
form legend
{
	padding: 0 2px;
	font-weight: bold; 
	_margin: 0 -7px; /* IE Win */
}

form label
{
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;	
}

form legend, form label
{
	color: maroon;
}

form fieldset ol
{
	margin: 0;
	padding: 0;
}

form fieldset li
{
	list-style: none;
	padding: 5px;
	margin: 0;
	padding: 5px 10px 7px;
	/* background: url(images/attedit-divider.gif) left bottom repeat-x; */
}

form em
{
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form input.submit
{
	margin-left: 50px;
	margin-right: 50px;
}

/*\*//*/ form.attedit legend { display: inline-block; } /* IE Mac legend fix */