body {
	font-family:"Book Antiqua";
	font-size: 12px;
	color:#333333;
	background-color:#FFFFFF;
	background-repeat: repeat-x;
}
#satu {
	background-color:#9999CC;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style:groove;
	border-right-style:groove;
	border-bottom-style:groove;
	border-left-style:groove;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px; 

}
#satu #dua{
	background-color: #FFFFFF;
	width:auto;
	height:auto;
	margin-top:2px;
	margin-bottom:2px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-style:groove;
	border-right-style:groove;
	border-bottom-style:groove;
	border-left-style:groove;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px; 
	cursor				: pointer;
}
input, textarea, option, select {
	color: #000;
	font-family:"Book Antiqua";
	font-size: 12px;
	margin: 0;
	padding: 0;
}
input:focus, textarea:focus {
	border: 1px solid #686868;
	background-color: #DFDFDF;
}

