/*common.css*/
<style type="text/css">

/*--------------------------------------------------POSITION----------------------------------------------------
/* header, and top of page elements */

.caponeheader{
left:0px;
top:0px;
position:absolute;
width:760px;
height:101px;
margin-bottom: 10;
}

.microheader_find2{
	left:10px;
	width:740px;
	height:81px;
	z-index:0;
	background-image: url(../images/header_find.gif);
	background-repeat: no-repeat;
	position: absolute;
	left:10px;
}

.microheader_confirm2   {
	left:10px;
	width:740px;
	height:81px;
	z-index:0;
	background-image: url(../images/header_confirm.gif);
	background-repeat: no-repeat;
	position: absolute;
}

.microheader_create2{
	left:10px;
	width:900px;
	height:81px;
	z-index:0;
	background-image: url(../images/header_create.gif);
	background-repeat: no-repeat;
	position: absolute;
}

.microheader_register2{
	left:10px;
	width:740px;
	height:81px;
	z-index:0;
	background-image: url(../images/header_register.gif);
	background-repeat: no-repeat;
	position: absolute;
}

/*.microheader_blank2{
	left:10px;
	width:920px;
	height:81px;
	z-index:0;
	background-image: url(../images/global-CA-header.jpg);
	background-repeat: no-repeat;
	position: absolute;
}*/
.microheader_blank2A{
	left:10px;
	width:960px;
	height:81px;
	z-index:0;
	background-image: url(../images/global-CA-header.jpg);
	background-repeat: no-repeat;
	position: absolute;
}



#logospacer{
	left:15px;
	top: 15px;
	width:200px;
	height:50px;
	z-index:1;
	position: absolute;
}


</style>
/*--------------------------------------------------END OF COMMON ELEMENTS------------------------------------- */
