@charset "utf-8";
/* CSS Document */
::selection{
	background-color:#55595c;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}

::-moz-selection {
	background-color:#55595c;
	color:#fff;
	text-shadow: 0 1px 0 #000;
}

#my-notes {
	width:415px;
	margin:0 auto;
}

#my-notes h1 {
	font:25px 'Lobster', Helvetica, arial, serif; 
	color:#55595c;
	padding-bottom:30px;
}

#notes {
	width:407px;
	min-height:120px;
	margin-bottom:30px;
	margin-right: auto;
	margin-left: auto;
	text-align:left;
	position:relative;
	z-index:98;
}

.note {
	width:407px;
	min-height:120px;
	margin-bottom:30px;
	background: #f7f7f6;
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#f7f7f6 ), to(#efefee));
	background: -moz-linear-gradient(-90deg, #efefee, #f7f7f6 ) ;
	-webkit-box-shadow:  inset 0  1px 0 #fff, 0 1px 1px #A9AEB1; 
	-moz-box-shadow:  inset 0 1px 0 #fff, 0 1px 1px #A9AEB1; 
	box-shadow: inset 0  1px 0 #fff, 0 1px 1px #A9AEB1; 
	 /*-moz-transform: rotate(1deg);
 -webkit-transform: rotate(1deg);*/
	text-align:left;
	position:relative;
	z-index:100;
}

.tape {
	width:62px;
	height:24px;
	position:absolute;
	background:white;
	border:1px solid #cbcbcb;
	top:-14px;
	left:174px;
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#fafafa ), to(#cfcfcf));
	background: -moz-linear-gradient(-90deg, #cfcfcf, #fafafa ) ;
	-webkit-box-shadow:  inset 0  1px 0 #fff; 
	-moz-box-shadow:  inset 0  1px 0 #fff;
	box-shadow: inset 0  1px 0 #fff;
	-moz-transform: skew(-8deg);
	-webkit-transform: skew(-8deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	opacity:.3;
}
.line {
	width:1px;
	height:100%;
	top:0;
	left:16px;
	background:#d8d8d7;
	position:absolute;
}
.bg {
	width:100%;
	height:100%;
	top:-11px;
	position:absolute;
	z-index:-4;
	background: -moz-linear-gradient(center top , rgba(255,255,255, 0) 93%, #d8d8d7 98%);
	background: -webkit-gradient(linear, 0 99%, 0 89%,  from(#d8d8d7) , to(rgba(255,255,255, 0)));
	-webkit-background-size: 50px 30px;
	background-size: 50px 30px;
	-moz-background-size: 50px 30px;
}
.text {
	width:356px;
	padding:19px 0 27px 27px;
}
.text p, .text textarea {
	color:#50575c;
	font:29px/31px 'Reenie Beanie', Helvetica, arial, serif;
}

.text textarea{
	min-width:356px;
	line-height:30.5px;
	background:none;
	color:#88a6ba;
	border:none;
	padding:0;
	margin:0;	
	overflow:hidden;
	resize: none;

}

.add {
	display:block;
	width:85px;
	height:30px;
	padding:2px;
	margin-top:20px;
	margin:0 auto;
	margin-bottom:30px;
	background:#D8DADC;
	-webkit-border-radius: 20px;
	-moz-border-radius:  20px;
	border-radius: 20px;
	-webkit-box-shadow:  inset 0  1px 1px #B8B8B8 , 0 1px 0#fff; 
	-moz-box-shadow:  inset 0 1px 1px #B8B8B8 , 0 1px 0 #fff; 
	box-shadow: inset 0  1px 1px #B8B8B8 , 0 1px 0 #fff; 
	
}

.add a{
	text-align: center;
	display:block;
	line-height:28px;
	background:#e6eaed;
	border:1px solid #babfc2;
	text-decoration:none;
	color:#646668;
	text-shadow:0 1px 0 #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius:  20px;
	border-radius: 20px;
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#e0e6ea ), to(#eceff2));
	background: -moz-linear-gradient(-90deg, #eceff2, #e0e6ea ) ;
	-webkit-box-shadow:  inset 0  1px 0 #fff; 
	-moz-box-shadow:  inset 0  1px 0 #fff;
	box-shadow: inset 0  1px 0 #fff;
}

.add a:hover {
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#eff7fc ), to(#f5fafd));
	background: -moz-linear-gradient(-90deg, #f5fafd, #eff7fc ) ;
}

.add a:active {
	color:#fff;
	text-shadow:0 1px 1px #343c41;
	border:none;
	background: -webkit-gradient(linear, 0 bottom, 0 top, from(#dadedf ), to(#c7cdcf));
	background: -moz-linear-gradient(-90deg, #c7cdcf, #dadedf ) ;
	-webkit-box-shadow:  inset 0  1px 1px #868a8c; 
	-moz-box-shadow:  inset 0  1px 1px #868a8c;
	box-shadow: inset 0  1px 1px #868a8c;
}

a {
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}
a.boxtuffs{
	text-decoration:none;
	color:#288a6b;
	font-size:12px;
	font-weight:normal;
}

a.boxtuffs:hover {
	color:#0c392b;
}