.tableholder {
	width:530px;
	height:auto;
	position:relative;
	float:left;
	position:relative;
	z-index: 1000;
	margin-left: 20px;
	display:inline;
	margin-top: 20px;
	background-color:#FBFDF3;
}

.rowholder{
	margin-top:10px;
	margin-left:10px;
	width:508px;
	height:auto;
	float:left;
	display:inline;
	border:#eff1e5 1px solid;
	background-color:#FFFFFF;
}

.cellone{
	position:relative;
	float:left;
	height:auto;
	width:20%;	
	margin-right:2.5%;

}

.celltwo{
	position:relative;
	float:left;
	height:auto;
	width:40%;
	margin-right:2.5%;
}

.cellthree{
	position:relative;
	float:left;
	height:auto;
	width:30%;
}
.tableholder p{

	margin:10px;
	padding:0px;
}

.tablebottomspacer {
	margin-left:10px;
	width:508px;
	height:10px;
	float:left;
	display:inline;
}


