
.Parish-PageContent {
	clear:both;
	position:relative;
	min-height: 600px;
}
	
.Parish-PageContent .RadEditor.reWrapper, .Parish-Events .RadEditor.reWrapper  { 
	width:740px !important; 
	height:400px !important;
}

.Parish-PageContent .btn-row {
	clear:both; 
	text-align: center;
	position:relative;
	margin-top:520px;
}
				
.Parish-Group { 
	width:520px;
}

.Parish-Events { 
	position:relative;
	min-height: 400px;
}
 .Parish-Photos {
	min-height:250px;
 }
 
 .Parish-Details{
	margin-top:-350px;
	 
 }
.Parish-File, .Parish-Link, .Parish-PageContent, .Parish-Group, .Parish-Events, .Parish-Photos, .Parish-Mass, .Parish-Contact , .Parish-Details, .AF-ContactForm , .Parish-Location{ 
	padding:10px;
	border:2px solid #cccccc;
	background-color: #ffffff;
	border-radius: 5px; 	
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}
.Parish-Link, .dnnPEMLeftPaneWithTitle .Parish-File { width: 230px;}
.Parish-Location {width: 500px;}
.Parish-File h3, .Parish-Link h3, .Parish-PageContent h3,.Parish-Group h3, .Parish-Events h3, .Parish-Photos h3, .Parish-Mass h3, .Parish-Contact h3, .Parish-Details h3 , .Parish-Location h3{ 
	text-align:center; 
	margin-top:0; 
	font-size: 18px;
	font-weight: bold;
	text-shadow: 2px 2px 4px grey;
}
				
.Parish-File > .form-row input {
	width:210px;
}
	
/*common styles*/
.validation{
	color: #ff0000;
}

.form-row { 
	margin: 3px 0;
	clear:left;
}

.form-label { 
	display:block;
	float:left;
	width: 120px;
	text-align: left;
	font-weight:bold 
}

.form-row textarea, .form-row input , .form-row select {
	padding:3px;
	border: 1px solid #666;
	background-color: #f0f0f0;
	font-size: 12px 
}

.btn-row {
	text-align: center;
	margin:10px;
}

.btn-row input { 
	margin-right: 5px;
	padding:5px; 
	background-color: #f0f0f0;
	border: 1px solid #808080;
	cursor: pointer;
	border-radius:5px;
	box-shadow: 3px 3px 2px grey;
}				  
				