body {
 background-color: #E6E6E6;
 margin: 0px;
 font-family: 'Lucida Grande', 'Verdana', sans-serif;
 font-size: 14px;
 width: 100%;
}

#content {
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

#standalone {
	width: 330px;
	height: 139;
	padding: 10px;
	margin: auto;
	background-image: url(/images/standalone_div_bg.gif);
	background-image: no-repeat center top;
	text-align: center;
	color: white;
}

.spacer{clear:both; height:30px;}

h1,h2,h3,h4,h5 {	
	margin-top: 0px;
	margin-bottom: 10px;
}

#standalone_caption {
	font-size: 10px;
	width: 330px;
	padding-top: 20px;
}

#standalone form {
	padding: 10px;
}

#standalone form input {
	background-image: url(/images/standalone_input_bg.gif);
	background-image: no-repeat center top;
	width: 149px;
	font-size: 16px;
	font-weight: bold;
	color: white;
	height: 32px;
	float: left;
	border: 0px;
	text-align: center;
}

#standalone form input,img {
	float: left;
}

#logo {
	margin-left: auto;
	margin-right: auto;
	width: 250px;
}

.alert {
	color: red;
	font-weight: strong;
}

