﻿body 
{
    font-family:Arial;
}

.header {
background: url(../images/header.jpg) center no-repeat #5b80ac;
width: 950px;
height: 66px;
}

h2.PageTitle {
color: #333;
margin: 0;
padding: 10px 20px;
background: url(../images/titlebg.jpg) repeat-x;
text-align: center;
width: 910px;
margin-top:10px;
}

.MenuContainer {
background: #fff;
padding: 10px 20px;
margin-bottom: 20px;
}
.BorderRadiusBottom {
-moz-border-radius-bottomleft: 10px;
-moz-border-radius-bottomright: 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
}

.BorderRadius10 {
-moz-border-radius: 10px;
border-radius: 10px;
-webkit-border-radius: 10px;
}
.error, .alert {
background: #fbe3e4;
color: #8a1f11;
border-color: #fbc2c4;
}
.error, .alert, .notice, .success, .info {
padding: 10px 5px;
margin-bottom: 1em;
border: 2px solid #ddd;
width: 886px;
display: inline-block;
}
.BoxShadow {
-moz-box-shadow: 0px 0px 5px #666;
-webkit-box-shadow: 0px 0px 5px #666;
box-shadow: 0px 0px 5px #666;
width:900px;
}

.right {
    position: absolute;
    right: 0px;
    width: 300px;
    background-color: #b0e0e6;
}

.center {
    margin-left: auto;
    margin-right: auto;
    width: 70%;
    background-color: #b0e0e6;
}

.btnkaydet {
background: url(../images/btnonaybg.jpg) repeat-x left top #238296;
color: #fff !important;
border: 1px solid #009c0c;
text-align: center;
padding: 5px;
cursor: pointer;
box-shadow: inset 0 1px 1px 0px #b7c8df;
text-decoration: none;
width:100%;
}

#wrapper{border-top: solid 1px #7f7f7f;border-bottom: solid 1px #7f7f7f; border-collapse:collapse; overflow: hidden; background: #fff; width:950px; bottom:5px; left:0; position:relative;    margin-top:20px;}
#wrapper .inner{   overflow: hidden;   color:#000;  padding: 5px;  text-align:center;  font-size:10px;    }