@CHARSET "UTF-8";

#display_content {
	width: 898px;
	padding: 20px;
}

h1 {
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.signup {
	width: 400px;
}

#display_content label {
	display: block;
	font-weight: bold;
	font-size: 90%;
}

#display_content input[type=text], input[type=password] {
	width: 100%;
	height: 30px;
	padding: 5px;
	margin: 5px 0px 20px 0px;
	border: 1px solid #ccc;
}

#display_content .checkboxcontainer {
	background: #ededed;
	min-height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	margin-bottom: 20px;
	margin-top: 5px;
}

#display_content .checkboxcontainer label {
	display: inline-block;
	vertical-align: 2px;
	margin-left: 20px;
}

#display_content .login_button {
	background: url(/media/images/formatbar_header.gif);
	color: #fff;
	padding: 2px 10px;
	border: none;
	font-family: times;
	float: right;
}

#display_content p {
	margin-bottom: 10px;
}

#display_content .savebig {
	margin-top: 30px;
	float: right;
}
#recaptcha_response_field {
	height: 20px !important;
}
