
.skip {
	position: absolute;
	left: -10000px;
}

a img {
	border: none;
}

.error,
div#content p.error {
	display: block;
	color: #C0272D;
	font-weight: bold;
	padding: 5px !important;
	margin: 5px 0px !important;
	border: 1px solid #f6b8bb;
}
.success,
div#content p.success {
	display: block;
	color: #0066CC;
	font-weight: bold;
	padding: 5px !important;
	margin: 5px 0px !important;
	border: 1px solid #aed5fd;
}

div#bugbar {
   height: 20px;
   line-height: 20px;
   background: #FFFFE1;
   padding: 5px 10px;
   border-bottom: solid 1px #ccc;
   position: relative;
   font-size: 0.85em;
   overflow: hidden;
}
div#bugbar a {
   position: absolute;
   top: 5px;
   cursor: pointer;
   color: #000;
}
div#bugbar a#close {
   right: 10px;
}
div#bugbar a#expand {
   left: 5px;
   text-decoration: none;
   color: blue;
}

input.button.right,
a.button.right {
	float: right;
}