body
{
  background-color: #6ea000;
  font-family: verdana;
  color: #000000;
}
.kotakform
{
  padding: 2px 2px 2px 2px;
	background-color: #111111;
  border: 1px solid #222222;
  font-family: verdana;
  color: #cccccc;
  font-size: 8pt;
}
.tombolkontak
{
  font-family: tahoma;
  font-size: 7pt;
  padding: 1px 7px 1px 7px;
  font-weight: bold;
  border: 1px solid #777777;
}
.mainmenu
{
  font-family: tahoma;
  font-size: 8pt; 
  color: #000000; 
  text-align: center; 
  font-weight: bold;
  display: block; 
  padding-top: 18px;
  padding-bottom: 19px;
  text-decoration: none; 
}
.mainmenu:hover
{
  color: #000000; 
	background-color: #377104;
}
.size8
{
  font-size: 8pt;
}
.borderout
{
	border: 1px solid #222222;
}

# /*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*URL: http://www.cara-ngeblog.blogspot.com/ */

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color:#8cc545;
padding: 5px;
left: -1000px;
border: 2px solid #ffffff;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -50px; /*position where enlarged image should offset horizontally */

}