input {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica;
}

a {
	color: #444444;
	text-decoration: none;
}
a:hover {
	color: black;
}
a.nobg {
	background-color: transparent;
}

.r {
	text-align: right;
}

.c {
	text-align: center;
}

.l {
	text-align: left;
}

.strong {
	font-weight: bold;
}

ul {
	list-style-position: inside;
}

img {
	border-width: 0;
}

div.message {
	position: absolute;
	top: 300px;
	margin: 10px auto;
	z-index: 5;
	text-align: center;
	width: 100%;
}

div.innermsg {
	text-align: left;
	width: 400px;
	background-color: #dddddd;
	margin: 0 auto;
	border: 2px solid black;
	padding: 10px;
	color: black;
}

div.innermsg img {
	border-width: 0px;
	padding-right: 2px;
	padding-bottom: 2px;
	float: left;
}

div.lyrics {
	font-size: 9px;
	width: 400px;
	float: left;
	height: 400px;
	overflow: auto;
	margin-right: 10px;
	margin-top: 10px;
	padding: 5px;
}

.centertable table {
    margin: 0 auto;
}

table.tform td.fielderror {
    background-color: #ffaaaa;
	border: 1px solid #885555;
	padding: 2px;
}

ul.errlist {
	margin: 0;
}

.loading {
	background-image: url('/media/images/prostob-anim.gif');
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

div.gallery {
	clear: both;
	margin: 10px 0;
}

div.indent {
	padding-top: 5px;
}
div.objecttitle {
	font-size: 14px;
	font-weight: bold;
}
table.userinfo td {
	/* padding-left: 10px; */
}

.btnlogin {
	border: 1px solid white;
	background-color: transparent;
	color: white;
}

.tbcontent .tb-left img {
	vertical-align: top;
}

