/* The bouncing box */

#box{
	height:117px;
	padding-top:20px;
	width:426px;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(../images/contact_bg.png);
	margin-top: -10px;
	background-repeat: no-repeat;
	line-height: 22px;
}

#box p{
	font-size:16px;
	padding-left:15px;
}

#box p b{
	font-size:100px;
	display:block;
}

#box,
#main,
a.button{
}

/* Styling the big button */

a.button{
	float: left;
	display: block;
	text-decoration: none; /*right divider between tabs*/
	color: white;
	background-image: url(file:///D|/Work/On%20Going/Adilah%20Bunjakji/images/menu_motif.png);
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 30px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	padding-right: 0px;
	margin-left: 0px;
}

a.button:hover{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

