.porscheForms {
	padding:20px;
	border:1px solid #bbbbbb;
	background-color:#eeeeee;
	margin-top:30px;
	margin-bottom:30px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	}
	.porscheForms a {
		color: #36689B;
		text-decoration:underline;
		}
	.porscheForms h2, .porscheForms p.formHeader {
		color: #000;
		font-size: 1.625em;
		margin-top:0px;
		}
		
	.porscheForms p.formHeader {
		font-family: inherit;
	}	
	.porscheForms .form-group {
		margin-bottom: 0px;
		}
	.porscheForms .header {
		background-color:#dddddd;
		padding:2px 10px;
		margin-top:10px;
		margin-bottom:15px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		}
		.porscheForms .header h4 {
			font-family: inherit;
			font-size: 1.2em;
			text-overflow: ellipsis;
			color: #000;
			}

.porscheForms .list-unstyled, 
.porscheForms .textContent ul {
	margin:0px;
	padding:0px;
	}

.porscheForms .form-group .form-group {
	margin-left:0px;
	margin-right:0px;
	}
.pagination .active a {
    color: #000000;
}
.pagination .active:hover a {
	text-decoration: none;
}