.greydotline {
	background-attachment: fixed;
	background-image: url(../images/global/dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.reddotline {
	background-attachment: fixed;
	background-image: url(../images/global/red_dotline.gif);
	background-repeat: repeat-x;
	background-position: left center;
}
.vgreydotline {
	background-attachment: fixed;
	background-image: url(../images/temp/v_dotline.gif);
	background-repeat: repeat-y;
	background-position: left center;
}
.cutoff_right_top { border-left: 1px solid #CCCCCC; border-bottom: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC; border-top: 1px solid #CCCCCC }