body {
	background: #fff url('../images/background-body.gif') top left repeat-x;
	color: #242424;
	font: normal normal normal x-small/1.5 'Lucinda Grande', Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 10px 0 0 0;
}
a,
a:hover {
	color: #7fa801;
	text-decoration: none;
}
a:hover {
	color: #e16433;
}
a img,
a:hover img {
	border: none;
}

.content {
	margin: auto;
	width: 950px;
}
.clear-float:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/** BEGIN Form Styles */
form {
	margin: 0;
	padding: 0;
}
	form ol,
	form ul {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
label {
	color: #888;
	display: block;
	font-size: 110%;
	font-weight: bold;
	padding: 0 0 0.2em 0;
}
input,
textarea {
	color: #242424;
}
input[type="text"],
input[type="password"],
textarea {
	background-color: #fff;
	border: 1px solid #999;
	font-family: 'Lucida Console', 'Monaco', 'Courier New', Courier, monospace;
	font-size: 125%;
	padding: 5px;
}
input[type="file"] {
	margin-bottom: 1.5em;
}
input[type="text"],
input[type="password"] {
	width: 20em;
}
textarea.wide {
	width: 432px;
}
input.big {
	font-size: 1.5em;
}
form .more_options_link {
	border-bottom: 1px dotted #999;
	display: block;
	margin-bottom: 10px;
}
form button {
	float: right;
}
/** END Form Styles */

/** BEGIN Notice CSS */
div.notice,
div.message,
div.warning {
	color: #242424;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
	padding: 10px;
}
	div.notice .icon,
	div.message .icon,
	div.warning .icon {
		display: block;
		float: left;
		height: 24px;
		margin-right: 10px;
		overflow: hidden;
		width: 24px;
	}
		div.notice .icon span,
		div.message .icon span,
		div.warning .icon span {
			visibility: hidden;
		}
div.notice {
	background: url('../images/dots-green.gif') repeat top left;
	border: 1px solid #9c0;
}
	div.notice .icon {
		background: url('../images/icon-notice.png') no-repeat center left;
	}
div.message {
	background: url('../images/dots-blue.gif') repeat top left;
	border: 1px solid #d1e3f6;
}
div.warning {
	background: url('../images/dots-red.gif') repeat top left;
	border: 1px solid #e16433;
}
	div.warning .icon {
		background: url('../images/icon-warning.png') no-repeat center left;
	}
div.notice .sub,
div.message .sub,
div.warning .sub {
	font-size: .9em;
	color: #888;
	margin-left: .5em;
}
/** END Notice CSS */
