@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 5em;
	font-weight: normal;
}
h1, h2, h3 { 
	margin-bottom: 0.5em; 
}
p {
	font-size: 1.2em;
	margin-bottom: 1em;
}
small {
	font-size: 80%;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
}
a img { 
	border: none; 
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

/*=Feedback messages
------------------------------------------------------------------------------*/
.message {
	padding: 1em 1em 1em 50px;
	margin: 1em 0em;
	font-weight: bold;
}
.success {
	background: #ABCE5F url(../admin/images/icons/success.gif) no-repeat 5px;
	background-repeat: no-repeat;
	border: 0.2em solid #007437;
	color: #007437;
}
.error {
	background: #F69679 url(../admin/images/icons/error.gif) no-repeat 5px;
	border: 0.2em solid #BA131A;
	color: #BA131A;
}