section{
background:rgba(225, 225, 225, 0.4);
margin:0 auto;
width:300px;
padding:25px;
text-align:center;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-box-shadow:0 0 65px rgba(0,0,0,0.2);
-moz-box-shadow:0 0 65px rgba(0,0,0,0.2);
box-shadow:0 0 65px rgba(0,0,0,0.2);
}
 
.giris-yap {
margin:5px 5px 5px 5px;
width:180px;
text-align:center;
height:30px;
padding:10px;
outline:none;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:none;
background:rgba(225, 225, 225, 0.5);
font:18px Arial;
color:#8b9da9;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
 
.giris-yap:focus {
background:#8b9da9;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
color:#1d2b37;
}

.button{
border:none;
padding:17px;
width:80%;
color:white;
letter-spacing:2px;
text-shadow:1px 1px 0px rgba(0, 0, 0, 0.5);
cursor:pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top:5px;
font-family: Helvetica, serif;
background: #fff6e4;
background: -moz-linear-gradient(top,#8b9da9 0%, #687e8d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b9da9), color-stop(100%,#687e8d));
background: -webkit-linear-gradient(top,#8b9da9 0%,#687e8d 100%);
background: -o-linear-gradient(top,#8b9da9 0%,#687e8d 100%);
background: -ms-linear-gradient(top,#8b9da9 0%,#687e8d 100%);
background: linear-gradient(to bottom,#8b9da9 0%,#687e8d 100%);
}
 
button{
border:none;
padding:17px;
width:80%;
color:white;
letter-spacing:2px;
text-shadow:1px 1px 0px rgba(0, 0, 0, 0.5);
cursor:pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin-top:5px;
font-family: Helvetica, serif;
background: #fff6e4;
background: -moz-linear-gradient(top,#8b9da9 0%, #687e8d 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8b9da9), color-stop(100%,#687e8d));
background: -webkit-linear-gradient(top,#8b9da9 0%,#687e8d 100%);
background: -o-linear-gradient(top,#8b9da9 0%,#687e8d 100%);
background: -ms-linear-gradient(top,#8b9da9 0%,#687e8d 100%);
background: linear-gradient(to bottom,#8b9da9 0%,#687e8d 100%);
}
 button:active {
box-shadow:inset 0px 2px 1px rgba(0, 0, 0, 0.4);
} 
.radio-button{
-webkit-appearance: none;
margin:15px 0 0 70px;
background-color:#687e8d;
padding: 9px;
border-radius: 3px;
display: inline-block;
position: relative;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
 
.radio-button:checked {
background-color: #fff;
color: #fff;
transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
-webkit-transition: all .3s ease-in-out;
}
 
.radio-button:checked:after {
content: '\2714';
font-size: 14px;
position: absolute;
top: 1px;
left: 3px;
color: #000;
}
 
h2,h3 {
display:inline-block;
position:relative;
bottom:5px;
margin:0px;
left:6px;
color:white;
font: 300 0.8em Arial;
}
 
h3{float:left; margin-top:20px; border-bottom:1px dotted white;}

.firmaadi {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px 10px 0px;
}
.bugbaslik {
	background-color:#87ceff;
	font-size: large;
    font-weight: bold;     
    text-align: center;  
    border-radius:5px 5px 5px 5px;
    padding-bottom: 2px;
	margin-bottom: 4px;
}

.odatext {
	/*background-color:#87ceff;*/
	font-size: medium;
    font-weight: bold;     
    text-align: center;  
    border-radius:5px 5px 5px 5px;
    /*padding-bottom: 2px;
	margin-bottom: 4px;*/
}

.odalabel {
	/*background-color:#87ceff;*/
	font-size: medium;
    font-weight: bold;     
    text-align: center;  
    border-radius:5px 5px 5px 5px;
 
}
.iconlar {
	/*margin-top: 2px;*/
	/*margin-left: 2px;*/
}
.baslik2 {
	font-size: x-large;
    font-weight: bold;
    text-align: center;
}

/*.arkacolor {
    background-color: #e2e2e2;
}*/