/**
 * Main layout
 */

html {
	background-color: #e7e7cf;
}

/**
 * General form layout
 */

input, textarea, select {
	color: #556074;
	border: 1px solid #c7c7bc;
	background-color: #f2f3ee;
}

input[readonly],textarea[readonly] {
	color: #c7c7bc;
}

/**
 * Fieldset form layout
 */

fieldset {
	border: 1px solid #c7c7bc;
}

fieldset legend {
	border: 1px solid #c7c7bc;
}

fieldset li label.floated {
	float: none;
	width: auto;
	margin-right: 0;
	text-align: inherit;
}

/**
 * Design
 */

#menu {
	font-weight: bold;
	color: #f46c00;
	text-decoration: none;
}

#menu a:link, #menu a:visited {
	font-weight: normal;
	color: #5d5d4d;
	text-decoration: none;
}

#menu a:hover, #menu a:focus {
	color: #f46c00;
	text-decoration: none;
}

#signal {
	padding-left: 5em;
	padding-right: 5em;
}

#signal ul {
	margin: 0;
}

#signal li.error {
	color: #f46c00;
}

#content h1 {
	font-size: 1.5em;
	color: #f46c00;
	font-weight: bold;
	background: url(title.t.png) no-repeat left;
	height: 28px;
	padding-left: 30px;
}

#bottom {
	padding-top: 35px;
}

#footer {
	padding-top: 35px;
	text-align: left;
	font-variant: small-caps;
}

#footer-copy p.first {
	margin-top: 0;
}

#footer-copy p {
	font-size: 0.9em;
	color: #6f6f6f;
}

