@charset "utf-8";
/* CSS Document */

/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	margin:0px;
	line-height: 1;
	background:url(../images/login-bg.jpg) repeat;
}

.message_YES {
    color: #00ae42;
    font-weight: bolder;
}

.message_NO {
    color: #C00;
    font-weight: bolder;
}

#kullanici_giris_cerceve {
	width:430px;
	height:250px;
	padding:5px;
	margin:0 auto;
	margin-top:200px;
	background:url(../images/giris-zemin.png);
}
.baslik_resim { margin-top: 9px; }
.giris_icalan { margin-top:17px; font:12px Tahoma, Geneva, sans-serif; }

.giris_ic_satir_ilk	{ text-align:right; margin-right:15px; color:#183245; }
.giris_ic_satir		{ margin-top:11px; text-align:right; margin-right:15px; color:#183245; }
.giris_ic_satir_orta{ margin-top:11px; text-align:center; margin-right:15px; margin-left:234px; color:#183245; }

.inputalan { width:170px; height:21px; padding:2px 5px; background-image:url(../images/giris-input.png); border:0; color:#333; }
.giris_buton { background:url(../images/giris-buton-h.png); border:0; width:95px; height:32px; cursor:pointer; }
.giris_buton:hover { background:url(../images/giris-buton-d.png); }