.postit {
background:#fefabc; 
padding:15px; 
font-family: 'Calibri', cursive; 
font-size:15px; 
color: #000; 
width:200px; 

float:left;
-moz-transform: rotate(7deg);
-webkit-transform: rotate(7deg);
-o-transform: rotate(7deg);
-ms-transform: rotate(7deg);
transform: rotate(7deg);

box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

}

.postit2 {
background:#fefabc; 
padding:15px; 
font-family: 'Calibri', cursive; 
font-size:15px; 
color: #000; 
width:200px; 

-moz-transform: rotate(3deg);
-webkit-transform: rotate(3deg);
-o-transform: rotate(3deg);
-ms-transform: rotate(3deg);
transform: rotate(3deg);


box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

float:left;
/*clear:right;*/

/*margin-top:-50px*/

}

.postit3 {
background:#fefabc; 
padding:15px; 
font-family: 'Calibri', cursive; 
font-size:15px; 
color:#000;
width:200px; 

-moz-transform: rotate(-3deg);
-webkit-transform: rotate(-3deg);
-o-transform: rotate(-3deg);
-ms-transform: rotate(-3deg);
transform: rotate(-3deg);


box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

float:left;
clear:left;

/*margin-top:-50px; */
margin-right:0px;

}

.postit4 {
border-radius: 25px;
background:#bdddf5; 
padding:15px; 

font-family: 'Calibri', cursive; 
font-size:16px; 
color: #000; 
/*width:83%; */
height:280px;


-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);


box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;
display:block;

float:left;
/*clear:right;*/

margin-top:-50px;
padding-left: 20px;

}
.postit4 img {
	border-radius: 30px;
	width:150px;
	height:150px;
	float:left;
	padding: 0px 10px 10px 10px; 
}
.postit4 p{
	font-family: "Calibri", cursive, sans-serif;
	color: black;
	text-align:justify;
	font-size:medium;
}


.postit5 {
border-radius: 5px 75px ;
background:#fefabc; 
padding:15px; 
font-family: 'Calibri', cursive; 
font-size:15px; 
color: #000; 
width:40%; 

-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);


box-shadow: 0px 4px 6px #333;
-moz-box-shadow: 0px 4px 6px #333;
-webkit-box-shadow: 0px 4px 6px #333;

float:left;
clear:right;

margin-top:1%;
margin-right: 20px;
padding-left: 30px;

}


.postit, .postit2, .postit3 {
  line-height: 1;
  text-align:center;     
  width: 180px;    
  margin: 25px;    
  min-height:150px;
  max-height:250px;
  padding-top:15px;
  position:relative;   
  border:1px solid #E8E8E8;  
  border-top:60px solid #fdfd86;
  font-family:'Bradley Hand ITC','Reenie Beanie','Gloria Hallelujah', cursive;;    
  font-size:19px;      
  border-bottom-right-radius: 60px 5px;
  display:inline-block;    
   background: #ffff88; /* Old browsers */
background: -moz-linear-gradient(-45deg, #ffff88 81%, #ffff88 82%, #ffff88 82%, #ffffc6 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,#ffff88), color-stop(82%,#ffff88), color-stop(82%,#ffff88), color-stop(100%,#ffffc6)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* IE10+ */
background: linear-gradient(135deg, #ffff88 81%,#ffff88 82%,#ffff88 82%,#ffffc6 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffff88', endColorstr='#ffffc6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
 