@charset "utf-8";
/*	
	Copyright (c) 2008 RKG Interactive, Inc.
	rkgi.com XHTML CSS Selectors 	

	$Revision: 1.00 $

	CONTENTS
	1. Elements
	2. Page IDs and Classes 
	3. Form Styles
	
*/
/****************************
 1. Elements 
*****************************/

/****************************
 2. Page IDs and Classes 
*****************************/
#loginpod {
	font-family:Arial, Helvetica, sans-serif;
	height:150px;
	width:300px;
	background-image:url(../images/loginbg.png);
	background-repeat:no-repeat;
	font-size: 100%;
	margin:7px 10px 1px 10px;
}
.logintitle{
	width:105px;
	text-align:center;
	font-weight:bold;
	margin:10px 5px 7px 185px;

}
.loginform{
	margin:30px 50px 0px 50px;
}
