﻿body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	color: #999;
}
body {
	background-color: #0E0E0E;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

ul.listele 
{
    width:500px;
    margin: 0 auto;
    list-style-type: none;

}


ul.listele li {
	padding-bottom: 25px; /* boşluk için */
}

a 
{
    color: white;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}


input
{
    border-color:#262626;
    border-width:1px;
    border-style:solid;
    background-color:#1A1A1A;
    color:white;
    padding:3px;
    margin-top:2px;
    margin-right:2px;
    width:170px;
    font-size:11px;
}

textarea
{
    border-color:#262626;
    border-style:solid;
    border-width:1px;
    background-color:#1A1A1A;
    color:white;
    padding:2px;
    margin-top:2px;
    margin-right:2px;
    width:332px;
    height:115px;
}