
/**************************
 CSS Rules Common to Forms
***************************/

fieldset
{
	
}

legend
{
	
}

label
{
	float: left;
	width: 100px;	
}

input.text,
textarea
{
	border: 1px dotted #999;
	background: #f2f2f2;
	margin: 3px 0px;	
	padding: 3px;
    color: #333333;
    font: normal 12px 'Lucida Grande', 'Arial', 'sans-serif';
    line-height: 19px;
    width: 550px;
}

.save-button
{
	float: right;
	margin-bottom: 15px;
	height: 30px;	
}

#title
{
    color: black;
    font: normal 36px 'Georgia', 'Times Roman', 'serif';
    margin-top: 25px;	
}

#author
{
	color: #333333;
    font: normal 18px 'Georgia', 'Times Roman', 'serif';
    margin: 10px 0px 0px 0px;
}

