#loginwrapper label {
	width: 130px;
	float: left;
	margin-top: 5px;
}
#loginwrapper input {
	margin-top: 5px;
}
.profile {
width:161px;
}

.profile-top {
background-image: url(../images/sidebox-top.png);
background-repeat: no-repeat;
height: 30px;
line-height:25px;
font-weight: bold;     
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
padding-left:6px;
}
/*taken from Thickbox to fix line problem*/
*{padding: 0; margin: 0;}

/*
Removed by Luke <luket@opensense.com> <H1></H1> was interfering with the layout.
.profile-top H1 {
font-weight: bold;     
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt;
padding-top: 0px;
padding-left: 0px;
line-height:50px;
}*/

.profile-bottom {
background-image: url(../images/sidebox-btm.png);
background-color:#FFF;
background-repeat: no-repeat;
height: 16px;
font-weight: bold;
padding-bottom: 10px;
}

.profile-main {
background-image: url(../images/sidebox-main.png);
background-repeat: no-repeat;
background-color: #A1FF43;
}

.profile-main p {
margin-left: 4px;
}

#profile_holder {
padding-left:4px;
padding-right:4px;
}

#content-layer-wrap
{
width:100%;
overflow:hidden;
}

#addinfo {
width:220px;
float:left;
padding: 0 10px 0 10px;
border-right: #D0D0D0 solid 1px;
margin-right: 10px;
}
#addinfo h2 {
	font-size: 14px;
	color: #707070;
}
/* Info popout styling */
#ip-tl {
	float:left;
	width: 20px;
	height:22px;
	background:url(../images/catalog/addinfo/popup/whitebg_r1_c1.png) top no-repeat;
}
#ip-tc {
	float:left;
	background:url(../images/catalog/addinfo/popup/whitebg_r1_c3.png) top repeat-x;
}
#ip-tr {
	float:right;
	background:url(../images/catalog/addinfo/popup/whitebg_r1_c6.png) top no-repeat;
}
#infopopout
	{
	display:none;
	position: absolute;
	left: 178px;
    top: 82px;
	/*margin-left: auto;
	margin-right: auto;*/	
	margin-top: 3em;
	padding: 0;
	text-align: left;
	/*width:100%;*/				/* <-- use this to tie width to viewport size */
	width: 800px;				/* <-- use this for a set width */
	background-color: #eeeeee;
	z-index:3000;
	}
 	
#ip-content
	{
	padding:3em;
	}

#content h1
	{
	color:#0354c2;
	font-weight: bold;
	font-size: 1.2em;
	font-family: helvetica, geneva, arial, sans-serif;
	}
		
#content p
	{
	color:#3b3b3b;
	font-size: 1em;
	line-height: 1.3em;
	font-family: arial, helvetica, sans-serif;
	}
		
/* ---=== border code follows ===--- */
/*
	tlc = top left corner
	trc = top right corner
	blc = bottom left corner
	brc = bottom right corner
	lb = left border
	rb = right border
	tb = top border
	bb = bottom border 
*/

#tlc, #trc, #blc, #brc
	{
	background-color: transparent;
	background-repeat: no-repeat;
	}

#tlc
	{
	background-image:url(../images/catalog/addinfo/popup/tlc.gif);
	background-position: 0% 0%;
	}

#trc
	{
	background-image:url(../images/catalog/addinfo/popup/trc.gif);
	background-position: 100% 0%;
	}
	
#blc
	{
	background-image:url(../images/catalog/addinfo/popup/blc.gif);
	background-position: 0% 100%;
	}

#brc
	{
	background-image:url(../images/catalog/addinfo/popup/brc.gif);
	background-position: 100% 100%;
	}

#tb, #bb
	{
	background-color: transparent;
	background-repeat: repeat-x;
	}
			
#tb
	{
	background-image:url(../images/catalog/addinfo/popup/tb.gif);
	background-position: 0% 0%;
	}

#bb
	{
	background-image:url(../images/catalog/addinfo/popup/bb.gif);
	background-position: 50% 100%;
	}
	
#rb
	{
	background-image:url(../images/catalog/addinfo/popup/r.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	}

#lb
	{
	background-color: #eeeeee;
	background-image:url(../images/catalog/addinfo/popup/l.gif);
	background-position: 0% 100%;
	background-repeat: repeat-y;
	}
	
