@charset "utf-8";
/* CSS Document */
div.greater p {
	font-size:14px;
}
p#change_color {
	color:#096;
}
/*	form information below	*/
form {
	width:400px;
	margin-left:200px;
}
fieldset {
	width:400px;
	display:block;
	padding:5px;
	margin-bottom:10px;
}
legend {  
	font-weight:bold; 
	border:1px dotted #069; 
	margin-bottom:5px; 
	color:#000;
	padding:3px;  
}
label {
	float:left;
	clear:left;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
}
input {
	margin-bottom:5px;
	border:1px solid #000;
}
input#submit_btn {
	font-family:"Courier New", Courier, monospace;
	padding:0 12px;
	background-color:#069;
	color:#fff;
	cursor:pointer;
	width:120px;
}
/*	end of form information	*/

div#faith_block {
	width:400px;
	padding:10px;
	float:left;
	margin-left:200px;
	display:inline;
	background-color:#099;
}
div#faith_block p {
	color:#fff;
}
p.larger_font {
	font-size:15px
}