@charset "utf-8";
/*
	Theme Name: PureTrak
	Theme URI: http://puretrak.com
	Description: Login CSS Styles for PureTrak.com
	Version: 1.0
	Last Revised: 9/24/2009
	Author: Patrick Hallinan
	Author URI: http://www.puretrak.com
*/

div#login_section_container {
	width: 100%;
}

table#table_login_section {
	margin: 0;
	padding: 0;
	width: 100%;
	border-collapse: collapse;
}

table#table_login_section td.col_left {
	width: 189px;
	background: url(/assets/images/products/products_filter_repeater.gif) repeat-y;
}

table#table_login_section td.col_right {
	width: 726px;
	height: 500px;
	background: url(/assets/images/products/products_browser_repeater.gif) repeat-y;
}
