@import url(base.css);
@import url(boxes.css);

/* TEST */

/* 1. CUSTOM BOX STYLES
**********************************************************/
.white { position: relative; }
.white .bt, .white .bt div { background-image:url(../images_www/boxes/rnd-ffffff_ds.gif); height: 8px; }
.white .bb, .white .bb div { background-image:url(../images_www/boxes/rnd-ffffff_ds.gif); height: 8px; }
.white .i1, .white .i2 { background-image:url(../images_www/boxes/rnd-ffffff_ds_bdrs.gif) }
.white .i1 { padding:0 0 0 1px; }
.white .i2 { padding:0 3px 0 0; }
.white .i3 { padding: 20px; background-color: #ffffff; }



/* 2. PAGE LAYOUT
*********************************************************border: 1px solid #00FFFF;*/




/* 3. PAGE ELEMENTS
**********************************************************/

#noaccess {
	padding: 0 20px;	
}
#noaccess h3 {
	font-weight: bold;
	padding: 26px 0 10px 68px;
	font-size: 18px;
	background: url(../images_www/icon-warning48.png) no-repeat left top;
	border-bottom: 1px solid #e0e0d8;
}
#noaccess p {
	margin: 20px 0 10px 0;
	padding-left: 68px;
}
#noaccess ul {
	list-style: disc;
	margin-left: 15px;
	padding: 0 0 20px 68px;
}



