/***  styles the user modules   ***/
	#intro {
		font-size:14px;
		line-height:1.5em;
		width:580px;
	}
	#indent {
		margin-left:40px;
		font-size:14px;
		
	}
	#indent #user_reg,
	.main {
		width:615px;
		border:1px solid #CCC;
	}
	input, .ta {
		/***  for the non-IE browsers:   ***/
		/* -moz-border-radius: 5px;
		-webkit-border-radius: 5px; */
		/* background-color:#000000;
		border:1px solid #999;
		color:#CCC; */
	}
	#terms {
		margin:30px 0;
	}
	#cb {
		padding:5px 10px;
		cursor:pointer;
	}
	.unchecked {
		background: #000000 url(/images/checkbox.gif) center left no-repeat;
	}
	.checked{
		background: #000000 url(/images/checkbox-checked.gif) center left no-repeat;
	}
	.desc { width:170px; padding-left:10px; font-size:12px;}
#welcome { 
	text-transform: uppercase;
}

/***  INDEX ACTION   ***/
.odd { background-color:#363636; }
.even { background-color:#505050; }
#invitationList td {
	padding:10px;
	margin:10px 0;
	border:none;
	border-bottom:10px solid #000000;
}
.tablespace {background-color:#000000; height:5px; padding:0px !important; margin:0px !important;}

#rev { list-style:none;}
#rev li {display:inline; padding:0 20px;}
/***  New   ***/
#new_list { list-style-image: url(/images/application/arrow-left.gif); margin-bottom:30px; }
#new_list li { margin-bottom:10px;}
#new_user_form,
.account_edit {
	width:650px;
	background-color:#313131;
}