@charset "utf-8";
/* CSS Document */

div.frame
{
	border:1px solid #888;
	background-color:transparent;
	padding:10px;
	margin:20px auto;
	width:700px;	/* max width */
	overflow:hidden;
}

div.frame div.frame-title
{
	position:absolute;
	margin-top:-19px;
	margin-left:10px;
	padding:0 5px 0 5px;
	background-color:#fff;
	font-size:14px;
	font-weight:lighter;
}

div.frame table { position:relative; }

div.frame table tr th
{
	text-align:left;
	
}

p.required
{
	display:inline;
	margin:0;
	padding:0;
	font-size:12px;
	font-weight:bold;
	color:#f00;
	background-color:transparent;
}

div.required-note
{
	float:right;
}

div#spacer
{
	border-top:1px dashed #888;
	height:6px;
	margin:30px auto 30px auto;
	padding:0;
	width:710px;
}

div#spacer p 
{
	position:relative; 
	display:block;
	margin:-8px auto; 
	text-align:center; 
	z-index:9;
	background-color:#fff;
	width:50px;
}
