@CHARSET "UTF-8";

/*******************************************************************************
 * homepage_admin.css
 *
 * This file describes styles for the homepage admin section.
 *
 * Author: William Madden
 *
 * Copyright (c) JB Interactive, 2008
 ******************************************************************************/
 
.homepage_form {
	
}

.homepage_form #headline, .homepage_form #message {
	width: 700px;
}

.homepage_form #headline {
	font-size: 38px;
	line-height: 38px;
	font-weight: bold;
	height: auto;
}

.homepage_form #message {
	
}

.homepage_form h2 {
	clear: both;
}

.homepage_form label {
	float: left;
}

.homepage_form .control {
	padding: 0;
}

.homepage_form .control .label {
	clear: left;
	width: 170px;
	text-align: right;
}

.homepage_form .control label input {
	float: left;
	margin-top: 8px;
}

.homepage_form .option {
	margin-right: 10px;
}

.homepage_form label.required, .homepage_form label.optional {
}

.homepage_form .form_section {
	padding-top: 18px;
	margin-bottom: 20px;
	border-top: 1px solid #AFAFAF;
}
