.window {
   position:absolute;
   width:400px;
   height:200px;
   display:none;
  /* z-index:9999; */
   padding:1px;
 }

 /* Customize your modal window here, you can add background image too */
#dialog{
   width:400px;
   height:200px;
   background-color:#FFF;
   border: 1px solid #333;
	/*-moz-border-radius: 10px;
	-webkit-border-radius: 10px;*/
	/* border-bottom: 3px solid #666;
	border-right: 3px solid #666; */

 }
#chatinvite
{
font-size: 16px;
width:400;
height:200;
font-weight:200;
line-height: 20px;
background-image: url('/images/chatinvite/chatinvite_bg.jpg');
background-repeat: no-repeat;
letter-spacing: -0.02em; 
}

.chatinviteHeader
{
font-size: 17px;
font-weight: 900;
line-height: 13px;
margin-bottom:8px !important;
margin-bottom: 0px;
}

#chatinvitetext
{
font-family:arial, helvetica, sans-serif;
padding: 30px 0px 0px 8px;
}

#closebutton ul{
background-image: url('/images/chatinvite/closebutton.gif');
background-position:0px 0px;
background-repeat:no-repeat;
margin: 0px;
padding: 0px;
display: block;
height: 16px;
}

#closebutton li{
list-style:none;
overflow:hidden;
margin:0px;
padding:0px;
height:16px;
font-weight:200;
font-size 12px;
}

#closebutton li a
{
display:block;
background-image: url('/images/chatinvite/closebutton.gif');
background-position:0px 0px;
background-repeat:no-repeat;
margin:0px;
padding:0px;
height:16px;
text-decoration:none;
color:#ffffff; 
font-weight:100;
font-size 12px;
}

#closebutton li a:hover
{
background-image: url('/images/chatinvite/closebutton.gif');
background-position: 0px -16px;
}

.yes
{

margin-top:8px !important;
margin-top:4px;
margin-bottom: -4px;
padding:0px;
}
