body {
	color: #303030;
}

td.formlabel {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

td.formitem {
	text-align: left;
	white-space: nowrap;
	vertical-align: top;
}

.fineprint {
	font-size: 10px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: normal;
}

img {
	border: 0px;
}

.error {
	color: #a00000;
}

span.link {
	text-decoration: underline;
	color: blue;
	cursor: hand;
	cursor: pointer;
}

span.privacyAll {
	background-color: #e00000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border: 1px solid black;
	padding: 0.25em;
	cursor: hand;
	cursor: pointer;
}

span.privacyFriends {
	background-color: #ffff80;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border: 1px solid black;
	padding: 0.25em;
	cursor: hand;
	cursor: pointer;
}


span.privacyFamily {
	background-color: #80ffff;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border: 1px solid black;
	padding: 0.25em;
	cursor: hand;
	cursor: pointer;
}

span.privacyOwner {
	background-color: #00e000;
	font-family: sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	border: 1px solid black;
	padding: 0.25em;
	cursor: hand;
	cursor: pointer;
}


div.smallstickypink, div.smallstickypurple, div.smallstickygreen,div.smallstickyorange,div.smallstickyblue,div.smallstickyyellow {
	padding: 0px;
	margin: 0px;
	width: 20px;
	height: 15px;
	cursor: hand;
	cursor: pointer;
}

div.smallstickypink {
	background-color: #f6bdc6;
	border: 3px solid #f4a6b3;
}

div.smallstickypurple {
	background-color: #d9c1f1;
	border: 3px solid #c9a9ed;
}

div.smallstickygreen {
	background-color: #b5e9a1;
	border: 3px solid #95e378;
}

div.smallstickyorange {
	background-color: #fad3aa;
	border: 3px solid #fac486;
}

div.smallstickyblue {
	background-color: #a8b2e3;
	border: 3px solid #8494da;
}

div.smallstickyyellow {
	background-color: #f7f59e;
	border: 3px solid #f4f374;
}

div.journal {
/*	position: relative;*/
	margin: 0 auto;
	margin-top: 1.0em;
	width: 700px;
	background-image: url("images/journalgreen.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	border: 1px solid black;
}

div.stickyavatar {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 80px;
	width: 60px;
}

span.stickyHeader {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 680px;
	color: black;
	font-family: "comic sans", "comic sans ms", fantasy, sans-serif;
	font-size: 36px;
	text-align: center;
}	


span.stickyFooter {
	position: absolute;
	top: 480px;
	left: 10px;
	width: 680px;
	color: white;
	font-family: "comic sans", "comic sans ms", fantasy, sans-serif;
	font-size: 24px;
	text-align: center;
}

div.pink {
	position: relative;
	width: 700px;
	height: 525px;
	background-image: url("images/stickies/pink.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.purple {
	position: relative;
	width: 700px;
	height: 525px;
	background-image: url("images/stickies/purple.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.green {
	position: relative;
	width: 700px;
	height: 525px;
	background-image: url("images/stickies/green.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.orange {
	position: relative;
	width: 700px;
	height: 525px;
	background-image: url("images/stickies/orange.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.blue {
	position: relative;
	width: 700px;
	height: 525px;
	background-image: url("images/stickies/blue.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}

div.yellow {
	position: relative;
	width: 700px;
	height: 525px;
	background-image: url("images/stickies/yellow.jpg");
	background-position: top left;
	background-repeat: no-repeat;
}
