@import url("resim.css");
@import url("mesaj.css");
@import url("menu.css");
@import url("baloon.css");
@import url("mesaj.css");
@import url("slider-nivo.css");
body,td,html{
margin:0;
padding:0;
font-family:Tahoma;
font-size:12px;
color:#000;
}
a:link,a:visited{
color:#111;
text-decoration:none;
}
a:hover{
color:#222;
text-decoration:none;
}
.ustbaslik{
color:#fff;
border:1px solid #636466;
background-color:#bcbec0;
padding:10px 0px 10px 30px; 
border-radius:5px 5px 5px 5px; 
margin:10px 0px 10px 0px; 
font-weight:bold;
font-size:15px;
}
.yazialani{
padding:20px 45px 45px 20px ;
}
a:link.button4,a:visited.button4{
color:#FFF;
text-decoration:none;
}
.button4 {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #5882c1), color-stop(1, #72a1e4) );
	background:-moz-linear-gradient( center top, #5882c1 5%, #72a1e4 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5882c1', endColorstr='#72a1e4');
	background-color:#5882c1;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #537cb9;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	padding:6px 20px;
	text-decoration:none;
}.button4:hover {
	color:#ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #72a1e4), color-stop(1, #5882c1) );
	background:-moz-linear-gradient( center top, #72a1e4 5%, #5882c1 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72a1e4', endColorstr='#5882c1');
	background-color:#72a1e4;
}.button4:active {
	color:#ffffff;
	position:relative;
	top:1px;
}
.border{
border-right: 1px solid #ab2626;
border-left: 1px solid #ab2626;
border-bottom: 1px solid #ab2626;
}
.icerik{
color: #787878;
font:13px Tahoma, Verdana, Arial, sans-serif;	
text-align:left;
padding: 10px 10px 10px 10px;
}
.baslik{
color: #fff;
font:14px Tahoma, Verdana, Arial, sans-serif;	
font-weight:bold;
padding-left:10px;
text-align:left;
}
.other input[type="text"] {
background: #fcfcfc;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #111;
width:300px;
border: 1px solid #222;
padding: 10px 15px 10px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.other input[type="password"] {
background: #fcfcfc;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #111;
width:300px;
border: 1px solid #222;
padding: 10px 15px 10px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.other textarea {
background: #fcfcfc;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #111;
width:300px;
border: 1px solid #222;
padding: 10px 15px 10px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}


.other input[type="submit"] {
background: #111;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #fff;
border: 1px solid #222;
padding: 8px 12px 8px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.other input[type="text"]:focus, .other input[type="password"]:focus {
background: #fcfcfc;
color: #222;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.other input[type="submit"]:focus {
background: #111;
color: #222;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.other2 input {
background: #fcfcfc;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #111;
border: 1px solid #222;
padding: 7px 7px 7px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.other2 select {
background: #fcfcfc;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #111;
width:404px;
border: 1px solid #222;
padding: 7px 7px 7px 7px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.other2 textarea {
background: #fcfcfc;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #111;
width:378px;
height:150px;
border: 1px solid #222;
padding: 10px 15px 10px 10px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}


.other2 input[type="submit"] {
background: #111;
border: 0 none;
font: bold 12px Arial,Helvetica,Sans-serif;
color: #fff;
border: 1px solid #222;
padding: 8px 12px 8px 12px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
-webkit-transition: all 0.7s ease 0s;
-moz-transition: all 0.7s ease 0s;
-o-transition: all 0.7s ease 0s;
transition: all 0.7s ease 0s;
}

.other2 input:focus {
background: #fcfcfc;
color: #222;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.other2 select:focus {
background: #fcfcfc;
color: #222;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.other2 input[type="submit"]:focus {
background: #111;
color: #222;
-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

#resimler {
float: left;
width: 98%;
border: 0px solid gray;
}
.kucuk {
float: left;
display: block;
padding: 7px;
margin: 0px 3px 3px 0px;
border: 3px solid #ffffff;
background-color: #f1f1f2;
}
.resim {
margin: 0;
padding: 0;
border: 0;
}

.style1 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
	padding-left:15px;
}
.style2 {
	color: #787878;
	font-size: 11px;
	font-family: tahoma;
	text-decoration:none;
	padding-left:15px;
	padding-bottom:5px;
	padding-top:5px;
}


