@CHARSET "UTF-8";

INPUT, TEXTAREA, SELECT {
	
	border: 1px solid gray;
}

TD.form_baslik {

	padding: 6px;
	text-align: right;
	font-weight: bold;
	border-bottom: 1px solid #CCCCCC;
}

TD.form_item {

	border-bottom: 1px solid #CCCCCC;
	padding: 6px;
}

P.hata {

	color: red;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

P.tamam {

	color: green;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

P.devam_et {

	color: black;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

P.onayla {

	color: black;
	font-weight: bold;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
}

INPUT.readonly {

	color: #666;
}