/* -------------------------------------------------------------------------- */
/* Content                                                                    */
/* -------------------------------------------------------------------------- */

div.content
{
	width: 720px;
}


/* -------------------------------------------------------------------------- */
/* Page Headlines                                                             */
/* -------------------------------------------------------------------------- */

td.contentcell div.superheadline
{
	font-size: 21px;
	font-family: helvetica;
	color: #999999;
}

td.contentcell div.pageheadline
{
	font-size: 21px;
	font-family: helvetica;
	color: #333333;
}


/* -------------------------------------------------------------------------- */
/* Dotted Line                                                                */
/* -------------------------------------------------------------------------- */

div.form div.dottedline
{
	margin-top: 7px;
	margin-bottom: 7px;
	background-image: url(/images/dots_bg.gif);
	background-repeat: repeat-x;
}


/* -------------------------------------------------------------------------- */
/* Instructions                                                               */
/* -------------------------------------------------------------------------- */

div.instructions
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.instructions table
{
	border-top: solid 1px #cecece;
	border-left: solid 1px #cecece;
}

div.instructions td
{
	border-right: solid 1px #cecece;
	border-bottom: solid 1px #cecece;
}

td.instructionscell .copy
{
	font-size: 10px;
}

td.instructionscell
{
	background-color: #ffffeb;
	font-size: 10px;	
}

td.instructionscell span.hilite
{
	font-weight: bold;
}

td.instructionscell div.dottedlinerule
{
	margin-top: 5px;
	margin-bottom: 5px;
}


/* -------------------------------------------------------------------------- */
/* Submit Box                                                                 */
/* -------------------------------------------------------------------------- */

div.submitbox
{
	margin-top: 10px;
	margin-bottom: 10px;
}

div.submitbox table
{
	border: solid 1px #cecece;
}

div.submitbox table table
{
	border: none;
}

div.submitbox .copy
{
	font-size: 10px;
}

div.submitbox td
{
	background-color: #ffffeb;
	font-size: 10px;	
}

