@CHARSET "UTF-8";

div#invite{
	background: #D2283F;
	width: 200px;
	font-size:11px;
	margin: 10px 0px;
}

#invite input, #invite textarea{
	font-size:11px;
	font-family: arial;
	width: 180px;
}

#invite textarea{
	height: 220px;
}

a.inv_link{
	color:  #FFFFFF; 
	text-decoration: none;
	border-bottom: 1px dashed;
}
a.inv_link:hover{
	border-bottom:none;
}
