body {
	margin: 0;
	padding: 0;
	background-color: #2B454D;
	text-align: center;
}

body,
input,
textarea,
button,
select
th,
td {
	font-size: 14px;
}

* {
	font-family: Arial, FreeSans, Helvetiva;
	margin: 0;
}

p {
	margin: 10px 0;
}

h1,
h1 a {
	font-size: 32px;
}
h2,
h2 a {
	font-size: 28px;
}

h3,
h3 a {
	font-size: 24px;
}

h4,
h4 a {
	font-size: 20px;
}

h5,
h5 a {
	font-size: 16px;
}

h6,
h6 a {
	font-size: 12px;
}

a {
	font-weight: bold;
	color: #0f92c4;
	outline: none;
}

a:visited {
	color: #2a5db0;
}

.clear {
	clear: both;
}

.alert,
.error,
.success {
	padding: 10px 10px 10px 40px;
	margin: 10px 0;
	border: 1px solid;
	list-style-type: none;
}

.alert p,
.error p,
.success p {
	margin: 0 0 10px;
}

.alert {
	background: #ffffaf url(../../img/icons/alert16.png) no-repeat 10px 7px;
	padding-left: 25px;
	border-color: #fc0;
}

.error,
#flash-not-installed {
	background: #ffd5d5 url(../../img/icons/error16.png) no-repeat 10px 10px;
	border-color: #ff8080;
}

.success {
	background: #ccffaa url(../../img/icons/success16.png) no-repeat 10px 10px;
	border-color: #71c837;
}

#flash-not-installed {
	border: none;
	height: 100%;
	overflow: hidden;
}

#flash-not-installed a {
	height: 100%;
	display: block;
	padding: 10px 0 0 40px;
}

#flash-not-installed a:hover {
	color: red;
}

#feedback-button {
	height: 100px;
	margin: -45px 0 0;
	position: fixed;
	top: 45%;
	right: 0;
	width: 30px;
	z-index: 100001;
}

#feedback-button a img {
	border: none;
}

#footer-body ul.l{
	padding: 0;
	margin:10px 0;
	list-style-type:none;
}
#footer-body ul.l li{
	display: inline;
	margin: 0 5px;
}
#footer-body ul.l li a{
	font-size: 11px;
	text-decoration:none;
}
