/* wrapper for the sermonmatch page */
#sermonmatch {
	text-align: center;
}

/* logo image */
#sermonmatch_logo {
}

/* description text */
#sermonmatch_descr {
	font-size:14px;
	color:#70869E;
	font-weight:bold;
}

/* form element */
#sermonmatch_form {
}
	
	/* form children */
	#sermonmatch_form > label {
	}

	#sermonmatch_form input {
		color:#70869E;
		font-size:15px;
		font-weight:bold;
		margin:10px;
		padding:5px;
		border:1px solid #CCCCCC;
	}

	#sermonmatch_form input.btn {
		color:#F7941D;
		background-color:#C6D9E8;
	}


