﻿    body
        {
            background-image:url(../Content/images/bg.jpg); 
              background-repeat:no-repeat;
               background-position: center 10%;
              background-color:#eff3fc; 
			  font-family:Calibri,"Times New Roman";

        }
footer
{
	  text-decoration:underline; 
	  background-color:gray; 
	  font-size:18px; 
}
form#login
{
	  margin:15% auto;
	  padding:50px; 
	  border:0px solid gray; 
	  border-radius:5px; 
	  -webkit-border-radius:5px; 
	  -moz-border-radius:5px;
	  font-size:18px; 
	  font-family:Tahoma;
	  width:106px; 
	  height:151px; 

}
	form#login input[type="submit"]
	{
		   border:3px solid gray; 
		   border-radius:4px; 
		   -webkit-border-radius:4px; 
		   -moz-border-radius:4px; 
		   font-size:16px;
		   font-family:Tahoma;
		   font-weight:bold;
		   margin:60px 15px 8px 60px;
		   color:black;
		   cursor:pointer; 
	}
	form#login input[type="text"]
	{
		margin-left: 0px;
}
	ul{
list-style-type:none;
display:inline;
margin:0px 200px;
}
a.Anasayfa{
float:left;
width:135px;
text-decoration:none;
text-align: center;
color:#eff3fc;
font-weight:bold;
background:#5d7b9d;
padding:5px;
border-right:1px solid #0548a1;
}
a.Anasayfa:hover{
background:#0548a1;
}
form#form1
{
	 margin:0 auto 0 auto;
	 width: auto;
}
div#content
{
	    margin:200px auto; 
		width:500px; 
		height:600px; 
		padding:10px; 
		border:10px solid gray; 
		border-radius:5px; 
		-webkit-border-radius:5px; 
		-moz-border-radius:5px; 
		line-height:20px;
        
}
	div#content strong
	{
		  text-decoration:underline; 
	}
	   form#KullaniciEkle
        {
      
	  padding:50px; 
	  border:5px solid white; 
	  border-radius:5px; 
	  -webkit-border-radius:5px; 
	  -moz-border-radius:5px;
	  font-size:18px; 
	  font-family:Tahoma;
	  width:300px; 
	  height:470px; 
      float:left;
	  background-color:#37a8b0;
        }
            form#KullaniciEkle input[type="submit"]
            {
                border: 3px solid gray;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                font-size: 16px;
                font-family: Tahoma;
                font-weight: bold;
                margin: 60px;
                width: 150px;
                color: black;
                cursor: pointer;
            }

.header{
	width:800px;
	height:30px;
	margin:0px auto 0 auto;

}
.clear{
	float:both;
}
.pagewrap{
	width:430px;
	height:470px;
	margin: 125px auto 0 auto;
}
         form#KullaniciDuzenle
        {
	  padding:50px; 
	  border:5px solid white; 
	  border-radius:5px; 
	  -webkit-border-radius:5px; 
	  -moz-border-radius:5px;
	  font-size:18px; 
	  font-family:Tahoma;
	  width:300px; 
	  height:470px; 
          float:left;
	  background-color:#37a8b0;
        }
            form#KullaniciDuzenle input[type="submit"]
            {
                border: 3px solid gray;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                font-size: 16px;
                font-family: Tahoma;
                font-weight: bold;
                margin: 60px;
                width: 150px;
                color: black;
                cursor: pointer;
            }

        #TextArea1
        {
            width: 230px;
            height: 54px;
        }
		span
{
	 font-family:Calibri,"Times New Roman";
}
		span strong
{
	color:black;
	 
}
	span strong span
	{
		 color:#a9000a;
	}
h3
{
	 margin-top:0px;
}
.SolDose{
	float:right;
	right:15%;
}