html {
	background: url('../images/sky.png') 0 0 repeat-x;
}

body {
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: url('../images/border.jpg') 0px 200px repeat-x; 
	height: 1100px;
}

#new-message {
	display: none;
	-moz-box-shadow: 5px 5px 15px red;
	-webkit-box-shadow: 5px 5px 15px red;
	box-shadow: 5px 5px 15px red;	
}

.message, .new-message {
	position: absolute;
	font-size: 14px;
	left: 20%;
	top: 200px;
	padding: 0.7em 1em;
	border: 1px dashed #ccc;
	white-space: nowrap;
	box-shadow: 0 0 5px #aaa;
	-webkit-box-shadow: 0 0 5px #aaa;
	-moz-box-shadow: 0 0 5px #aaa;
}

#super-border .new-message {
	border: 3px dotted red;
	z-index: 1000;
	left: 35%;
	top: 250px;
	cursor: move;
}

#switch-type {
	white-space: nowrap;
	position: absolute;
	left: 70%;
	top: 60px;
	margin-top: -2em;
	display: none;
}

.yellow {
	background: #FFFFCF;
	border: 1px solid #eFeFbF;
}

.red {
	background: #FFBFBF;
	border: 1px solid #efafaf;	
}

.blue {
	background: #CFEEFF;
	border: 1px solid #bfdeef;
}

.green {
	background: #CFFFD1;
	border: 1px solid #bfdef1;
}

.orange {
	background: #FFE2BF;
	border: 1px solid #efd2af;
}

.pink {
	background: #FDDFFF;
	border: 1px solid #edcfef;
}

#super-border {
	position: absolute;
	top: 250px;
	left: 0;
	width: 100%;
	height: 850px;
	overflow: hidden;
}

#twit-container {
    position: absolute;
    left: 0;
    top: 132px;
    width: 100%;
    height: 85px;
    overflow: hidden;
}

#twit-container div {
    position: absolute;
    left: 922px;
    top: 0;
    width: 84px;
    height: 85px;
    background: url('../images/twit.jpg') top left no-repeat;
}

#add-form {
	width: 20em;
	border: 1px dotted #ccc;
	padding: 1em;
	-moz-box-shadow: 1px 1px 10px #999;
	-webkit-box-shadow: 1px 1px 10px #999;
	box-shadow: 1px 1px 10px #999;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;		
}

#add-text {
	font-size: 1.6em;
	display: none;
}

#add-container {
	position: absolute;
	left: 70%;
	top: 60px;
	z-index: 1000;
}

#add-form {
	display: none;
	position: absolute;
	left: 0;
	top: 2.7em;
	background: #f5f5f5;
	line-height: 1.5em;
}

.ps {
	font-size: 10px;
	color: #aaa;
	font-style: italic;
}

.nopad {
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

.cube {
	display: inline-block;
	width: 16px;
	height: 16px;
	border: 1px solid #aaa;
	margin-right: 10px;
	cursor: pointer;
}

#add-form span.selected {
	border: 1px solid #000;
}

h1 {
	position: absolute;
	left: 50%;
	top: 50px;
	padding: 0;
	margin: 0;
	margin-left: -6em;
	color: #333;
	font-size: 2.6em;
	font-weight: normal;
	font-family: Georgia, serif;
}

h1 span {
	font-size: 14px;
	font-style: italic;
	color: #333;
	display: block;
	margin-top: 4px;
}

span.inside {
	color: #0C569C;
	border-bottom: 1px dashed #0C569C;
	line-height: 1.5em;
	font-weight: normal;
	cursor: pointer;
}

span.inside-selected {
	color: #000;
	border-bottom: none;
	font-weight: bold;
	line-height: 1.5em;
	cursor: default;
}		