*
{
margin:0;
padding:0;
}
body
{
	font: 13px Arial, Helvetica, sans-serif;
}
div#divPopup
{
	background:#000000 url(images/back_all.jpg) left top no-repeat;
	width:400px;
	height:500px;
	border:2px solid #5EFB6E;
}
#header
{
	width:400px;
	height:80px;
	text-align:left;
	padding:10px;
}
#greet
{
	width:150px;
	padding-right:30px;
	padding-top:30px;
	float:right;
}
#greet p
{
	color:#00FF00;
}
#logo
{
	padding-top:20px;
	padding-right:50px;
	float:right;
}
#logo h1
{
	font-size:18px;
	font-style:italic;
	color:#ffffff;
	text-align:center;
}
#logo h2
{
	font-size:14px;
	color:#ffffff;
	text-align:center;
}
div#content
{
	width:100%;
	padding-top:10px;
	padding-left:30px;
	text-align:left;
	float:left;
}
.clearIn{
	clear:both;
}
div#content span
{
	color:#ffffff;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
}
div#content p
{
	color:#ffffff;
	font-size:13px;
	font-style:italic;
	text-decoration:none;
}
div#content #text1
{
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}
div#text1 #username
{
	width:80px;
	height:13px;
	margin-left:5px;
	border:3px solid #5EFB6E;
}
div#content #text2
{
	margin-left:10px;
	margin-bottom:10px;
	float:left;
}
div#text2 #email
{
	width:100px;
	height:13px;
	margin-left:5px;
	border:3px solid #5EFB6E;
}
div#content #text3
{
	margin-left:10px;
	margin-bottom:10px;
}
div#text3 textarea
{
	width:345px;
	height:280px;
	margin-top:5px;
	margin-bottom:5px;
}
div#confirm
{
	padding-top:5px;
	padding-right:10px;
	margin-left:200px;
}
div#confirm a
{
	display:block;
	width:75px;
	height:20px;
	float:left;
	color:#ffffff;
	font-style:bold;
	font-size:11px;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	padding-top:3px;
}
div#confirm a#button1
{
	background:url(images/button.png) no-repeat 0 0;
}
div#confirm a#button1:hover
{
	background:url(images/button.png) no-repeat -75px 0;
	font-size:13px;
}
div#confirm a#button2
{
	background:url(images/button.png) no-repeat 0 0;
}
div#confirm a#button2:hover
{
	background:url(images/button.png) no-repeat -75px 0;
	font-size:13px;
}