#browser_support_div {
	background: url("/resources/style/images/oops.jpg") no-repeat scroll 20px 50px white;
    border: 1px solid #CCCCCC;
    height: 400px;
    position: relative;
}
#browser_support_div .content-wrapper {
	padding: 50px 0 0 200px;
	display: block;
    float: left;
    clear: both;
    width: 425px;
}
#browser_support_div h3 {
    color: #2683B4;  
    font-size: 24px;
    font-weight: bold;
}
#support_div #support_left {
  float: left;
  position: relative;
}

#support_div .support_content_top {
  display: block;
  width: 608px;
  height: 100px;
  background: url(/content/home/support/images/GotQuestions.png) no-repeat;
}
#support_div .support_content_left {
	background: url(/content/home/support/images/dwarves_questions.jpg) no-repeat;
  	float: left;
  	height: 207px;
    width: 390px;
}
#support_div .support_content_right {
  	display: block;
  	background: url(/content/home/support/images/browseDocs.png) no-repeat;
  	float: left;
  	height: 72px;
    width: 198px;
    margin-top: 10px;
}
#support_div #support_right {
  float: left;
  width: 275px;
  background: #3d4242;
  border: 1px #788282 solid;
  padding: 20px;
  color: white;
}
#support_right #other_contact {
  font-size: 20px;
  font-weight: bold;
}
#support_right .support_title {
  color: #2984b0;
  font-weight: bold;
  padding-bottom: 2px;
}
#support_right .titles {
  padding-left: 12px;
  
}
#support_right .support_divider {
  padding-top: 14px;
  padding-bottom: 14px;
  border-bottom: 1px #aaa dashed;
}
#support_right .phone {
  float: left;
  width: 160px;
}
.clear_this {
  clear: both;
  height: 0px;
}
#support_div a:link, #support_div a:visited {
  color: white;
  text-decoration: none;
}
