/*******************
* Customer Support *
*******************/
h1, h2 {
	margin: 0;
}
#content {
	padding: 0;
	margin-top: 20px;
	width: 880px;
	line-height: 1.4em;
	color: #222;
}
#content a {
	color: #C00;
}
table {
	border-collapse: collapse;
} 

	/************************
	* Customer Support Menu *
	************************/
	#support_menu {
		width: 292px;
		height: 205px;
		background: transparent url(/pub/images/support/support_menu_bg.jpg) no-repeat top left;
		float: left;
	}
	#support_menu ul {
		font-size: 13px;
		list-style: none;
		margin: 12px 0 0 17px;
		padding: 0;
	}
	#support_menu li {
		width: 240px;
		height: 27px;
		line-height: 27px;
		padding: 1px 0px 0px 5px;
		margin: 0px;
		background-image: url('/pub/images/list_separator.gif');
		background-repeat: repeat-x;
		background-position: top left;
	}
	#support_menu li.selected {
		background: transparent url(/pub/images/support/support_menu_selected_bg_tile.jpg) repeat-y top left;
	}
	#support_menu li.selected a {
		color: #C00;
		font-weight: bold;
	}
	#support_menu li.first {
		border-top: 0;
	}
	#support_menu li a {
		color: #FFF;
		text-decoration: none;
	}

	/***************************
	* Customer Support Content *
	***************************/
	#support_content {
		width: 573px;
		float: left;
		margin-left: 15px;
		position: relative;
	}
	
	/******
	* FAQ *
	******/
	.faq .support_content_body {
		margin-top: -20px;		
	}
	.faq .support_content_body h2 {
		margin-top: 15px;		
	}
	.faq .support_content_body h3 {
		font-size: 12px;
		margin: 10px 0 5px 0;
	}
	.faq .support_content_body li {
		margin: 5px 0;		
	}
	.faq .support_content_body li a {
		text-decoration: none !important;
	}
	.faq .support_content_body table td {
		padding: 0 8px 4px 0;
	}
	
	/**************
	* Get Started *
	**************/
	div.support_main_hdr_box {
		position: relative;
		width: 573px;
		height: 235px;
		top: -31px;
		background: transparent url(/pub/images/support/support_main_bg.jpg) no-repeat top left;
	}
	div.support_main_hdr_box div.support_main_hdr_text {
		position: relative;
		top: 90px;
		left: 220px;
		width: 335px;
	}
	div.support_main_hdr_text h1 {
		font-size: 22px;
		margin: 0 0 10px 0;
	}
	.support_start .support_content_body {
		margin-top: -31px;		
	}
	.support_start .support_content_body h1 {
		font-weight: normal;
		font-size: 28px;
		margin-bottom: 10px;
		margin-top: 40px;
	}
	.support_start .support_content_body h2 {
		font-weight: bold;
		font-size: 17px;
		margin: 20px 0 5px 0;
		color: #C00;
	}
	.support_start .support_content_body h3 {
		font-weight: normal;
		font-size: 14px;
		margin: 20px 0 5px 0;
		color: #C00;
	}
	.support_start .support_content_body .sub_header {
		font-size: 13px;
		font-weight: bold;
		color: #666;
	}
	.support_start .support_content_body table {
		width: 100%;
	}
	.support_start .support_content_body table#howto_install_table {
		border: 1px solid #CCC;
		border-width: 1px 0;
	}
	.support_start .support_content_body table#howto_install_table label {
		font-weight: bold;
		display: block;
		font-size: 14px;
	}
	.support_start .support_content_body table#howto_install_table td {
		padding: 8px 0;
		vertical-align: top;
		width: 45%;
	}
	.support_start .support_content_body table.data td {
		border: 1px solid #CCC;
		border-width: 1px 0;
		vertical-align: middle;
		padding: 4px;
	}
	.support_start .support_content_body #stay_tuned ul {
		padding: 0;
		margin-left: 15px;
	}
	.support_start .support_content_body #stay_tuned ul li {
		margin: 5px 0;
	}
	
	/************************
	* Customer Support Form *
	************************/
	.support_form input,
	.support_form textarea {
		padding: 2px 1px;
		font-size: 12px;
	}
	.support_form h2 {
		font-size: 27px;
		font-weight: normal;
		margin-top: 5px;
		color: black;
	}
	.support_form form div.oneCol,
	.support_form form div.twoCol {
		float: left;
		width: 100%;
		clear: both;
		margin-top: 20px;
	}
	.support_form form div.rtCol,
	.support_form form div.ltCol {
		width: 45%;
		float: left;
	}
	.support_form form div.ltCol {
		padding-right: 30px;
	}
	.support_form label {
		font-size: 13px;
		font-weight: bold;
		color: black;
		display: block;
		margin-bottom: 6px;
	}
	.support_form div.reqHdr {
		color: #C00;
		text-align: right;
		padding-right: 10px;
	}
	.support_form label span.required {
		color: #C00;
	}
	.support_form div.errHdr {
		font-weight: bold;
		font-size: 12px;
		border: 1px solid #C00;
		padding: 10px;
		width: 95%;
		margin: 5px 0;
		color: #C00;
	}
	.support_form label span.err {
		font-weight: bold;
		font-size: 12px;
		color: #C00;
	}
	/**********************
	* Form Element Styles *
	***********************/
	.support_form #email,
	.support_form input.other {
		width: 200px;
	}
	.support_form #country,
	.support_form #country_other {
		width: 140px;
	}
	.support_form #country {
		display: block;
	}
	.support_form #country_other {
		margin: 10px 0;
	}
	.support_form #skyfire_version,
	.support_form #phone_manufacturer,
	.support_form #phone_os,
	.support_form #mobile_operator,
	.support_form #connection {
		width: 200px;
	}
	.support_form input#phone_os_other {
		width: 160px;
	}
	.support_form #need_help,
	.support_form #error_msg {
		width: 240px;
	}
	.support_form #summary {
		width: 525px;
		height: 140px;
	}
	
	/****************
	* Form Other *
	****************/
	.support_form div.formOther {
		display: none;
	}
	.support_form div.formOther label {
		display: inline;
		font-weight: normal;
		font-size: 12px;
		padding-left: 20px;
		padding-right: 5px;
	}
	.support_form #form-country .formOther {
		margin-top: 6px;
	}
	.support_form #form-country .formOther label {
		padding-left: 0;
	}
	.support_form #form-phone_os .formOther label span {
		font-size: 11px;
		color: #7A7A7A;
		font-style: italic;
	}

	/********************
	* Form Instructions *
	********************/
	.support_form form .instructions {
		font-size: 11px;
		color: #7A7A7A;
	}
	.support_form form div.instructions {
		margin-bottom: 6px;
	}
	.support_form #form-phone_model div.instructions {
		padding-top: 6px;
		font-style: italic;
	}
	
	/***************
	* Form Captcha *
	***************/
	.support_form div#form-captcha {
		position: relative;
	}
	.support_form input#captcha_text {
		width: 40px;
	}
	.support_form img#captcha_image {
		position: absolute;
		top: 5px;
		left: 370px;	
	}
	
	/*********************
	* Form Submit Styles *
	*********************/
	.support_form div.submit {
		float: left;
		clear: both;
		margin-top: 20px;
	}
	.support_form div.submit input {
		border: 0;
	}	

/* APN CONFIG */

  .colDescHeader {
	font-size: 24px;
	color: #333333;
	margin-top: 42px;
}

.support_form_submit h2 {
	font-family: arial;
	font-size: 16px;
	color: black;
	font-weight: normal;
}