﻿#popup { height: 206px; position: absolute; width: 382px; z-index: 100001; }
#popup_bg { background: rgba(0,0,0,.5); left: 0; top: 0; z-index: 100000; position: absolute; }
#popupClose { width: 29px; height: 48px; right: -29px; top: 5px; cursor: pointer; position: absolute; }
.mesajlar { position: relative; background: #fff; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2); -moz-box-shadow: 0 0 10px rgba(0,0,0,0.2); box-shadow: 0 0 10px rgba(0,0,0,0.2); font-family: 'bold', Arial, Helvetica, sans-serif; font-size: 16px; padding: 17px 17px 17px 60px; }
.mesaj1 { border: 5px solid #64af17; }
.mesaj2 { border: 5px solid #c60900; }
.mesaj3 { border: 5px solid #c60900; }
.mesaj1 span { background: url(/images/popup-sonuc.png) no-repeat 0% 0%; width: 32px; height: 32px; left: 12px; top: 12px; position: absolute; }
.mesaj2 span { background: url(/images/popup-sonuc.png) no-repeat 0 50%; width: 32px; height: 32px; left: 12px; top: 12px; position: absolute; }
.mesaj3 span { background: url(/images/popup-sonuc.png) no-repeat 0 100%; width: 32px; height: 32px; left: 12px; top: 12px; position: absolute; }
.close1 { background: url(/images/popup-close.png) no-repeat 100% 0%; }
.close2 { background: url(/images/popup-close.png) no-repeat 50% 100%; }
.close3 { background: url(/images/popup-close.png) no-repeat 50% 100%; }