﻿/* First Christian Church of Tallahassee Contact	*/
/*    Style Sheet						*/
/* by Jack L. Wolfgang II				*/
/* 11 May 2006 A.D.					*/
/* Last Updated:  15 December 2007 A.D.		*/
@media all {
div.formLine   {	clear:				both;
				display:			block;
				padding-bottom:		15px;
                width:				100%		}
div.formLine label
			{	float:				left;
                font-weight:		bold;
				min-width:			8em;
                text-align:			left;
				width:				10%			}
div.buttons    {	margin-top:			0;
				margin-bottom:		0;
                margin-left:		auto;
                margin-right:		auto;
                width:				150px		}
form#ConEntryForm select, form#ConEntryForm input, form#ConEntryForm textarea
			{	background-color:   #eeeeee;
				display:			inline;
				min-width:			320px;
				width:				67%			}
				
form#ConEntryForm select:focus, form#ConEntryForm input:focus,
	form#ConEntryForm textarea:focus
			{	background-color:   #e7e7b8		}
	
form#ConEntryForm input[type="checkbox"]
			{	min-width:			10px;
				width:				30px		}
div.buttons input[type="submit"]
		               {	font-weight:	bold;
	                margin-top:		10px;
					margin-bottom:	10px;
	                margin-left:	auto;
					margin-right:	auto;
					width:			150px		}
/* Required because IE and Safari don't recognize min-width in the above	*/
/* 	selector										*/					
form#ConEntryForm div.buttons input[type="submit"]
			{	min-width:			150px		}
form#ConEntryForm textarea
				{	height:			300px		}
.ReqFldMarker	{	background:		transparent;
					color:			#ff0000;
					font-size:		larger;
					font-weight:	bolder;
					vertical-align:	top			}
}
/* All Media Rules                     */
/* END Style Sheet                     */
