@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - COMMUNITY : REGISTRATION
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jj_registration.css
	Date:			Jul 27, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Registration Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	ul#nav li#navHome a {
		background-position: 0 -44px !important;
	}
	
	#registration {
		width:536px;
		margin:0 0 0 15px; padding:23px 20px 23px 20px;
		background:#f5f1e6;
	}
		#registration a {
			color:#e27c0a;
		}
			#registration a:hover {
				color:#766044;
			}
		#registration a.btn_password {
			width:130px; height:18px;
			margin:0 0 0 406px;
			background:url(../../images/btn_changePassword.png) 0 0 no-repeat;
			display:block;
		}
			#registration a.btn_password:hover {
				background-position:bottom;
			}
		#mg-emailinputid, #mg-usernameinputid, #mg-fnameinputid, #mg-lnameinputid, #mg-birthdateinputid, #mg-genderradioid, #mg-cellphoneinputid, #mg-cityinputid, #mg-zipinputid, #mg-countrydropdownid, #mg-emailcampaignoptins, #mg-statementareaid, #mg-signatureareaid, #mg-timezonedropdownid, #mg-memberlinkinputid, #mg-aolinputid,#mg-msninputid, #mg-yahooinputid, #mg-icqinputid, #mg-password1inputid, #mg-password2inputid {
			font:normal 16px Arial, Helvetica, sans-serif;
			color:#766044;
		}
		#mg-iminputsid {
			width:172px; height:15px;
			margin:0 0 12px 0;
			background:url(../../images/instantMessage.png) 0 0 no-repeat;
			display:block;
			text-indent:-2000px;
		}
		#mg-aolinputid,#mg-msninputid, #mg-yahooinputid {
			margin:0 0 7px 0;
			display:block;
		}
		#mg-icqinputid {
			margin:0 0 30px 0;
			display:block;
		}
		#mg-memberimageiconid input {
			height:auto !important;
			padding:0 !important;
		}
		#registration input {
			border:1px solid #b4ac9a;
			width:320px; height:18px;
			padding:3px 0 0 3px;
			background:#dcd6c8;
		}
		#MemberImageColumn input {
			width:auto;
		}
		#registration textarea {
			border:1px solid #b4ac9a;
			padding:3px 0 0 3px;
			background:#dcd6c8;
		}
		#registration select {
			border:1px solid #b4ac9a;
			padding:1px;
			background:#dcd6c8;
		}
		#mg-genderradioid input, #mg-emailcampaignoptins input, #mg-persistelogincheckid input {
			width:auto;
		}
		.formnotice, label, .mg-emailcampaignoptin {
			font:normal 12px Arial, Helvetica, sans-serif;
			line-height:17px;
		}
		#mg-formsubmitbuttonid input {
			padding:0;
			width:100px; height:29px;
		}
		
