﻿    /**
    * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
    * http://cssreset.com
    */



#mainYorum {
	margin: 0 auto;
	width: 800px;
	background:#fff;
	border-radius:10px;
}

.yorumContent {
	margin: 10px 0;
	padding:10px;
	font-family: Tahoma;
	font-size:13px;
	color:#555;
	overflow:hidden;
	border-radius:10px;
	border:1px solid #ccc;
}
.clear {clear:both;}

#tabloYorum {
	background:#f9f9f9;
	margin-bottom: 10px;
	padding:10px;
	border:1px solid #e2e2e2;
	border-radius:5px;
	text-shadow:0 1px #FFF;
}

.tablo-bilgi {float: left; color:#d21e47; font-size:14px;}

.tablo-tarih {float: right; color:#FF8000;}

.tablo-msj { margin:10px; font-size:14px; 0;}

.tablo-ip { text-align:right; font-size:10px; color:#FF8000; }

/* panel için */
.tablo-ip-panel { margin-top:5px; float:right; text-align:right; font-size:10px;  }

.islem { margin-top:5px; float:left; font-weight:bold; font-size:10px;  }
/* panel için */

.basarili { font-size:12px; font-weight:bold; color: #5E9900; }

.hata { font-size:12px; font-weight:bold; color: #FF0000; }

.footer { margin:10px; overflow:hidden;}

.footer-sol { width:70%; float:left;}

.navbuton {
	float:left;
	background:#ccc;
	margin-right: 3px;
	border-radius:3px;
	color:#444;
	text-shadow:0 1px #FFF;
}
.navbuton:hover { background:#999;}
.navbuton a { color:#444; font-size:11px; text-shadow:0 1px #FFF; display:block; padding:5px; }
.navbuton a:hover { color:#FFF; text-shadow:0 -1px #111; }

.footer-sag { width:30%; float:right; font-size:11px; text-align:right;}

.copyright { font-size:11px; text-align: center;}

	
/*form style*/
.textbox {
	margin:2px;
    border: 1 solid #C2C6CF;
    color: #555;
    font-size: 9pt;
}
.textarea {
	margin:2px;
    border: 1 solid #C2C6CF;
    color: #555;
    font-size: 9pt;
}

.button {
	font-weight:bold;
	color:#444;
	font-size:9pt;
	border: 0;
	background:#ccc;
	padding:5px;
	border-radius:3px;
	text-shadow:0 1px #FFF;
	cursor:pointer;
}
.button:hover {
	background:#666;
	color:#FFF;
	text-shadow:0 -1px #111;
}