/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,700);



#creditHeader {
	width:100%; 
	height: 50px;
	margin:0px; 
	padding:0px; 
	text-transform: uppercase;
	text-shadow: 0 2px gray, 0 3px #777;
	text-align: center;
	background:#505050;
	color: #ffffff;
}

#creditHeader .creditTitle {
	font-weight: 600;
	font-family: "Titillium Web", "Lato", Calibri, Arial, sans-serif;
	position: relative;  
	font-size: 25px;
	line-height: 40px;
}


#middleWrap {
width:100%
	float:left;
	border-bottom: 10px solid #fff;
	border-top: 10px solid #fff;
	background:#ededed;
}

#middlePanel {
	margin:0 auto; 
	padding:0px;
}

#middlePanel .creditNote {
	height:80px; 
	margin:0px; 
	padding:0px 20px 10px 20px; 
	float:left;
	text-align: center;
}

#middlePanel .creditNote p {
	margin:9px 0 0 0; 
	padding:0px; 
	font-family:Arial; 
	font-size:16px; 
	color:#575433; 
	line-height:19px;
	text-align: center;
}

#middlePanel .creditNote p span {
	font-weight:bold; 
	color:#cb3e07
}

#middlePanel .creditList {
	margin:20px; 
	float:left;
	text-align: center;
}


#middlePanel .creditList p {
width:300px;
	height: 27px;
	margin: 0px 0 0 180px;
	padding: 0 0 0 50px;
	float: left;
	font-family: Arial;
	font-size: 16px;
	color: #3b3a2b;
	line-height: 25px;
	text-decoration: none;
	text-align: left;
	background: url(../images/icon/check.png) no-repeat;
}
