body{	
	margin-top: 0px;
	margin: 0px; padding: 0px;
}
#full {
	position: relative;
	width: 100%;
	padding: 0px; margin: 0px;
}

#popup {
	position: relative;
	width: 421px;
	margin: auto;
	height: 471px;
	position: relative;
	background-image: url(images/popup-bg.gif);
	background-repeat: no-repeat;
	background-color: #ffffff;
}

		.text-input { border: 0px; font-family: Verdana; font-size: 10px; width: 170px; }
		.text-area { border: 0px; font-family: Verdana; font-size: 10px; width: 312px; height: 52px; }
		
		#fromname { position: absolute; top: 182px; left: 200px; }
		#from { position: absolute; top: 206px; left: 200px; }
		#toname { position: absolute; top: 230px; left: 200px; }
		#to { position: absolute; top: 255px; left: 200px; }
		
		#message { position: absolute; top: 307px; left: 55px; }
		
		#btn-go {
			position: absolute;
			left: 265px;
			top: 375px;
		}
		
		#std-err {
			position: absolute;
			left: 60px;
			top: 110px;
			font-family: Verdana;
			font-size: 11px;
			color: #ff0000;
		}
