html, body, form, fieldset {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', 'Tahoma', 'Trebuchet MS', 'Georgia';
	background: url(../images/body_bgblue.gif) repeat-x;
	font-size: 12px;
}

img {
	border: 0;
}

h1, #content {
	width: 930px;
	margin: 0 auto;
}

h1 {
	height: 60px;
	background: #99CCFF;
	color: #fff;
	font-size: 30px;
}

h1 em {
	display: block;
	font: 13px normal;
}

#content {
	width: 427px;
	margin-top: 48px
}

fieldset {
	border: 0;
}
	legend {
		display: none;
	}

	form img {
		float: left;
		margin-right: 20px;		
	}

	input {
		width: 177px;
		margin-top: 9px;
	}

	input.button {
		font-size: 12px;
		height: 24px;
		width: 55px;
	}

