
.RedBox
{
	border:solid 1px gray;
	cursor:default;
    position:absolute;
    background-image:url(handler.ashx?request=gradient&angle=90&width=100&height=100&color1=white&color2=red);
    
    /* Structural styles (probably won't need to change) */
    filter:alpha(opacity=100); /*Work-around for an IE rendering bug*/
	margin-right:1px;
	margin-bottom:1px;
}
.YellowBox
{
	border:solid 1px gray;
	cursor:default;
    position:absolute;
    background-image:url(handler.ashx?request=gradient&angle=90&width=100&height=100&color1=white&color2=yellow);
    
    /* Structural styles (probably won't need to change) */
    filter:alpha(opacity=100); /*Work-around for an IE rendering bug*/
	margin-right:1px;
	margin-bottom:1px;
}

