@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Kristinia DeBarge BIO
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		kdb_bio.css
	Date:			June 17, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

/*	--------------------------------------------------------------------------------------------------------------------------
	navbar Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul.navbar li.community a {
		background:url(../../images/nav_spritesNew.png) -90px -213px no-repeat; !important;
	}

				
/*	--------------------------------------------------------------------------------------------------------------------------
	Registration Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.registration {
		margin:162px 0 0 0;
		width:435px;
	}
		.registration h2 {
			margin:0 0 40px 0;
			width:254px; height:47px;
			background:url(../../images/h2_registration.jpg) 0 0 no-repeat;
		}
		.registration a {
			font:bold 11px Arial, Helvetica, sans-serif;
			color:#FB016F;
		}
			.registration a:hover {
				color:#900040;
			}
		.registration p {
			padding:0 0 12px 0;
		}
		.registration input {
			border:1px solid #dddddd;
		}
		.registration textarea {
			border:1px solid #dddddd;
		}
		.registration select {
			border:1px solid #dddddd;
		}
	
