body{
	font-family:Arial;
	margin:10px;
	font-size:11pt;
}
#lovers{
	background: #FFF url('/images/lovers.jpg') no-repeat;
	position:absolute;
	z-index:0px;
	height:500px;
	width:500px;
	bottom:0px;
	margin-left:-10px;
}
a{
	color:#009999;
}
sup{
	color:blue;
}
.bold{
	font-weight:bold;
}
img{
	border-width:0px;
}
#header{
	text-align:center;
	font-size:8pt;
	z-index:5;
	position:relative;
}
#header > a{
	text-decoration:none;
}
#user_bar{
	position:absolute;
	right:15px;
}
#page{
	width: 800px;
	margin:0 auto;
	text-align:center;
	margin-top:-20px;
}
#footer{
	text-align:center;
	margin-top:40px;
	position:relative;
	z-index:11;
}
#diary{
	background: url('/images/diary.png') no-repeat;
	height:555px;
	width:742px;
	margin:auto;
	margin-top:40px;
	z-index:1;
	position:relative;
}
#diary_cover{
	background: url('/images/diary_cover.png') no-repeat;
	height:597px;
	width:363px;
	margin:auto;
	margin-top:40px;
	color:#efefef;
	z-index:10px;
	position:relative;
}
#diary_cover > #buffer{
	font-size:16pt;
	padding:40px;
}
#diary_cover > #buffer a{
	color:#fff;
}
.small{
	font-size:9pt;
	color:#999;
}
.tiny{
	font-size:8pt;
	color:#999;
}
h3{
  color:#0033FF;
}
#nooky_list{
	overflow:auto;
	height:300px;
}
#nooky_list p{
	border-bottom:1px solid #ccc;
}
#nooky_list > .nooky_notes{
	padding-left:18px;
	background: url('/images/balloons.png') no-repeat;
}
#nooky_list > .nooky_clock{
	margin-top:3px;
	padding-left:18px;
	background: url('/images/clock.png') no-repeat;
	height: 20px;
}
#nooky_list > .nooky_tags{
	margin-top:3px;
	padding-left:18px;
	background: url('/images/tag-small.png') no-repeat;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
#diary > #left_page{
	float:left;
	width:280px;
	text-align:left;
	padding-left:75px;
	padding-top:30px;
}
#diary > #left_page > #go_to_page
{
	position:absolute;
	top:515px;
	margin-left:-5px;
}
.center{
	text-align:center;
}
#diary > #right_page{
	float:right;
	width:270px;
	margin-right:60px;
	text-align:left;
	padding-left:35px;
	padding-top:30px;
	height: 500px;
}
#diary > #right_page > #go_to_page
{
	position:absolute;
	top:515px;
	margin-left:150px;
}
.middle{
	margin-left:240px;
	margin-right:240px;
}
.panel{
	background:#fffaff;
	width:200px;
	padding:10px;
	border:2px solid #d8b8e3;
}
.panel > h1{
	color: #d8b8e3;
}

.twitter {
  background: url('/images/signin_twitter.png') no-repeat top left;
  border: none;
  width: 150px;
  height: 22px;
  text-indent: -3000px;
}
.twitter:hover {
  background-position: 0px -24px;
}
.twitter:active {
  background-position: 0px -48px;
}
#calendar > #nav{
	margin:10px;
}
#calendar > table > thead > tr > th{
	font-size:11pt;
	color:#FFF;
	background:#999;
	text-align:center;
	padding:2px 5px;
}
#calendar > table > tbody > tr > td{
	width:30px;
	height:30px;
	padding:3px;
	border:1px solid #666;
	font-size:10pt;
	vertical-align:top;
	text-align:right;
	background:#FFF;
}
#calendar > table > tbody > tr > td.today{
	background:#EE3A8C;
}
#calendar > table > tbody > tr > td.today a{
	color:#fff;
}
#calendar > table a{
	text-decoration:underline;
}
#calendar > table > tbody > tr > td.notmonth{
	color:#999;
	background:#E4F1FF;
}
.when{
	width:250px;
	font-size:14pt;
}
.notes{
	width:250px;
	height:80px;
	background:#fafafa;
	padding:5px;
	font-size:12pt;
	border:1px solid #ccc;
}
.tags{
	width:250px;
	background:#fafafa;
	border:1px solid #ccc;
	padding:5px;
	font-size:14pt;
}
.avatar{
	border:1px solid #333;
	padding:2px;
	background:#fff;
}
#twitter_example{
	background:#FFF;
	padding:5px;
	border:1px solid #999;
}
#twitter_example > #tweet{
	border:1px solid black;
	padding:5px;
	font-size:10pt;
	margin-bottom:5px;
}
#twitter_example > #button{
	text-align:right;
}
#errorExplanation{
	color:#ff0000;
	font-size:10pt;
}
#errorExplanation h2{
	font-size:11pt;
}
.blue{
	color:blue;
}
.red{
	color:#FF0000;
}
.black{
	color:#000;
}
.post_it{
  background: url('/images/post_it_note.png') no-repeat;
  height: 180px;
  width: 180px;
  position:absolute;
  top:70px;
}
.post_it p{
  padding:10px 20px 15px 25px;
  font-size:10pt;
}
#logo{
  width:143px;
  height:91px;
  background: url('/images/logo_tab.png') no-repeat;
  z-index:0;
  position:absolute;
  margin-top:-35px;
  margin-left:-40px;
}
#free{
  position:absolute;
  top:200px;
  margin-left:280px;
}
#free2{
  position:absolute;
  top:50px;
  margin-left:-80px;
}
.form p{
	margin:5px 0px;
}
label{
	float:left;
	font-size:10pt;
	padding:8px 0px;
	text-align:right;
	width:68px;
}
.input{
	margin-left:75px;
}
.input input{
	font-size:12pt;
	padding:2px;
	width:180px;
	border:2px solid #666;
}
.input .fieldWithErrors input{
	border-color:#FF0000;
}
.chart{text-align:center;}
.chart > img{
	padding:4px;
	border:1px solid #666;
	background:#fff;
}
.post_it .chart{
	margin-top:-20px;
	margin-left:10px;
	margin-bottom:-20px;
}
.inline{
  display:inline;
}