



/*		Layout
********************************************************  */


	#green_bar{
		height:170px;
		background-image:url("../images/green_bar.jpg");

	}

		.preview_pane{
			padding-top:4px;
			width:250px;
			z-index:2;
		}
		
		#p1{
			float:left;
		}
		
		#p2{
			margin-left:23px;
			float:left;
		}

		#p3{
			float:right;
		}
		
		.h2_index_bar{
			height:10px;
			background-repeat:repeat-x;
			background-image:url("../images/h2_bar.gif");
		}
		
	#stock_strip_index{
		float:left;
	}

	#client_login{
		clear:none;
		float:right;
		width:250px;
	}

	#client_login h3{
		margin-bottom:9px;
	}

	#client_login input[type="submit"] {
		margin-bottom:2px;
	}



/*		Type
********************************************************  */

	#client_login h3{
		color:#fe2494;
		text-transform:uppercase;
		font-size:.8em;
	}
