.main_button{
  -moz-border-radius:10px;
  /* -moz-box-shadow: 0px 5px 0px gray; */
  -webkit-border-radius:10px; 
  /* -webkit-box-shadow: 0px 5px 0px gray; */
  border-radius:10px; 
  /* box-shadow: 0px 10px 30px #000; */
  margin:20px;
  padding:20px;
  /* background: rgba(50%,50%,50%,0.7); */
	background-color:#ffcd01;
  width:70%;
  color:white;
}
.main_button:hover{
  background: rgba(95%,100%,90%,0.8);
  cursor:pointer;
  color:black;
}

html {
  /* background-color:#5285c4;
	background-color:#00c0ff; */
	background-color:#fff;
  /* background:url('brainer_sistem_integrator_indonesia_jakarta.jpg') no-repeat;
  background-size:cover;
  background-position:center center; */
	background-repeat:repeat-x;
  
}

body {
  margin:0px;
  padding:0px;
}

a {
  /* font-family:Lucida Grande, Lucida Sans, Arial, sans-serif; */
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

input,textarea,select {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
  border-radius:3px;
	border:solid 1px #aaa;
	margin:1px;
	padding:0 0 0 3;
  height:24px;
}

button {
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  border-radius:3px;
  margin:0px;
  padding:4px 10px 4px 10px;
  /* height:24px; */
}

input:hover,textarea:hover,select:hover,button:hover{
  background-color:#FFFF99;
}
input:focus,textarea:focus,select:focus,button:focus,a:focus{
  /* background-color:#FFFFCC; */
}

html,body,input,textarea,select,a,button,td,tr {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}