.tr_body
{
	background:#f3f4e4;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14px;
}
.tr_container
{
}
.tr_white_box
{
	width: 600px;
    height: auto;
    margin: 0 auto; padding: 10px;
    background: #FFFFFF;
    border: 1px solid #cecece;
    overflow: auto;

}
.tr_main_title
{
	font-size: 2em;
	text-align: center;
}

.tr_section_title
{
	font-weight: bolder;
	font-size: larger;
	text-transform: capitalize;
}

.tr_outline_element
{
	list-style-position: outside;
}

.tr_page_description
{
	/* A paragraph of text */
	padding-bottom:5px;
	padding-top:5px
}
.tr_prompt_description
{
	/* A paragraph of text */
	padding-bottom:2px;
	padding-top:9px
}

.tr_prompt_calculated
{
	background-color: white;
	text-align: right;
}
.tr_prompt_optional
{
	background:#f5f5e6;
	text-align:right;
}
.tr_prompt_required
{
	background:#e1e1cd;
	font-weight:bold;
	text-align:right;
}
.tr_offer_list
{
	padding-top:10px;
	color:Green;
	font-weight:bold;
	font-size:12px;
}
.tr_key_name
{
	font-weight:bold;
}
.tr_input
{
	
}
.tr_continue
{
	
}
.tr_error_message
{
	color:red;
}

a
{
	color: #336600;
}

.tr_table
{
	width:550px;
}