/*  
	  SeaCard Popup stylesheet 
												  
    Version			Date			Name				Comment							
	V1.0.GED.0.0	30 Mar 2004		Gene Dascher		Written
	V1.0.GED.0.1	20 Feb 2006		Gene Dascher		Removed #LoginBody classes and changed
									#LoginBody div classes.
	V1.0.GED.1.0	11 Oct 2007		Gene Dascher		The following changes were made for Bug 12646:
										Moved all #LoginBody div classes to login.css.
*/

BODY { font-family: verdana; font-size: 10pt; color: #000; background: #fff; padding: 0px; }

/*
** Wait Message DIV Class
*/
#WaitContent { position: relative; margin: auto; text-align: left; background-color: #003163; }
#WaitContent h1 { color: #FFF; font-weight: bold; font-size: 16pt; }

#ForgotPasswordSuccess p { font-size: 10pt; color: #003163; }
#ForgotPasswordFailure p { font-size: 10pt; color: #F00; }
