

#main_wrapper {
  width: 734px;
  padding: 0 23px;
}

* html #main_wrapper {
  width: 780px;
}

.help_page {
  color: #747474;
  font-size: 16px;
}

.help_page h2 {
  clear: both;
  padding: 0.7em 0;
  margin: 0;
}

.help_page h3 {
  color: #747474;
}

.help_page hr {
  clear: both;
}

.help_page .row {
  margin-bottom: 1em;
}

.help_page .left {
  float: left;
  clear: left;
  text-align: center;
  width: 250px;
}
  
.help_page .right {
  float: right;
  clear: right;
  width: 474px;
}

.help_page .full {
  clear: both;
  width: 734px;
  padding: 15px 0;
}

.help_page .full.open_box {
  border: none;
}

.help_page ol.right {
  margin: 0 0 10px 0;
}

.help_page ol li {
  margin-bottom: 0.5em;
  margin-left: 20px;
}

.help_page a {
  color: #1B518B;
  text-decoration: none;
}
a.overlay_link {
  color: #1B518B;
  text-decoration: none;
}

.help_page a img {
  border: none;
}

.help_page a.redlink {
  font-size: 12px;
}

.help_page a:hover {
  color: #3C8B1B;
  text-decoration: underline;
}
a.overlay_link:hover {
  color: #3C8B1B;
  text-decoration: underline;
}

.help_page .cgs_tags h2 {
  padding-top: 0;
}
.help_page .cgs_tags a
 {
	color: #3C8B1B;
	text-decoration:none;
}
.help_page .cgs_tags a:hover
 {
	color: #1B518B;
	text-decoration:underline;
}

.help_page input.tiny.search_field {
  width: 120px;
}

.help_overlay_inner {
  border:1px solid #747474;
	padding:40px;
	width:800px;
	color:black;
	background:white;
	filter:none;
	margin:0 auto;
	font-size:20px;
	color: #747474;
	font-weight:normal;
	text-align: center;
}

.help_page .header_box {
  font-size: 14px;
}

.help_page a.product_name {
  color: #3C8B1B;
  font-weight: bold;
}

.help_page a.product_name:hover {
  color: #1B518B;
}

.help_page a.profile_link {
  color: #3C8B1B;
}

