/* New User Styles */
#new_user { 
	color: white; 
	background-image: url(/sections/default/images/new_user_back.jpg); 
	width: 800px; 
	height: 600px; 
	visibility: visible; 
	margin: auto; 
	border: solid 5px #666;
	position: relative;
	z-index: 2000;
	}
	
.new_user_container {
	position: absolute;
	margin: 20px 0 0 250px;
	padding: 10px;
	
	}
	
.new_user_content {
	position: absolute;
	top: 70px;
	margin: 0 10px 0 325px;
	padding: 10px;
	width:435px;
	}

.new_user_images {
		width: 50px;
		left: 250px;
		top: 107px;
		display: block;
		position: absolute;
	}
.new_user_images img {
	margin-bottom: 21px;
	}	
	
#new_user h1 {
		width: 483px;
		height: 31px;
		background-repeat: no-repeat;
		background-image: url(/sections/default/images/get_started_heading.png);
		padding: 0 0 4px 0;
		margin: 0;
	}
	
#new_user img {
	float:left;
	}

#new_user p {
		line-height: normal;
		font-size: 12px;
		padding: 0;
		margin: 0;
		color: white;
	}
	
#new_user h2 {
		font-style: normal;
		font-weight: normal;
		font-family: Arial, "Trebuchet MS", Helvetica, Verdana, sans-serif ;
		font-size: 22px;
		margin: 0;
		padding: 22px 0 0 0;
		width:425px;
	}
	
	
#new_user a.btn2 {
	float: right;
	margin: 5px 20px 0 0;
	text-shadow: 1px 1px 2px #191919;
	color: white;
	}

.new_user_content p a {
		color: #18d4ff;
	}
	
.header_highlight {
	color: #66cfff;
	}
	
/* button styles */
.btn2 { font-size: 13px; display: block; position: relative; background: #00abd6; padding: 3px; float: left; color: #fff; text-decoration: none; cursor: pointer; }
.btn2 * { font-style: normal; background-image: url(/sections/default/images/btn2.png); background-repeat: no-repeat; display: block; position: relative; }
.btn2 i { background-position: top left; position: absolute; margin-bottom: -3px; top: 0; left: 0; width: 3px; height: 3px; }
.btn2 span { background-position: bottom left; left: -3px; padding: 0 0 3px 6px; margin-bottom: -3px; }
.btn2 span i { background-position: bottom right; margin-bottom: 0; position: absolute; left: 100%; width: 6px; height: 100%; top: 0; }
.btn2 span span { background-position: top right; position: absolute; right: -6px; margin-left: 6px; top: -3px; height: 0; }
.btn2:hover { text-decoration: none; background-color: #001183; }
.btn2:active { background-color: #015496; }
.btn2[class] { background-image: url(/sections/default/images/shade.png); background-position: bottom; }
