
/*=============================================
 * Form CSS Rules Section Starts HERE.
=============================================*/

form {
	position: relative;
	font-size: smaller;
	text-shadow: 1px 1px 1px white;
	line-height: 1.5em;
}

#formbox {
	width: 70%;
	margin: 0 auto;
}

.form_header {
	position: relative;
	width: 12em;
	font-size: inherit;
	font-weight: bold;
	line-height: 1em;
	margin: 0 0 0.5em 0;
	border-bottom: 2px groove white;
}

.intro_button {
	width: 5em;
	height: 2em;
	font-size: 0.75em;
	line-height: 2em;
	text-align: center;
	text-shadow: 1px 1px 1px white;
	background: -webkit-linear-gradient(top, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	background: -o-linear-gradient(top, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	background: -moz-linear-gradient(top, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	background: linear-gradient(to bottom, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	border: 1px solid gray;
	border-radius: 0.5em;
	box-shadow: 1px 1px 1px rgb(196,196,196);
}

.intro_button:active {
	background: -webkit-linear-gradient(bottom, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	background: -o-linear-gradient(bottom, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	background: -moz-linear-gradient(bottom, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	background: linear-gradient(to top, rgb(241,241,241) 0%, rgb(224,224,224) 50%, rgb(212,212,212) 51%, rgb(196,196,196) 100%);
	box-shadow: inset 1px 1px 1px rgb(196,196,196);
}

#white_flash {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: white;
	text-align: center;
	line-height: 540px;
	color: rgb(196,195,194);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	z-index: -1;
}
/*=============================================
 * End Form CSS Rules Section.
=============================================*/