/* CSS STYLESHEET 
Eastern Iowa Community Colleges
Web Form Style Sheet - Stylesheet common to all EICCD web forms
nharrison | nharrison@eicc.edu | handcoded | 03.30.11 */

/* LAYOUT */
#content 	{position:relative; 
			margin:auto; 
			width:100%;}/* Page Wrapper */
			
#header 	{position:relative; 
			top:0px; 
			left:0px; 
			width:100%; 
			height:124px; 
			background-image:url('../images/colorbars.gif');}
			
#form 		{position:relative; 
			padding-left:25px;}
			
#blue 		{height:10px; 
			background-color:#201679; 
			padding:0px;}/* Horizontal Blue divider between form and footer */
			
#footer 	{position:relative; 
			width:100%; 
			height:75px;}
			
#thankyou	{position:relative; 
			padding-left:20px;
			width:750px;}			

#hidden 	{display:none;}

/* STYLE */
body 		{background-image:url('../images/formbkgd.gif');}

#footer p 	{text-align:center;}
#footer a	{font-weight:bold;}
			
.required 	{font-size:12px; 
			color:#FF0000;}

.note 		{font-size:12px; 
			font-style:italic; 
			text-align:left;}

.error		 {font-weight:bold;
			color:#F00;}			
			
#submit 	{height:50px; 
			width:100px;
			display:inline;
			text-align:right;}

label 		{font-weight:bold;}

table td 	{text-align:right;}

.left		{text-align:left;}
.right		{text-align:right;}
			
textarea	{width:100%;}

.boldresults{text-align:left;
			font-size:18px;
			font-weight:bold;}
			
.field		{font-weight:bold;
			color:#900;}	
			
.header		{font-weight:bold;
			font-size:16px;}
.headeru	{font-weight:bold;
			font-size:16px;
			text-decoration:underline;}			

#leftalign td {text-align:left;}

input		{background-color:#fff;}

.pleasenote {text-decoration:underline;
			font-weight:bold;
			color:#F00;}
.fineprint	{font-size:8pt;}			