@charset "utf-8";
/* Styles for Sports Center forms*/
	#validateBox {
		border: 1px solid red;
		width:300px;
		padding: 10px;
		color: red;
		font-weight: bold;
		margin-bottom: 10px;
		font-size: 13px;
		font-family: Century Gothic, Helvetica, Verdana, Arial;
		background-color:#FFFFCC;
		display:none;
	}
	#validateBox div {
		font-size: 13px;
		font-family: Century Gothic, Helvetica, Verdana, Arial;
		color: red;	
	}
	#validateBox h4 {
		font-size: 16px;
		margin-top:0px;
		margin-bottom: 10px;
		font-family: Century Gothic, Helvetica, Verdana, Arial;
		color: red;	
	}
	
	#validateBox h4#validateHdr {
		color: red;
		font-weight: bold;
		font-size: 16px;
		margin-top:0px;
		margin-bottom: 10px;
		font-family: Century Gothic, Helvetica, Verdana, Arial;
	}
	
	#validateBox ul {
		color: #CC00000;		
	}
	#validateBox ul li {
		color: #CC0000;
		font-family: Century Gothic, Helvetica, Verdana, Arial;		
	}
	ul.invalidfield {
		border: 1px solid red;
		background-color: #FFFFCC;
	}
	ul.invalidfield li {
		margin:0px;
		padding:0px;
		/*color: red;*/
		
	}
	
	
	label {
		margin-right: 10px;
		font-weight: bold; font-size: 13px;	
	}
	label.interior {
		margin-right: 10px;
		font-weight: normal; font-size: 13px;	
	}
	.invalidfield {
		border: 1px solid red;
		background-color: #FFFFCC;
		/*color: red;*/
		
	}
	.validfield {
		color:#000000;
	font-weight: normal;
	border: 1px solid;
	background-color:  #FFFFFF;
	}
	.inputstart {
	color: #000000;
	font-weight: normal;
	border: 1px solid #7F9DB9;
	background-color:  #FFFFFF;
}

