a:link {text-decoration: none; }
a:active {text-decoration: none; }
a:visited {text-decoration: none; }
a:hover {text-decoration: none; }
img{
border:none;	
}
#container{
	width:1020px;
	margin-left:auto;
	margin-right:auto;
	height:100%;
	position:relative;
}
body{
	background-color: #2a2a2a;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-image: url(../images/harita.gif);
	background-repeat: repeat;
}

#kurumsal{
	height: 179px;
	width: 100px;
	top: 303px;
	left: 82px;
	background-image: url(../images/login/kurumsal_.png);
	background-repeat: no-repeat;
	position:absolute;
}

.kbox{
	border:	none;
	position:absolute;
	top: 23px;
	left: 103px;
}

.sbox{
	border:	none;
	position:absolute;
	top: 45px;
	left: 103px;
}

#line{
	height: 307px;
	width: 3px;
	background-image: url(../images/login/line.png);
	background-repeat: no-repeat;
	position:absolute;
	top: 264px;
	left: 355px;
}

#bireysel{
	height: 179px;
	width: 100px;
	top: 303px;
	left: 391px;
	background-image: url(../images/login/bireysel_.png);
	background-repeat: no-repeat;
	position:absolute;
}

#logo{
	width: 197px;
	height: 40px;
	position:absolute;
	top: 154px;
	left: 84px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
}

a:link {
	color: #BFD730;
	text-decoration: none;
}
a:active {
	color: #BFD730;
	text-decoration: none;
}
a:visited {
	color: #BFD730;
	text-decoration: none;
}
a:hover {
	color: #BFD730;
	border-bottom: 1px solid #FFF;
}
.spanLink{
	color: #BFD730;
	text-decoration: none;
	cursor:pointer;
	font-weight:bold;
}
.spanLink:hover {
	color: #BFD730;
	border-bottom: 1px solid #FFF;
	cursor:pointer;
	font-weight:bold;
}