.bckNoRepeat {
	background-repeat: no-repeat;
	background-position: right top;
}
.border {
	border: 1px solid #666666;
}
.bckNoRepeatBL {

	background-repeat: repeat-x;
	background-position: left bottom;
}
.bckNoRepeatBR {


	background-repeat: no-repeat;
	background-position: right bottom;
}
.bckRepeatV {

	background-repeat: repeat-y;
	background-position: right top;
}
.bckNoRepeatTR {



	background-repeat: no-repeat;
	background-position: right top;
}
.bckNoRepeatTL {




	background-repeat: no-repeat;
	background-position: left top;
}
.bckRepeatVR {


	background-repeat: repeat-y;
	background-position: left;
}
