//body {
font-family:verdana;
font-size:15px;
}

//a {color:#333; text-decoration:none}
//a:hover {color:#ccc; text-decoration:none}

#mask {
  position:absolute;
  left:0;
  top:0;
  z-index:9000;
  background-color:#F2F2F2;
  display:none;
  width:440px;
  height:200px;
}
  
#boxes .window {
  position:absolute;
  left:0;
  top:0;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:558px; 
  height:506px;
  padding:0px 0px 55px 0px;
  background-color:#ffffff;
  background:url(Climed05.jpg) no-repeat 0 0 transparent;
}

//#boxes #dialog1 {
  width:375px; 
  height:203px;
}

//#dialog1 .d-header {
  background:url(login-header.png) no-repeat 0 0 transparent; 
  width:375px; 
  height:150px;
}

//#dialog1 .d-header input {
  position:relative;
  top:60px;
  left:100px;
  border:3px solid #cccccc;
  height:22px;
  width:200px;
  font-size:15px;
  padding:5px;
  margin-top:4px;
}

//#dialog1 .d-blank {
  float:left;
  background:url(login-blank.png) no-repeat 0 0 transparent; 
  width:267px; 
  height:53px;
}

//#dialog1 .d-login {
  float:left;
  width:108px; 
  height:53px;
}

//#boxes #dialog2 {
  background:url(notice.png) no-repeat 0 0 transparent; 
  width:326px; 
  height:229px;
  padding:50px 0 20px 25px;
}
//.close{display:block; text-align:right;}


.close {
    background-color:#752C2C; /* Green */
    border: 0px  #610B0B;
    color: white;
    padding: 0px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    cursor: pointer;
    float: right;
    //width:30px;
    height:35px;
line-height: 1.6;
//border-radius: 3px;
//border-radius: 10px 10px 10px 10px;
// border-radius: 3px;
border-radius: 0px 0px 10px 10px;
}

.close:hover {
    //background-color: #610B0B;

.close-link {
    padding: 10px 15px;
    background: #4479BA;
    color: #FFF;
}
.close:hover {
    background-color: #610B0B;