﻿/* general container specifications */
.cornerBox { position: relative }
.cornerBoxInner { padding: 10px;}
.white { color:#FFF }

.white a { color:#FFF; 
	padding-left:8px; font: 12px arial,helvetica,sans-serif;
	background:url('/SiteCollectionImages/bullet_white.gif') left 4px no-repeat;
}


.cornerBoxInner p { font: 12px arial,helvetica,sans-serif; padding-bottom: 10px }
/* image definition*/
.corners { position: absolute; width: 10px; height: 10px; background: url('/SiteCollectionImages/corners.png') no-repeat; font-size: 0% }
/* image positioning */
.TL { top: 0; left: 0; background-position: 0 0 }
.TR { top: 0; right: 0; background-position: -10px 0 }
.BL { bottom: 0; left: 0; background-position: 0 -10px }
.BR { bottom: 0; right: 0; background-position: -10px -10px }