
/* corner styles */
#shadow1_ctl {
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 17px;
	width: 17px;
	background-image: url(../images/elements/shadow_type1/ctl.gif);
}
#shadow1_ctr {
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 17px;
	width: 17px;
	background-image: url(../images/elements/shadow_type1/ctr.gif);
}
#shadow1_cbl {
	background-repeat: no-repeat;
	background-position: right top;
	height: 17px;
	width: 17px;
	background-image: url(../images/elements/shadow_type1/cbl.gif);
}
#shadow1_cbr {
	background-repeat: no-repeat;
	background-position: left top;
	height: 17px;
	width: 17px;
	background-image: url(../images/elements/shadow_type1/cbr.gif);
}

/* edge styles */
#shadow1_etm {
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 17px;
	/*width:auto;*/
	background-image: url(../images/elements/shadow_type1/etm.gif);
}
#shadow1_erm {
	background-repeat:repeat-y;
	background-position: left bottom;
	width: 17px;
	/*height:auto;*/
	background-image: url(../images/elements/shadow_type1/erm.gif);
}
#shadow1_ebm {
	background-repeat: repeat-x;
	background-position: left top;
	height: 17px;
	/*width:auto;*/
	background-image: url(../images/elements/shadow_type1/ebm.gif);
}
#shadow1_elm {
	background-repeat: repeat-y;
	background-position: right top;
	width: 17px;
	/*height:auto;*/
	background-image: url(../images/elements/shadow_type1/elm.gif);
}

/* corner clockwise edge styles */
#shadow1_etl {
	background-repeat: no-repeat ;
	background-position: left bottom;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/etl.gif);
}
#shadow1_ert {
	background-repeat:no-repeat;
	background-position: left top;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/ert.gif);
}
#shadow1_ebr {
	background-repeat: no-repeat ;
	background-position: right top;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/ebr.gif);
}
#shadow1_elb {
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/elb.gif);
}

/* corner anti-clockwise edge styles */
#shadow1_etr {
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/etr.gif);
}
#shadow1_erb {
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/erb.gif);
}
#shadow1_ebl {
	background-repeat: no-repeat;
	background-position: left top;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/ebl.gif);
}
#shadow1_elt {
	background-repeat: no-repeat;
	background-position: right top;
	width: 17px;
	height:17px;
	background-image: url(../images/elements/shadow_type1/elt.gif);
}




