.bg {
	background-image: url(images/bg_image.jpg);
	background-repeat: repeat-x;
}
.login {
	background-image: url(images/login1.jpg);
	background-repeat: no-repeat;
	padding-top: 55px;
	padding-left: 30px;
	padding-right: 26px;

}
.logintext {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.box {
	border: 1px solid #000000;
}
	
	

.text {
	font-family: tahoma;
	font-size: 11px;
	color: 422A2D;
}
.text a{
	font-family: tahoma;
	font-size: 11px;
	color: 422A2D;
}

.bgrec {
	background-image: url(images/gray_rec.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 15px;

}
.line {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-align: center;
}
.dotline {
	background-image: url(images/line.jpg);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 10px;
}
