/* CSS Kodlar */
/* www.hepforum.com  - Aytac */

.aktifbuton { 
display:block; 
cursor:hand; 
cursor:pointer; 
text-decoration:none;
}

.kayit { 
background: url(kayit.png) no-repeat;
width: 266px;
height: 59px;
padding: 3px;
}

.giris { 
background: url(giris.png) no-repeat;
width: 266px;
height: 59px;
padding: 3px;
}

.uyari {
margin-bottom: 15px;
background: url(uyari.png) no-repeat;
width: 495px;
height: 33px;
padding: 3px;
}

.giris .kayit .uyari { text-align: center;}

.notloggedin
{
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=95);
	-moz-opacity: 0.97;
	opacity: 0.97;
	background: #333 url(art.gif);
}

.notloggedin table {
	margin-top: 10px;
}