/* PT_HEADER  */
/* Contains css definitions for the right column templates */

/*------------------------------*/
/*            COMMON            */
/*------------------------------*/

/* BANNER */
#pt_skyscraper {
	position:absolute;
	right:0px;
	margin-right:-132px;
	top:18px;
}

/* LOGIN */
/*
#pt_login {
	padding-bottom:0px;
	background:#f2f2f2;
	width:228px;
	height:60px;
	margin:1px;
	padding-top:4px;
	padding-right:12px;
	line-height:14px;
	overflow:hidden;
}
*/
#pt_login {
	background:#f2f2f2;
	height:64px;
	margin:1px;
	overflow:hidden;
	padding-bottom:0px;
}
#pt_login UL{
	margin-left:10px;
	text-align:left;
	clear:left;
}
#pt_login INPUT{
	vertical-align:middle;
	margin-left:10px;
}
#pt_login IMG{
	margin-top:4px;
}
#pt_login .pt_go{
	float:right;
	text-align:left;
	margin-left:12px;
}
