/* @group Content */

#tos-content
{
	background-color: #eeeeee;
	padding: 15px;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 80%;
	border: 1px outset #ffffff;
}

#tos-content h1
{
	font-size: 20pt;
	margin-top: 0px;
	margin-bottom: 10px;
	padding: 0px;
	text-align: left;
	color: black;
}

.tos-title
{
	font-weight: bold;
	margin-bottom: 0px;
}

.tos-urgent
{
	margin-top: 12px;
	font-weight: bold;
}

/* First Tier */ 

.tos-list li
{
	margin-top: 12px;
	font-weight: bold;
	list-style-type: upper-roman;
}

/* Second Tier */

.tos-list ol li
{
	margin-top: 12px;
	font-style: normal;
	font-weight: normal;
	list-style-type: lower-alpha;
}

/* Third Tier - Unordered */

.tos-list ol li ul li
{
	margin-top: 0px;
	list-style-type: disc;
}

/* Third Tier - Ordered */

.tos-list ol li ol li
{
	margin-top: 0px;
	list-style-type: decimal;
}

/* Fourth Tier - Ordered */

.tos-list ol li ol ol li
{
	margin-top: 0px;
	list-style-type: lower-roman;
}

/* @end */

/* @group Form */

#tos-form
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 20px;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 50px;
	text-align:left;
	width:610px;
	background-color: #7cb0e5;
	border: 1px outset #82b9f3;
}

.f_checkbox
{
	background-repeat:no-repeat;
	background-position:3px center;
	height: 20px;
	display: block;
	padding: 0.5em 25px;
	cursor: pointer;
}

.unchecked
{
	color: #CC0000;
	background-image:url(/images/chk_off.png);
}

.unchecked:hover
{
	color: #FF6666;
}

.checked
{
	color:green;
	background-image:url(/images/chk_on.png);
}

.tos-text
{
	width: 100%;
	border: 1px solid #d3d3d3;
	background: #fff url(/images/textinputbg.gif) repeat-x;
	font-size: 15px;
	color: #000000;
	text-indent: 7px;
	padding: 7px 0;
	margin-bottom: 0px;
}

.tos-submit
{
	display: block;
	margin: 0px;
	margin-top: 10px;
	height: 2.5em;
	background: #222222;
	float: right;
	color: #ffffff;
	padding: 5px 15px;
}

/* @end */