/*
	File: 			fgscforms.css
	Author:			kurupv@umkc.edu | Internal Applications
	Description:	Stylesheet is used by fgscform.cfm AND 

 */

/* Global Styles */
body
{
	background-color:#eaeaea;	
}


/* Structure */
#center
{
	width:910px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFF;
}

#header
{
	width:910px;
	padding:5px;
	margin-left:auto;
	margin-right:auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#fff;
	background-color:#09F;
	margin-bottom:15px;
}
	

/* Alerts */
#important, #important a
{
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#900;
	background-color:#FFB4B2;
}

/* Form Elements */
.inputfield
{
	width:250px;
}

/* Fonts */
.red
{
	color:#cc0000;
}

.green
{
	color:#060;	
}


