		/* character creation screen 848 380 */
			/* Robot Display */
			#cc-left-box { float: left; height: 380px; width: 220px; }
				#robo-display { width: 216px; height: 357px; margin-left: auto; margin-right: auto; margin-top: 11px; background: url(http://www.robowarsgame.com/images/visitor/hedroid.jpg); }
				
			/* Character Stats */
			#cc-mid-box { float: left; height: 380px; width: 330px; }
				#cc-arrow-left { width: 24px; height: 25px; float: left; margin-top: 60px; margin-left: 6px; display: block; cursor: pointer; }
				#cc-arrow-left:hover { background: url(http://www.robowarsgame.com/images/visitor/create_left_arrow.gif) no-repeat 0 -1px; }
					#cc-display-caption { width: 190px; height: 30px; float: left; margin-top: 60px; }
						#cc-display-caption #actual-caption { width: 190px; height: 25px; background: url(http://www.robowarsgame.com/images/visitor/create_hedroid.jpg); margin: auto; }
				#cc-arrow-right { width: 24px; height: 25px; float: left; margin-top: 60px; display: block; clear:right; cursor: pointer; }
				#cc-arrow-right:hover { background: url(http://www.robowarsgame.com/images/visitor/create_right_arrow.gif) no-repeat 0 -1px; }						
				
				#stats-box { clear: both; width: 306px; margin-left: 3px; }
					#stats-buffer { width: 306px; height: 18px; }
					.a-stat	{ clear: right; width: 306px; height: 40px; }
						.a-stat .stat-box { float: left; width: 28px; height: 28px; margin-left: 15px; }
						.a-stat .stat-bar { float: left; width: 240px; height: 6px; margin-left: 9px; margin-top: 20px; background: url(http://www.robowarsgame.com/beta199d/images/game/icons/stats_bar_full.gif); }
						.a-stat .stat-bar .stat-percent { float: right; height: 6px; background: url(http://www.robowarsgame.com/beta199d/images/game/icons/stats_bar_right.gif) #000000 no-repeat; }
							#a-stat01 { width: 100px; }
							#a-stat02 { width: 130px; }
							#a-stat03 { width: 200px; }
							#a-stat04 { width: 20px; }
							#a-stat05 { width: 230px; }							
					.stat-desc { width: 100px; min-height: 40px; border: #0066CC 1px solid; background: #000000; display: block; position: absolute; 
									font-family: Arial, Helvetica, sans-serif; color: #FFFFFE; font-size: 10px; padding: 5px; 
									margin-left: 40px; visibility: hidden; }
					.a-stat .stat-box:hover { cursor: pointer; }
					.a-stat .stat-box:hover .stat-desc { visibility: visible; }									
			
			#form-agree { cursor:pointer; }
			#terms-box { font-family:Tahoma; font-size:10px; margin:8px; color:#555; height:205px; }
			#terms-box ul { padding-left:12px; }
			
			/* Character Information Box */
			form, input, .cc-Text, .cc-TextHalf, div { border: 0; margin: 0; }
				
			.ccText, .ccTextHalf { background: pink; border: none;
									color: #ABABAB; font-family: Arial, Helvetica, sans-serif; }
			
			#cc-right-box { float: left; margin-top: 3px; height: 380px; width: 298px; }							
				#cc-char-details { width: 240px; height: 265px; margin-left: 9px; margin-top: 90px; }
				#cc-char-details form, #cc-char-details form input { margin: 0; padding: 0; }
					#cc-top-form-buffer { width: 240px; height: 36px; }
					.form-input-container { margin-bottom: 31px; height: 20px; padding-left: 13px; }
						.ccText, .ccTextHalf { background: none; border: none; margin: 0; padding: 0;
												color: #ABABAB; font-family: Arial, Helvetica, sans-serif; font-size: 11px; 
												display: inline; }
						.ccText { width: 208px; }
						#form-agree { clear: both; padding-left: 19px; padding-top: 28px; }
						#form-agree * { border:0; }
					.form-pwd-container { float: left; height: 20px; padding-left: 13px; }
						.ccTextHalf { width: 95px; }
							#divPass02 { padding-left: 15px; }
						
					.cc-text { margin: 0; padding: 0; }
					
					#form-submit { padding-left: 170px; }
						.ccCreate { background: url(http://www.robowarsgame.com/images/visitor/btn_create.gif) no-repeat; width: 51px; height: 19px; }
						.ccCreate:hover { background: url(http://www.robowarsgame.com/images/visitor/btn_create_h.gif) no-repeat; width: 51px; height: 19px; cursor: pointer; }
				
