
/*  CSS Dokuman   */

.form1 {
	color: #515E6C;
	font-family: Verdana;
	font-size: 11px;	
}
.tablo1 {
	background:#fbfbfb;
	padding:5px;
	border:2px solid #eee;
	border-radius:5px;
}
.textbox {
    border: 1 solid #C2C6CF;
    color: #555;
    font-family:Lucida Console;
	font-size: 9pt;
}
.textarea {
    border: 1 solid #C2C6CF;
    color: #555;
    font-family:Lucida Console;
	font-size: 9pt;
}
.listbox {
	width:100px;
	font-family:Lucida Console;
	color: #555;
	font-size: 9pt;
}
.button {
	font-family:Tahoma;
	font-weight:bold;
	font-size: 9pt;
	color:#444;
	border: 0;
	background:#DDD;
	padding:5px;
	border-radius:3px;
}
.button:hover {
	background:#666;
	color:#FFF;
}

.capimg {
	
	border: 1px solid #ddd;
	margin-bottom: 3px;
}