.pencere {
/*background-color:#fff;*/
display:none;
left:50%;
margin-left:-265px;
position:fixed;
top:90px;
/*width:530px;*/
z-index:9999;
text-align: center;
font-size:14px;
color:#ffffff;
}

.pencere_header {
float:left;
color:#ffffff;
/*background-color:#000000;*/
font-family:arial, sans-serif;
font-size:18px;
text-align: center;
width:510px;
height:20px;
padding-top:5px;
padding-bottom:5px;
/*cursor: move;*/
cursor: default;
}

.pencere_close {
float:right;
color:#ffffff;
/*background-color:#000000;*/
cursor:pointer;
padding: 9px 5px 5px 5px;
}
.close-medium {
background-image: url("img/temp_sprite.png") !important;
background-position: 0px -7px;
width: 10px;
height: 12px;
background-repeat: no-repeat;
vertical-align: text-top;
display: inline-block;
}
#pencere #pencereSubmit {
border:none;
width:87px;
height:41px;
background-image:url(images/submit.png);
}

#pencere #pencereSubmit:hover {
cursor:pointer;
}



/* 

Gerisinin sadece ID'sini değiştir 

*/

/* form components */
#pencere input,#pencere textarea {
border:1px solid silver;
background-color:#fff;
color:#404040;
font-size:10px;
font-family:Verdana, Arial, sans-serif;
/*
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

*/
margin:10px 0;
padding:10px;
}

#pencere input:hover[type=text],#pencere input:focus[type=text],#pencere textarea:hover,#pencere textarea:focus {
background-color:#E0E0E0;
border:1px solid #000;
}

#pencere input[type=text],#pencere textarea, #pencere input[type=password] {
width:300px;
}



/* alert messages */
#pencere .success,#pencere .error ,#pencere .unsuccess,#pencere .inactive{
color:#000;
display:none;
font-size:15px;
font-weight:700;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
padding:5px 10px 5px 10px;
margin-bottom: 10px;
}

#pencere .success {
background-color:#9F6;
border:1px solid #0F0;
}

#pencere .unsuccess {
background-color:#F66;
border:1px solid red;
}

#pencere .inactive {
background-color:#F66;
border:1px solid red;
}

#pencere .error {
background-color:#F66;
border:1px solid red;
}

#pencere .clear {
       clear: both;
       height: 1px;
       margin-top: -1px;
       font-size: 1px;
       line-height: 1px;
}