body {
	background-color: #fff;
	background-image: url("/i/bgr.jpg");
}

.no-space-top {
	padding-top: 0px !important;
}

.no-space-right {
	padding-right: 0px !important;
}

.no-space-bottom {
	padding-bottom: 0px !important;
}

.no-border {
	border: none;
	border-radius: 0px !important;
	box-shadow: none !important;
}

.ralign {
	text-align: right;
}

.mandatory {
	font-size: 24px;
	color: #D42C2C;
	position: relative;
	top: 6px;
}