#bg{
	background-image:url(../images/bgline3.gif);
	background-repeat:repeat;
	margin: 0px auto;
	height:100%;
	text-align:center;
}
.tubuh{
margin: 0px auto;
margin-top:70px;
text-align:center;
width:350px;
height:450px;
border:none;
background-color:#CF0;
position: relative;
font-family:"Courier New", Courier, monospace;
color:#FFF;
border-bottom:7px solid #060;

border-bottom-left-radius: 2em;
border-bottom-right-radius: 2em;
border-top-left-radius: 2em;
border-top-right-radius: 2em;
}
.atas{
margin:0 auto;
width:100%;
height:150px;
border-top-left-radius: 0.5em;
border-top-right-radius: 0.5em;
text-align:center;
}
.isiatas{
margin:0 auto;
margin-top:-12px;
width:120px;
height:120px;
background-image:url(../images/logopdt.png);
background-repeat:no-repeat;

}
.tengah{
width:100%;
height:100px;
background-color:#360;
border-bottom:3.5px solid #030;
border-left:1.94px solid #030;
color:#FFF;
text-align:center;
}
.isitg{
width:100%;
height:30px;
}
.isitengahatas{
width:100%;
height:30px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:18px;
}
.isitengahbawah{
width:100%;
height:30px;
font-family:Arial, Helvetica, sans-serif;
font-weight:bold;
font-size:14px;
}
.bawah{
width:100%;
height:200px;
}
.isibawah{
margin:0 auto;
width:300px;
height:140px;
background-color:#360;
border-bottom:4px solid #030;
border-left:4px solid #030;
border-bottom-left-radius: 1em;
border-bottom-right-radius: 1em;
border-top-left-radius: 1em;
border-top-right-radius: 1em;
font-family:Arial, Helvetica, sans-serif;
color:#FFF	;
}
.tex{
text-align:left;
color:#000;
font-size:14px;
font-weight:bold;
background:#FFFFFF;
}
.tex:hover{
text-align:left;
color:#000;
font-size:14px;
background:#CF0;

}
.buttonform{
 -moz-box-shadow:inset 0px 0px 4px 0px #ffffff;
	-webkit-box-shadow:inset 0px 0px 4px 0px #ffffff;
	box-shadow:inset 0px 0px 4px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:2px 10px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
  margin-top:10px;
  }
  .buttonform:hover{
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
	color:#FF0000;
  }