td img{
   display: block;
   margin-left: auto;
   margin-right: auto;
   
}


div.left {
   position: absolute;
   left: auto;
   border: 3px solid blue;
}

.cssform0 {
   margin-left: 150px;
   margin-top: 125px;
   width: 60px;
   height: 60px;
   background-color: #00ff00;
   border-radius: 10px;
   border: Solid 1px #000000;
   position: fixed;
   vertical-align: middle;
   text-align: center;
   
}
.cssform00 {
   margin-left: 150px;
   margin-top: 125px;
   width: 40px;
   height: 40px;
   background-color: #00ff00;
   border-radius: 10px;
   border: Solid 1px #000000;
   position: fixed;
   vertical-align: middle;
   text-align: center;
   
}

.center {
   margin: auto;
   width: 50%;
   border: 3px solid green;
   padding: 10px;
}

.cssform1 {
   margin-left: 120px;
   margin-top: 125px;
   width: 60px;
   height: 26px;
   background-color: #0000ffff;
   border-radius: 10px;
   border: Solid 1px #000000;
   transform: skew(-60deg);
   position: fixed;
   text-align: center;
}
.cssform11 {
   margin-left: 120px;
   margin-top: 125px;
   width: 40px;
   height: 24px;
   background-color: #0000ffff;
   border-radius: 10px;
   border: Solid 1px #000000;
   transform: skew(-60deg);
   position: fixed;
   text-align: center;
}
.cssform2 {
   margin-left: 120px;
   margin-top: 125px;
   width: 55px;
   height: 50px;
   background-color: #0000ffff;
   border-radius: 10px;
   border: Solid 1px #000000;
   
   transform: rotate(270deg) skew(30deg);
   position: fixed;
   text-align: center;
}
.cssform22 {
   margin-left: 120px;
   margin-top: 125px;
   width: 45px;
   height: 40px;
   background-color: #0000ffff;
   border-radius: 10px;
   border: Solid 1px #000000;
   
   transform: rotate(270deg) skew(30deg);
   position: fixed;
   text-align: center;
}

.rvert90
{
   display:block;
   -webkit-transform: rotate(-90deg); 
   -moz-transform: rotate(-90deg);    
}
.rvert270
{
   display:block;
   -webkit-transform: rotate(-270deg); 
   -moz-transform: rotate(-270deg);    
}
