.panel{
	background-color: transparent;
	color: #999;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.0);
} 
.panel h3{
	color: #4c952d;
	text-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
h6{
	text-align: justify;
	color: #666;
}
h4{
	color: #555;
}
#box1{
	background-color: #eee;
	background-size: 100%;
	background-repeat: no-repeat;
	margin: 0px;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	z-index: 1;
	border-top: solid 8px #777;
	padding-top: 5px;
}
#box2{
	background-color: #ddd;
	margin-bottom: 0px;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	border-top: solid 8px #777;
	padding-top: 5px;
}
#box3{
	background-color: #eee;
	margin: 0px;
	margin-bottom: 70px;
	border-radius: 0px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.2);
	border-top: solid 8px #777;
	padding-top: 5px;
}
#row1{
	background-color: #ddd;
	padding-top: 18px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-top: 10px;
}
#row2{
	background-color: #eee;
	padding-top: 18px;
	border: solid 1px #ccc;
	border-radius: 5px;
	margin-top: 10px;
}
#lastRow1{
	background-color: #eee;
	padding-top: 18px;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0px 1px;
	border-radius: 5px 5px 0px 0px;
	margin-top: 10px;
}
#lastRow2{
	background-color: #eee;
	padding-top: 18px;
	border-color: #ccc;
	border-style: solid;
	border-width: 0px 1px 1px 1px;
	border-radius: 0px 0px 5px 5px;
	margin-top: 0px;
}