﻿/* ---overwrite the common.css--- */
#CommonContent {
	margin-top: 20px;
	padding: 0;
	/*height: 1%; /* IE6 hack... it's very minor, though */
	overflow: hidden;
	width: 732px;
	background: #FFE9B8 url(../images/common/green_bt_lf_corner.gif) no-repeat bottom left;
}
#CommonContentInner
{
	overflow: hidden;
	padding:10px 0 0 20px;
	background: url(../images/common/green_bt_rt_corner.gif) no-repeat bottom right;
}

div.helpContent
{
	padding: 10px 15px 20px 15px;	
}
.faqTitle
{
	font-weight:bold;
	padding: 5px 2px;	
}

.answerInit
{
	font-weight:bold;
	padding: 0 0 0 3px;
}





div.box{ margin: 0 20px 0 0;background: #B34C29;}

div.boxContent
{
	padding: 10px;	
}



b.rtop, b.rbottom{display:block;background: #FFE9B8;}
b.rtop b, b.rbottom b{display:block;height: 1px;
    overflow: hidden; background: #B34C29}
b.r1{margin: 0 5px}
b.r2{margin: 0 3px}
b.r3{margin: 0 2px}
b.rtop b.r4, b.rbottom b.r4{margin: 0 1px;height: 2px}

#CommonSidebarRight, CommonSidebarLeft { 
    margin: 0px; 
    padding: 0px; 
    height: 0px;
}

#tempHeader{
	height:9px;
}
#tempHeader_l{
	height:9px;
	width:15px;
	float:left;
	background: url(../images/common/green_up_lf_corner.gif) no-repeat top left;
}
#tempHeader_r{
	height:9px;
	width:15px;
	float:right;
	background: url(../images/common/green_up_rt_corner.GIF) no-repeat top right;
}

.boxContent h1{
	color:#EAB631;
}
.CommonMessageContent {
	border-top-width:0;
	color:#fff;
	padding:8px 8px 16px;
	text-align:left;
}
