#contactTable{
	width:80%;
	margin:15px auto 15px auto;
	background-color:#e9f0fd;
	border:1px solid #f6d1c1;
	padding:10px;
}

.submitButton{
	text-align:right;
	padding-right: 20px;
}

.resetButton{
	padding-left:20px;
}

.rightPhoto{
	float:right;
	padding:0 0 5px 5px;
}

.leftPhoto{
	float:left;
	padding:0 5px 5px 0;
}

#servicesImages{
	width:670px;
	margin:15px auto 0 auto;
}

.service{
	width:200px;
	padding:5px;
	float:left;
	margin:5px;
}

.description{
	font-size:90%;
	font-weight:bold;
	color:#184299;
	text-align:center;
}

.tablePhoto{
	width:210px;
}

.required{
	font-size:x-small;
	color:#c55827;
}

#result, #error{
	width:350px;
	margin:0 auto;
	padding:20px;
	background-color:#e9f0fd;
	border:1px solid #f6d1c1;
	text-align:center;
	font-weight:bold;
}

.beforeAfter{
	width:600px;
	margin:0 auto 10px auto;
	padding:5px 0;
	text-align:center;
	font-size:80%;
	font-weight:bold;
	color:#cb6a3f;
	clear:left;
}

.before{
	float:left;
}

.after{
	float:right;
}

#morePhotos{
	font-size:120%;
	padding:0 20px;
}

#morePhotos a{
	color:#103073;
}
