.vdotline {
	background-attachment: fixed;
	background-image:  url(../images/global/dotline.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
.hdotline {
	background-attachment: fixed;
	background-image:  url(../images/global/hdotline.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.greyborder {
	border: 1px solid #EFEFEF;
}
