﻿/* ==== popup ==== */

#modal_title {
	background-color:#7aa9de;
} 
@media only screen and (min-width:700px){
    #modal_window {
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 6px; 
	}
	#modal_title {
		color: #fff;
	}
  #modal_closebtn:after { 
  content: "X"; 
  position: absolute; 
  right: -2px; 
  top: 2px; 
  width: 20px; 
  height: 20px; 
  display: block; 
}
