/* default_values.css */ 

body	{
	background-color:#eeeeee;
	text-align:center;
	font-family:tahoma,helvetica,arial,sans-serif;
	font-size:11px;
	}
#PAFormArea	{
	text-align:left;
	width:700px;
	margin:10px;
	padding:10px;
/*	border: 1px solid #116798; */
	background-color:white;
	font-size:11px;
}

#PAStandardHeader	{
	text-align:left;
	width:700px;
	margin:10px;
	padding:10px;
/*	border: 1px solid #116798; */
	background-color:#116798;
	font-size:11px;
}

h2	{
	font-family:tahoma;
	font-weight:normal;
	color:#222222;
	font-size:28px;
	}

td	{
	padding:5px;
	font-size:11px;
}
.requiredField	{
	/* not quite what you had in mind */
	border-left:5px solid maroon;
}
#PAParent	{
	margin: 0 auto;
	width:700px;
	text-align:center;
}
#PAStandardFooter	{
	text-align:right;
}
.sidebar-header	{

}
.sidebar	{
	width:200px;
	float:right;
	border:1px solid #116798;
	background-color:#e8f0f4;
	margin:5px;
	padding:5px;
	font-size:11px;
}
a	{
color:#116798;
text-decoration:none;
font-weight:bold;
}

a:hover	{
color:#1581BE;
text-decoration:underline;
}

     .ok { background: green; }
     .warn { background: yellow; }
     .error { background: red; }
	 
#currFee	{
text-align:center;
font-size:16px;
}