@charset "utf-8";
/* CSS Document */
div.appInvoice
{
	display:block;
	width: auto%;
	border-color:#C63;
	border: groove;
	margin:1%;
	background-color: #edf8c3;
	padding:1%;
	border-radius:10px;
}
div.warning
{
width : auto;
	height: auto;
	margin: 1%;
	border-color:#C63;
	border: groove;
  padding:30px;
  background-color:#9F6;
  border-radius: 20px;
  font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bolder;
	text-shadow:inherit;
}

img.mainBanner
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:60%;
	height: 30%;
	border-radius: 10px;
	
}
div.mainBoder
{		border-bottom:groove;
	border:groove;
	border-width:medium;
	width:96%;
	margin:1%;
	border-radius: 10px;
	padding:1%;	
}
p.title
{	
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
font-weight:bolder;
text-shadow:inherit;
}