/* CSS Document */
html,
body
{
	padding:			5px;
	margin:				0;
	font:				11px Verdana, Arial, Helvetica, sans-serif;
	color:				#000;
}

fieldset,
form,
h1,
h2,
h3,
h4,
a,
p{
	margin:				0;
	padding:			0;
}

a {
	text-decoration:	none;
	color:				#0000FF;
}

a:hover {
	text-decoration:	underline;
}

p {
	padding:			10px 0 20px 0;
}

h4,
h3 {
	font-size:			18px;
	padding-bottom:		10px;
	font-weight:		normal;
}

div.profile h4,
h4 {
	font-size:			14px;
	border-bottom:		1px dotted #000;
}

form {
	padding-top:		10px;
}

input {
	float:				left;
}

div.label {
	margin-left:		30px;
	position:			relative;
	top:				3px;
}

form input.submit {
	margin-top:			10px;
	width:				110px;
}

fieldset {
	border:				0;
	padding-bottom:		5px;
}

fieldset.submit {
	margin-top:			5px;
	border-top:			1px dotted #000;
}

div.processing h3,
div.profile h3 {
	font-weight:		bold;
}

div.profile h4 {
	font-size:			18px;
	font-weight:		normal;
}