#boxes div.windows
{
    position: absolute;
    width:  440px;
    height: 200px;
    display: none;
    z-index: 9000;
   
}

.close
{
    color: black;
}
.close:hover
{
    border: none;
    float: right;
    color:#F44B00;
    text-decoration:none;
}

#boxes #dialog
{
    height:    150px;
    width:    640px;
    
    border:1px solid #000;
    background:#E1DBD5;
	display: none;
}
#dialog a img
{
    border: none;
    float: right;
       
}



#dialog input
{
    //height: 15px;
    float: left;
    display: inline;
    margin-right: 2px;
}
#dialogJoin
{
    cursor: pointer;
   
}

#dialogEmail
{
   
}

.popup_head_left
{
	float:left;
	height:40px;
	width:80%;
	text-align:left;
	line-height:40px;
	padding:0px;
	color:#000;
	background:#B5AEA6;
}
.popup_head_right
{
	float:left;
	height:40px;
	width:20%;
	text-align:right;
	line-height:40px;
	padding:0px;
	background:#B5AEA6;
}

.popup_table
{
	padding:10px;
	color:#000;
}

a.show_popup
{
	text-decoration:underline;
	color: #F44B00;
}
a.show_popup:hover
{
	text-decoration:none;
	color: #000;
}