.filledtd {
	border-width:1;
	border-style:solid;
	border-color:rgb(206,206,206);
	background-color:rgb(221,229,237);
	z-index: 1;
}
.freetd {
	border-style:none;
}

.sel {
	width:100%;
	margin-bottom:2px;
	margin-top:2px;
}
.sforms {	margin-left:-10px;	background-color:#cccccc;
	}
	.sformsin {
         border:solid 5px #cccccc;
         background-color:#cccccc;
         }

 .my-message {
   width:400px;
   height:364px;
   background-color:#B6B3B0;
   text-align: center;
   border: 2px groove yellow;
   z-index:1;
}
.my-message-title {
  height:40px;
  background-color:#FF8500;
  font-weight:bold;
}
.mymessagebody {
  padding: 5px;
  height: 320px;
  background-image: url('http://www.turkompot.ru/tsrch/imgs/holiday.gif');
  background-repeat:no-repeat;
  z-index:999;

}