h1.title {
	margin: 0; padding: 0;
	font-family: arial; font-size: 18px; font-weight: normal; color: #F00;
	margin-bottom: 16px;
}

p.bodytext {
	margin: 0; padding: 0;
	font-family: "Verdana"; font-size: 16px; color: #000;
	margin-bottom: 20px;
}

input.loginbox-email {
	border: 0;
	width: 138px;
	margin: 0; padding: 3px;

	background-repeat: no-repeat;
	font-family: verdana; font-size: 12px; color: #000;
	margin-right: 51px;
}

input.loginbox-password {
	border: 0;
	width: 138px;
	margin: 0; padding: 3px;
	background-repeat: no-repeat;
	font-family: verdana; font-size: 12px; color: #000;
	margin-right: 31px;
}

input.loginsubmit {
	margin: 0;
	font-size: 10px;	
}

form {
	display: inline;
}

img {
	border: 0;
}

input.newdream, textarea.newdream, select.newdream {
	margin: 0;
	margin-top: 4px;
}

label.newdream-label {
	cursor: pointer;
}

div.dreamed-by-area {
	position: relative;
	width: 334px; height: 61px;
	background-image: url("images/dream-by.jpg");
}

div.dreamed-by-area div.dreamed-by-text {
	position: relative;
	width: 100%; height: 100%;
	left: 10px; top: 6px;
	line-height: 1.6em;
	font-size: 10px;
	font-style: italic;
	color: #a0a0a0;
}

img.star-icon {
	margin-bottom: -4px;
}

img.userprofile {
	border: 1px solid #333333;
}

div.pagebrowser-area {
	position: relative;
	width: 100%; height: 20px;
	margin-bottom: -30px;
	border-top: 2px solid #eeeeee;
	padding-top: 10px;
}

div.pagebrowser-area div.pagebrowser-left {
	position: relative;
	width: 50%; height: 20px;
	float: left;
}

div.pagebrowser-area div.pagebrowser-right {
	position: relative;
	width: 50%; height: 20px;
	float: left;
	text-align: right;
}

div.comment-area {
	position: relative;
	width: 90%;
	margin-bottom: 44px;
	line-height: 1.5em;
}

div.comment-area div.comment-text-left {
	position: relative;
	width: 30%;
	float: left;
}

div.comment-area div.comment-text-left span.time {
	font-size: 10px; color: #bbbbbb;	
}

div.comment-area div.comment-text-right {
	position: relative;
	width: 70%;
	float: left;
	text-align: justify;
	font-size: 11px;
}

div.tabbedContent {
	position: relative;
	margin-bottom: 20px;
	border-top: 1px solid #dddddd;
	padding-top: 20px;
}

div.tabbedContentAdmin {
	position: relative;
	width: 100%;
	border: 1px solid #dddddd;
	background-color: #ffffff;
	line-height: 1.8em;
	margin-bottom: 20px;
}

div.werbunque_powered_by_JLN {
	position: relative;
	width: 99%;
	border: 1px solid #000000;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	margin-right: auto; margin-left: auto;
}

div.profileLine {
	position: relative;
	border-top: 1px dotted #bbbbbb;
	font-family: arial; font-size: 9px; color: #bbbbbb;
	width: 100%;
	margin-top: 5px;
}

div.profileLeft {
	position: relative;
	width: 28%;
	float: left;
}

div.profileRight {
	position: relative;
	width: 28%;
	left: 20px;
	float: left;
}

div.dreamlist {
	position: relative;
	width: 100%;
	border: 1px solid #eeeeee;
	background-color: #f6f6f6;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 1.8em;
}

div.dreamlist span.dreamlist-left {
	position: relative;
	left: 10px;
	color: #555555;
}

div.dreamlist div.dreamlist-right {
	position: relative;
	width: 30%;
	float: right;
	left: -10px;
	text-align: right;
}

table.smalltext {
	font-size: 10px; font-family: verdana;
	margin: 0; padding: 0;
}

td.firstLine {
	border-bottom: 1px dotted #dddddd;
	background-color: #eeeeee;
	font-weight: bold;
}

td.lastLine {
	border-top: 1px dotted #dddddd;
}

span.boldtext {
	font-weight: bold;
}

div.categories {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	font-size: 11px;
	text-align: left;
}

span.lheight {
	line-height: 1.5em;
}


