@charset "utf-8";
/* by avinash_boot@hotmail.com */

* {
	padding:0px;
	margin:0px;
}
body{
	margin:0px;
	background-color: black;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.box_for_login{
	width: 659px;
	margin:auto;
	margin-top:120px;
}
.top_bg{
	background-image: url(../images/top_bg.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 661px;
}
.middle_bg{
	background-image: url(../images/bg_middle.png);
	background-repeat: repeat-y;
	height: 360px;
	width: 657px;
}
.bottom_bg{
	background-image: url(../images/bottom_bg.png);
	background-repeat: no-repeat;
	height: 22px;
	width: 657px;
}
.keti_left{
	background-image: url(../images/keti.png);
	background-repeat: no-repeat;
	float: left;
	height: 371px;
	width: 146px;
	position:relative;
}
.left_portion_form{
	height: 354px;
	width: 504px;
	float:left;
}
.top_portion{
	float: right;
	height: 72px;
	width: 215px;
	background-image: url(../images/optimax.png);
	background-repeat: no-repeat;
}
.form_here{
	width: 504px;
	margin-top:39px;
}
.form{
	float: left;
	width: 388px;
}
.secure{
	float: left;
	background-image: url(../images/secure.png);
	background-repeat: no-repeat;
	height: 155px;
	width: 90px;
}
.table_contents{
	font-family: arial;
	font-size: 12px;
	color: #FFFFFF;
}
.hello_txt{
	font-family: verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.te{
	height:18px;
	padding-top:2px;
	border: 2px solid #006600;
}
.te:hover{
	height:18px;
	padding-top:2px;
	border-top-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #0099CC;
	border-right-color: #0099CC;
	border-bottom-color: #0099CC;
	border-left-color: #0099CC;
}



