body {

font-size:10px;
font-family: Arial, Helvetica, sans-serif;
margin-top:0px;
}


td {
	font-family: Tahoma;
	font-size:12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

a {
	text-decoration:none;
	font-size:inherit;
	color:#000000;
	font-style: inherit;
}

a:hover {
	color:#000000;
	font: inherit;
	font-size: inherit;
	text-decoration:none;
	font-style:italic
}
.input
{
border-width:1px;
border-color:#000000;
border-style: solid;
background:#FFffcc;
font-size:10px;
}
input:focus{
background:#FFFFFF;
}

.input2
{
border-width:1px;
border-color:#999999;
border-style: solid;
background:#e9e8d3;
font-size:10px;
}
input2:focus{
background:#FFFFFF;
}

.siparis {
color: #FFFFFF; font-weight: bold;
background:#B65453;
}

.solaitele {
padding-left:10px;
}

.menu{
border-color:#999999;
border-style:solid;
border-width:1px;
background:#f3f3f3;
}

.padding {

padding-left:10px;
padding-right:10px;
}

.baslik {
	font-family: Tahoma;
	font-size:16px;
	font-weight:bold;
	}
	
	
.hint {
   	display: none;
    position: absolute;
	text-align:center;
	top:150px;
	left:400px;
    width: 200px;
    margin-top: 0px;
    border: 1px solid #999999;
    background: #efefef url(pointer.gif) no-repeat -10px 5px;
}


.hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}