/* CSS Document */

.text_title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.text_steps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
}
.text_info {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}
.text_section {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: bold;
}
.text_action {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

.text_forgotpassword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
	font-style: normal;
	font-weight: normal;
}

.text_resetpassword {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}

.text_systemmessg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF0000;
	font-style: normal;
	font-weight: normal;
}
.border {
	border-top-color: #4584A3;
	border-bottom-color: #4584A3;
	border-width: 1px;
	border-bottom-style:solid;
	border-top-style: solid;
	border-right-style: none;
	border-left-style: none;

}
.bg_img {
	background-repeat: no-repeat;
	background-image: url(../images/login/trans_adminlogin_section_img.jpg);
}
.loginbuttons {font-weight:bold; font-family:Arial; background-color:#006791;
	font-size:7pt; color:white; text-transform:uppercase; border: solid 1px #333333;
	padding: 1px
}
