#errors {
	margin-left: 0;
	margin-bottom: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	color: #691312;
	background: #FF8583;
	border: #9F4C4B 2px dotted;
}

#notification {
	width: 100%;
	height: 100px;
	/*background: url('/exclamation.jpg') 20px 0px no-repeat #BBFFBB;*/
	background: #BBFFBB;
	border-bottom: 2px dotted #005500;
	text-align: center;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
}

#notification div.text {
	color: #002200;
	font-family: arial, sans-serif;
	font-size: 14px;
	padding-top: 40px;
	padding: 40px 120px 0px 120px;
}

#notification div.hide a {
	position: absolute;
	right: 5px;
	bottom: 2px;
	color: #002200;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#notification div.hide a:hover {
	text-decoration: underline;
}

#show-notification {
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	right: 0;
	padding: 5px;
	/*background: url(/error.png) no-repeat 5px 3px #BBFFBB;*/
	background: #BBFFBB;
	border-bottom: 2px dotted #005500;
	border-left: 2px dotted #005500;
}

#show-notification a {
	color: #002200;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

#show-notification a:hover {
	text-decoration: underline;
}

a img {
	border: 0;
}

.contact {
	margin: 0px 10px 10px 20px;
}

#iframe-component {
	width: 100%;
	border: 0;
}

.clear-content {
	clear: both;
}

#footer p {
	margin: 0;
}

#content input[type=text], #content input[type=password] {
	width: 250px;
}

#content textarea {
	width: 250px;
	height: 100px;
}