#layer_send, #layer_password {
    display:none;
    position:absolute;
    top:150px;
    left:300px;
    background-color:#D0D0E8;
    padding:10px;
    border:1px dashed #000000;
    text-align:right;
    z-index:100;
    height:auto;
	left: 50%; 
	margin-left: -241px;
    width:450px;
    position:absolute;
    }
#layer_password .errMsg, #layer_send .errMsg {
	color:white;
}
#layer_send td, #layer_password td{
    vertical-align:top;
}

#_cache {
    position:absolute; 
    z-index:100; 
    filter:alpha(opacity=60);
	  -moz-opacity: 0.6;
	  opacity: 0.6;
    background-color: black;
    text-align:center;
    top:0%;
    width:100%;
    height:2000px;
    font-size: 28px;
    color: black;
}

.close_layer{
    cursor:pointer;
}

﻿#layer_send_to_friend{
    display:none;
    position:absolute;
    top:100px;
    right:100px;
    background:#eee;
    padding:10px;
    border:1px solid #000;
    width:600px;
    text-align:right;
}

.link_to_send_to_friend{
    cursor:pointer;
}

.close_send_to_friend{
    cursor:pointer;
}
