@CHARSET "UTF-8";
.postIt {
	
	position:absolute;
	top:10px;
	left:10px;
	width:210px;
	border:0px solid red;
	overflow:none;
	height:200px;
	z-index:9000;
	cursor:move;
	font-size:10px;
	background-repeat: no-repeat;
	background-image: url('../images/postit_sf_1.png');
	background-position: top;
	padding-left:10px;
}
.postIt  .userPostit {
	padding-top: 25px;
	font-size:10px;
	font-weight:bold;
	color:#7F5600;
}

.postItSmall{
	
	position:absolute;
	top:10px;
	left:10px;
	width:110px;
	height:80px;
	border:0px solid red;
	overflow:none;
	z-index:9000;
	cursor:move;
	font-size:10px;
	background-repeat: no-repeat;
	background-position: top;
	padding-top:30px;
	padding-left:10px;
}

.postItText {

	width:190px;
	height:150px;
	border:0px solid red;
	overflow:hidden;
	padding:5px 0 0 0 ;
	background-color:transparent;
	font-size:12px;
	text-align:center;
	color:#9BBDE0;

}
.textPostitSmall
{
	font-size:10px;
	text-align:center;
	overflow:hidden;
	width:90px;
	height:60px;
	margin-left:2px;
	color:#9BBDE0;
}
.postController 
{
	position:absolute;
	top:0px;
	left:0px;
	cursor:pointer;
	background-repeat: no-repeat;
	background-image: url('../images/post_cont.png');
	background-position: left top;
	width:100px;
	height:125px;
	z-index:999999;
}
.closerPost
{
	cursor:pointer;
	font-size:14px;
	padding-left:10px;
	color:#A07909;
	width:20px;
	float:left;
}

.closerPostVuoto
{
	width:20px;
	height:20px;
}
.closerPost:hover
{
	cursor:pointer;
	font-size:14px;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	width:20px;
}

.makePostit {

	/*text-align:center;*/
	margin-top:20px;
	padding : 4px;
	width : 500px;
	-moz-border-radius : 10px;
	border : 1px solid #6699cc;

}

.makePostit .title {
	background-color:#586E77;
	-moz-border-radius-topleft : 7px;
	-moz-border-radius-topright : 7px;
	border-bottom : 1px solid #6699ff;
	color : #ffffff;
	font-size : 10pt;
	padding : 5px;
}

.makePostit input {
	margin : 4px;
}

.myNewPostit{
	float : left !important;
}
