@charset "utf-8";
/* CSS Document */

html, body, #Main {  height: 100%; }
body { font: 86% Arial, "Helvetica Neue", sans-serif; margin: 0; overflow: auto; background-color: #FFD000; color: #FFFFFF}


#fiyat {width:99%; margin:0; position:absolute; height:99%; display:none;} 
#fiyat .container {width:800px; height:400px; border:solid 1px #000; position:relative; margin:100px auto; background:#FFF; color:#333; padding:10px; overflow:auto;}
#fiyat .container h1 {font-size:22px;}
#fiyat .container tr {background:#fed977;}
#fiyat .container td.baslik {font-size:14px; font-weight:bold; text-align:center;}
#fiyat .container .kapat {width:110px; height:20px; position:relative; float:right; margin:-10px -10px 0 0; text-align:center;}


#fiyat a {color:#000; text-decoration:underline;}
#fiyat a:hover {color:#000; text-decoration:none;}


#hrform {width:99%; margin:0; position:absolute; height:99%; display:none;} 
#hrform .container {width:800px; height:400px; border:solid 1px #000; position:relative; margin:100px auto; background:#fed977; color:#333; padding:10px; overflow:auto;}
#hrform .container h1 {font-size:22px;}
#hrform .container tr {background:#fed977;}
#hrform .container td.baslik {font-size:14px; font-weight:bold; text-align:center;}
#hrform .container .kapat {width:110px; height:20px; position:relative; float:right; margin:-10px -10px 0 0; text-align:center;}


#hrform a {color:#000; text-decoration:underline;}
#hrform a:hover {color:#000; text-decoration:none;}



.formasyon input[type="text"], .formasyon textarea, .formasyon input[type="select"] {width:150px; position:relative; margin:2px 5px; border:solid 1px #666;}