@charset "utf-8";
#support_header {
	position: relative;
	width: 210px;
	height: 31px;
	background-image: url(images/support_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#info_general {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	text-indent: 10px;
	padding-top: 5px;
	padding-bottom: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
#support_box {
	position: relative;
	width: 210px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 300px;
	top: 20px;
	float: left;
}
#support_info {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-bottom: 1px solid #21409a;
	border-left: 1px solid #21409a;
	border-right: 1px solid #21409a;
}
#contact_form_box {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	position: relative;
	left: 40px;
	margin-bottom: 50px;
	width: 600px;
	top: 20px;
	overflow: hidden;
}
#contact_form {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 20px;
	left: 25px;
	position: relative;
	width: 100px;
}
.form_table tr {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 30px;
}


#contact_form_content {
	position: relative;
	width: 498px;
	border-left: 1px solid #21409a;
	border-right: 1px solid #21409a;
	border-bottom: 1px solid #21409a;
}
#faq_content {
	position: relative;
	width: 600px;
}
#faq_header {
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bolder;
	text-indent: 20px;
}
.section_heading {
	font-size: 12px;
	padding-bottom: 5px;
	color: #000000;
	font-weight: bold;
}
.section_item {
	padding-bottom: 5px;
}
.section_item a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #0000FF;
}
.section_item a:hover {
	text-decoration: underline;
	color:#0000FF;
}
#faq_list {
	position: relative;
}
#faq_list ul {
	list-style-type:square;
}
#faq_list li {
	padding-bottom: 5px;
	
}
#faq_list a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color:#0000FF;
}
#faq_list a:hover {
	text-decoration:underline;
}
#contact_form_header {
	background-image: url(images/submit_support_request_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 31px;
	width: 100%;
}
