/* CSS Document */

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #999999;
	text-decoration: underline;
}

#footer {
	text-align: center;
	font-size: 0.6em;
	color: #999999;
}

body {
	color: #515151;
	font-family: Verdana, Arial, Sans-Serif;
}

#content {
	font-size: 0.8em;
}

h1 {
	display: block;
	height: 25px;
	font-size: 1.2em;
	border-bottom: 1px solid #8c8c8c; 
	line-height: 1.2em;	
}

h2 {
	font-size: 1.0em;
	line-height: 1.0em;
}

h3 {
	font-size: 0.9em;
	font-weight: bold;
}

h1,h2 {
	padding: 0;
	margin: 0;
	padding-top: 20px;
	margin-bottom: 5px;
}

p {
	margin: 0;
	margin-bottom: 13px;
}

form legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
}

form label {
	width: 120px;
	display: block;
	line-height: 1.8;
	vertical-align: top;
}

form input {
	width: 20em;
}

form textarea {
	width: 100%;
}

form button {
	width: 10em;
	height: 20px;
}

form fieldset ol {
	margin: 0;
	padding: 0;
}

form fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
}

form fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}

form fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}

form fieldset fieldset label {
	display: block;
	width: auto;
}

form em, .form em {
	font-weight: bold;
	font-style: italic;
	color: #f00;
}

form fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */

/*\*//*/ form.formgen legend { display: inline-block; } /* IE Mac legend fix */

form {
	width: 100%;
	font-size: 0.9em;
	color: #333;
}

form legend { padding-left: 0;}

form legend, form.formgen label { color: #333; }

form fieldset {
	border: none;
	border: 1px solid #BFBFBF;
/*	background: url(../images/formgen-fieldset.gif) left bottom repeat-x; */
}

form fieldset fieldset { background: none; }

form fieldset li {
	padding: 5px 10px 7px;
/*	background: url(../images/formgen-divider.gif) left bottom repeat-x; */
}