h3.section {
	margin-top: 1em;
}

#vertical_slide, #horizontal_slide {
	display: block;
	border-bottom: 1px solid #222;
	background: url(../img/bg-login-bg.gif) repeat-x bottom #353535;
}

#vertical_slide input {
	margin: 0 0 0 5px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px; 
	color: #666;
	border: none;
	border-bottom: 1px solid #222;
	}
#vertical_slide input.submit {
	padding: 4px;
	font-size: 10px;
	text-transform: uppercase;
	color: #e9bd7f;
	background: url(../img/bg-login-submit.gif) repeat-x bottom;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	cursor: pointer;
	}

div.marginbottom {
	/* Since the Fx.Slide element resets margins, we set a margin on the above element */
	margin-bottom: 10px;
}