@charset "UTF-8";
/* CSS Document */

body
	{
		margin: 20px;
		padding: 0px;
		background-image:url('Dans_Daycare.gif');
		background-repeat:no-repeat;
		background-position: right center;
		background-color: #0B4726;
		font-family: 'Varela Round', cursive;
		font-size: 12pt;
		text-align:center
		font-weight: 300;
		color: #ffffff;	
}

heading {
		background-color: #0B4726;
		font-family: 'Freckle Face', cursive;
		font-size: 12pt;

		font-weight: 300;
		color: #ffffff;	
}

legend {
	color: #FFFFFF;
	margin-left: 2%;
	border: #917a56 solid 1px;
	background-color: rgba(11, 71, 38, 1);
	
	border-radius: 10px;
	box-shadow: 0 0 2px rgba(0,0,0,.7) inset;
	padding: 5px;
	width: 60%;
	font-family: 'Freckle Face', cursive;
	font-size:large;
	text-align:center
}

fieldset {	
	border-radius: 10px;
	background-color: rgba(11, 71, 38, 0.5);
	margin:15px;
	border: #917a56 solid 2px;
	max-width: 550px;
	box-shadow: 0 0 6px rgba(0,0,0,.7) inset;
}


/*this is the user instructions for each input. name, address, email etc. */
label {
	display:block; /* forces a hard return and allows margin to be assigned*/
	margin: .5em;
	
}

label p {
	margin: 0;
	font-family: 'Freckle Face' , cursive;
	font-size:medium;
	color: #666;
	padding-top: .9em;
	padding-bottom: .2em;
}
label span {
	
	font-size:medium;
	color: #666;	
}
input.submitBtn {
	display: block;
	padding: 10px;
	margin:15px;
	color: #fff;
	width: 20%;
	border-radius: 8px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
	border: 1px solid #333;
	background: rgb(175,59,73);
	background: -moz-linear-gradient(top,  rgba(175,59,73,1) 1%, rgba(125,42,53,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(175,59,73,1) 1%,rgba(125,42,53,1) 100%);
	background: -o-linear-gradient(top,  rgba(175,59,73,1) 1%,rgba(125,42,53,1) 100%);
	background: -ms-linear-gradient(top,  rgba(175,59,73,1) 1%,rgba(125,42,53,1) 100%);
	background: linear-gradient(to bottom,  rgba(175,59,73,1) 1%,rgba(125,42,53,1) 100%);	
}