﻿ 
/* Login popup */
.mypopup{ width:100%;   padding-bottom:25px; background-color:#ffffff; position:fixed; z-index:1500;  display:none;
-moz-border-radius: 3px;-webkit-border-radius: 3px;-khtml-border-radius: 3px;border-radius: 3px;-moz-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);}

.mypopup .top{ width:100%; height:1px; float:right;    position:relative;  background-color:#ffffff;
-moz-border-radius-topleft: 3px;-moz-border-radius-topright: 3px;-webkit-border-top-left-radius: 3px;-webkit-border-top-right-radius: 3px;-khtml-border-top-left-radius: 3px;-khtml-border-top-right-radius: 3px;border-top-left-radius: 3px;border-top-right-radius: 3px;}

.mypopup .close{ position:absolute; width:14px; height:15px; right:9px; top:10px; background-image:url(images/login/popup_close.png); background-position: 0 0; background-repeat:no-repeat;}
.mypopup .close:hover{  background-position:0 -15px; }
  
 
.mypopup input[type=text],
.mypopup input[type=password]{  
 vertical-align:middle ;
position:relative; zoom: 1; width:130px; height:25px; padding:0 0px; float:right; line-height:25px; 
background-color:#FFF; border:1px solid #d9d9d9; color:#252525; font-size:14px; font-family: Verdana  ; 
-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;-moz-border-radius: 2px;
-webkit-border-radius: 2px;-khtml-border-radius: 2px;border-radius: 2px; } 


.mypopup input[type=submit]{ position:relative;   zoom:1; width:100px; height:30px; line-height:30px;  text-transform:uppercase; color:#fff; 
font-size:20px; font-family: Verdana;    border:0; 
-moz-border-radius: 4px;-webkit-border-radius: 4px;-khtml-border-radius: 4px;border-radius: 4px;background-color: #272727; /* for non-css3 browsers */}
 
 
#box1{ color : #000000; font-family :  Verdana, sans-serif; font-size :  8pt; width:490px; height:130px;	  left:30px;  }
 
