/*global box styles*/
/*all boxes must have:
   - an outer div with a box class
   - an inner div with 'box-inner' class
   - a div the wraps around the header with a 'header' class
   - a h2 element as the box title
*/
div.box {
	background:url(/img/box_bottom-left.gif) bottom left no-repeat;
}

div.box div.box-inner {
	background:url(/img/box_bottom-right.gif) bottom right no-repeat;
	padding-bottom:6px;
}

/*standard boxes*/					
div.box div.header {
	background:url(/img/box_top_trans.png) top left no-repeat;
}


/*boxes at the top near the blue background*/										
div.box div.top {
/*	background: url(/img/box_top-right_top.gif) top right no-repeat;*/
}

div.box div.header h2.top {
/*	background:url(/img/box_top-left_top.gif) top left no-repeat;*/
}
				
div.box div.header h2 {
	font-size:11px;
	color:#0A4582;
	margin-left:0;
	padding-left:16px;
	line-height:24px;
	margin-bottom:0; 	
}

div.box-content {
	border-top:solid 1px #CBDAE8;
	border-left:solid 1px #E2EBF2;
	border-right:solid 1px #E2EBF2;
	margin-bottom:6px;
	border-bottom:solid 1px #f2f6fa;
	background:#F2F6FA;
}

div#registration-confirm {
	width: 550px;
}
