@charset "utf-8";
/* CSS Document */

/**** Page Header ****/
#pageHeader .wrap h1 { background: url(../images/support_subheader_text.png) no-repeat center top; }

div.append-1 h2 { padding-top: 12px; margin-bottom: 20px; }
img.img-left { margin-bottom: 10px; }
		
a.button-large { line-height: 14px; }

/**** THE FORM ****/

h5.box {
	float: left;
	margin: 0;
	margin-bottom: -1px;
	width: 95px;
	padding: 4px 14px;
	text-align: center;
	border-bottom: none;
	position: relative;
	z-index: 23;
	}
	a#tech h5.box { margin-right: 10px; }
	h5.box:hover { color: #6E6E6E; cursor: default; }
	
.unselected h5.box {
	color: #aaa;
	background-color: #f4f4f4;
	border-bottom-width: 2px;
	padding-bottom: 3px;
	z-index: 3;
}
.unselected h5.box:hover { color: #009999; cursor: pointer; }
		
#supportForm {	
	z-index: 20;
	}
	
#supportForm label, #supportForm legend { text-align: left; width: 140px; font-weight: 200; text-transform: uppercase; display: block; float: left; clear: both; padding: 5px 0 1px; margin-bottom: 10px; }	
#supportForm legend { margin: 0; float: none; width: auto; padding: 0 2px; padding-bottom: 10px\9; }
#supportForm input[type="text"] { font-size: 12px; margin-bottom: 10px; width: 245px; display: block; float: left; padding-bottom: 2px; }
#supportForm textarea { width: 378px; height: 140px; margin-bottom: 10px; }
#supportForm input[type="submit"], #supportForm input[type="button"] { height: 25px; }
#supportForm fieldset label { width: 120px; }
#supportForm fieldset {  }

#recaptcha_image { background: #fff; border: 1px solid #BBBBBB; width: 370px !important; padding: 0; margin-bottom: 5px; }

#supportForm a img, #supportForm a:hover img { border: none; padding:0; }
