body{
	-webkit-text-size-adjust: none;
	background: white;
	font-family: Calibri;
}

img{
	width:100%;
}

a{
	text-align: center;
	line-height: 30px;
	font-family: Calibri;
	font-size: 14px;
	color: black;
	font-weight: bold; 
	text-decoration: none; 
}


#logo{
	padding: 5px 20px 5px 5px;
	max-width: 470px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
}

#menu{
	border-color:grey; 
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: darkgrey;
	background:-webkit-gradient(linear, left top, left bottom, from(grey), to(white)); 
	background:-moz-linear-gradient(top, grey, white); 
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
	font-family: Calibri;
	font-size: 14px;
	color: black;
}

.o_nama{
	text-align:justify;
	line-height: 30px;
	padding:30px;
}

.button {
	margin-left: auto;
    margin-right: auto;
	border: 0px solid grey;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: white ;
	background:-webkit-gradient(linear, left top, left bottom, from(white), to(grey)); 
	background:-moz-linear-gradient(top, white, grey);  
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
	text-align: center;
	line-height: 45px;
	font-family: Calibri;
	font-size: 14px;
	color: black;
	font-weight: bold; 
	text-decoration: none; 
	width: 75%;
	min-width: 135px;
	height: 45px;
}

.button:active{
	font-family: Calibri;
	font-size: 14px;
	font-weight: bold;	
	color: white; 
	text-shadow: 1px 1px 5px grey;
	background: grey ;
	background:-webkit-gradient(linear, left top, left bottom, from(grey), to(white)); 
	background:-moz-linear-gradient(top, grey, white);  
	}


#footer{
	width: 95%;
	font-weight:bold;
	font-size: 12px;
	color: grey;
}

iframe{
	width:100%;
	height: 100%;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
}

#mapa{
	position: relative;
	overflow:hidden;    
	width:75%;
	height: 300px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
}

textarea
{
    width:90%;
	border: 0px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
}

input
{
	height:30px;
    width:65%;
	max-width: 600px;
	border: 0px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	-moz-box-shadow:1px 2px 5px black, inset 0 1px 0 grey; 
	box-shadow:1px 2px 5px black, inset 0 1px 0 grey;
}