@charset "utf-8";

/* CSS Document */

.baslik { font-family:Open Sans; font-size:14px; font-weight:bold; color:#333;}
.textField { font-family:Open Sans; font-size:100%; width:98%; height:30px; padding:0px 0 0px 5px; margin-bottom:0px; color: #333; background-color: #fff; border:1px solid #D9D9D9; border-radius:3px; }
.select { font-family:Open Sans; font-size:100%; width:98%; height:30px; padding:0px 0 0px 5px; margin-bottom:0px; color: #333; background-color: #fff; border:1px solid #D9D9D9; border-radius:3px; }
.mesaj { font-family:Open Sans; font-size:100%; width:98%; height:90px; padding:0px 0 0px 5px; margin-bottom:0px; color: #333; background-color: #fff; border:1px solid #D9D9D9; border-radius:3px;  }
.hata { display:block; background:#F00; font-family:Open Sans; font-size:14px; color:#FFF; text-align:center; padding:10px 5px 10px 5px; cursor:help; }
.normal { display:block; background:#003; font-family:Open Sans; font-size:14px; color:#FFF; text-align:center; padding:10px 5px 10px 5px; cursor:help; }
.butongonder { font-family:Open Sans; background:#003; color:#FFF; font-size:100%; border:1px solid #D9D9D9; border-radius:3px; width:98%; height:35px; font-weight:bold; }
.butongonder:hover { background:#F00; }
.butongonder:active { position:relative;}