/* CSS Document */

.back_button a {
	width:82px;
	padding:5px 10px 5px 0px;
	text-align:right;
	font-weight:bold;
	text-decoration:underline;
	float:right;
}
.back_button a:hover {

	text-decoration:none;
}



.back_button1 a {
	width:584px;
	padding:5px 0px 0px 0px;
	text-align:right;
	font-weight:bold;
	text-decoration:underline;
	float:left;
}
.back_button1 a:hover {

	text-decoration:none;
}
.back_button_1 a {
	padding:5px 0px 5px 0px;
	text-align:right;
	font-weight:bold;
	text-decoration:underline;
	float:right;
}
.back_button_1 a:hover {

	text-decoration:none;
}

.contact_button {
	background-image:url(../images/btn_bg2.gif);
	background-repeat:no-repeat;
	width:144px;
	height:27px;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:0px 0px 0px 0px;
	float:right;
	border:0px;
	margin:0px 0px 10px 0px;
	cursor:pointer;
}
.contact_button1 {
	background-image:url(../images/btn_bg2.gif);
	background-repeat:no-repeat;
	width:144px;
	height:27px;
	font-family:Tahoma, Arial, Verdana;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
	padding:0px 0px 0px 0px;
	float:left;
	border:0px;	
	cursor:pointer;
}
.login_container {
     left: 0px;
     position: absolute;
     top: 1px;
     width:100%;
     z-index: 999;

}