.border-right {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #D2D2D2;
}
.border-leftright {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #D2D2D2;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #D2D2D2;
}
.no-repeat {
	background-repeat: no-repeat;
}
button
{
	cursor:hand;
}