html, body, ul, li, h1, h2, p, dl, dt, dd, form, fieldset{
	margin:0px; padding:0px;
}
body{
	margin:30px 0px 0px 40px;
	background-color:white;
	font:11px Georgia, "Times New Roman", Times, serif;
	color:#666666;
}
a{
	color:#000000;
}
a:hover{
	text-decoration:none;
	color:#666666;
}

fieldset{
	display:block;
	margin:20px 0 20px 0;
	padding:10px;
	width:470px;
	border:1px solid #ECE9D8;
}
fieldset div{
	margin:4px 0 0 0;
}
fieldset label{
	float:left;
	width:160px;
}
fieldset input,
fieldset textarea{
	width:300px;
}
fieldset textarea{
	height:90px;
}
.upload{
	width:982px;
}
.wrapper{
	width:656px;
}

h1{
	font:italic bold 24px Georgia, "Times New Roman", Times, serif;
}
h2{
	margin-bottom:6px;
	font:normal bold 15px Georgia, "Times New Roman", Times, serif;
}
strong{
	font-weight:normal;
}

ul.footer{
	margin-top:6px;
	list-style-type:none;
}
ul.footer li{
	float:left;
	margin-right:12px;
}