div#salesWelcome {
	width: 500px;
	float: right;
	margin: 0 80px 0 0;
}
p.dash {
	float: left;
	display: block;
}
h3.required {
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 0.8em;
	font-weight: lighter;
	color: red;
	position: relative;
	left: 30px;
}
div.registerButton {
	position: relative;
	left: 270px;
	top: -30px;
}
fieldset#important {
	width: 600px;
	margin: 30px auto;
	padding: 20px;
	border: 1px dashed #ccc;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
}
fieldset#important legend {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em;
}
div#salesTask {
	text-align: center;
	min-height: 70px;
}
