﻿
blockquote:before, blockquote:after, q:before, q:after {
content:"";
}
blockquote, q {
quotes:"" "";
}

br.both{
clear:both;
}
#backgroundPopup{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:100%;
width:100%;
top:0;
left:0;
background:#000000;
border:1px solid #cecece;
z-index:9998;
}
#popupContact{
display:none;
position:fixed;
_position:absolute; /* hack for internet explorer 6*/
height:auto;
max-width:700px;
background:#FFFFFF;
border:2px solid #cecece;
z-index:9999;
padding:12px;
font-size:13px;
}
#popupContact h1{
text-align:left;
color:#6FA5FD;
font-size:22px;
font-weight:700;
border-bottom:1px dotted #D3D3D3;
padding-bottom:2px;
margin-bottom:20px;
}
#popupContact b
{
display:inline-block;
float:right;
position:relative;
bottom:0;
font-size:9px;
font-style:italic;
color:#CCC;
margin:2px 0 0 0;
}
#popupContact #chk
{
float:left;
position:relative;
bottom:0;
font-size:10px;
margin:0 20px 0 0;
display:block;
}
#popupContact #icerik
{
    padding:0 0 5px 0;
}

#popupContact #chk input[type="checkbox"] { background-color:none; display:block; border:none; color:#787878; float:left; height:20px; margin:0 5px 0 0; padding:5px; width:20px; -webkit-appearance:1; }
#popupContact #chk input[type="checkbox"] + label { color:#9f9f9f; cursor:pointer; font-family:Arial, sans-serif; font-size:12px; font-weight:normal; text-align:left; margin:5px 0 0 0; }


#popupContact .popupfooter
{
    border-top:1px solid #ccc;
    padding:10px 0 0 0;
}

#popupContactClose{
font-size:14px;
line-height:14px;
right:-26px;
top:5px;
position:absolute;
color:#6fa5fd;
font-weight:700;
display:block;
text-decoration:none;
cursor:pointer;
background:url(../../design/img/page-img/popupclose.png);
width:24px;
height:24px; 
}

#button{
text-align:center;
margin:100px;
}