#mask {  position:absolute;  right:0px;  z-index:100;  background-color:white;  opacity:0.5;  width:650px;  height:100%;  display:none;}#loader img{margin-left:10px;margin-bottom:10px;}#loader {  position:absolute;  left:50%;  top:30%;  z-index:101;}#success_window {  position:fixed;  left:40%;  top:30%;  z-index:101;  width:200px;  height:50px;  padding-top:10px;  padding-bottom:10px;  text-align:center;  color:white;  border:1px solid #d1bf9b;  border-radius:5px;  -moz-border-radius:5px;  background:#d1bf9b;  display:none;  z-index:102;  opacity:0.8;}#success_window  td{	color:white;}