*{
	margin:0px;
	padding:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#000000;
	line-height:150%;
}
html,body{
	width:100%;
	height:100%;
}
body{

	background-color:#ffffff;
	background-image:url(./body_bg.gif);	
	cursor:default;
	
}
table,tr,td{
	border:0px;
	border-spacing:0px;
	border-collapse:collapse;
	empty-cells:show;
}
img{
	border:0px;
}
input{
	border:1px solid #000000;
	width:190px;
	height:18px;
	margin-bottom:5px;
}
textarea{
	border:1px solid #000000;
	width:190px;
	margin-bottom:5px;
}