/*****************************************************
 *  Copyright (c) 2009 ChaseCreations LLC.
 *  All Rights Reserved.
 *****************************************************/

fieldset.set
{
	padding: 12px 6px 4px 15px;
	margin: 0 30px 36px 30px;
	border: 1px rgb(0, 49, 215) dotted;
	border-right: none;
	border-bottom: none;
}

fieldset.set legend
{
	color: rgb(0, 49, 215);
	font-size: 24px;
	font-weight: bold;
	letter-spacing: -.03em;
	padding: 0 9px;
	background-color: white;
}

fieldset.set .body
{
	margin-left: 9px;
}

fieldset.set h1
{
	font-size: 20px;
}

fieldset.set h2
{
	font-size: 18px;
}

fieldset.set p, fieldset.set ul, fieldset.set ol, fieldset.set li
{
	font-size: 16px;
	line-height: 1.3em;
}

fieldset.set p
{
	margin-bottom: .8em;
}

#upgradebox
{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	/* height: 200px; */
	padding: 14px 12px 9px 14px;
	border-bottom: 2px #DCC042 solid;
	border-right: 2px #DCC042 solid;
	background-color: #FFFDAF;
	z-index: 2000;
}

fieldset.set ul li
{
	list-style-image: url(/images/bullet.gif);
	margin-left: -.7em;
	margin-bottom: .3em;
}

fieldset.set ol li
{
	margin-bottom: .3em;
}




a.button_lg
{
	position: relative;
	display: block;
	float: left;
	width: 130px;
	height: 21px; /* 22px less 3px top pad */
	padding-top: 2px;
	margin: 0 9px 4px 0;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: -.02em;
	text-align: center;
	background: transparent url(/images/buttons-4.png) no-repeat scroll -230px -110px;
}

a.button_lg:hover
{
	color: black;
	background: transparent url(/images/buttons-4.png) no-repeat scroll -230px -140px;
	text-decoration: none;
}



