/* Reset first */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td
	{
	margin: 0;
	padding: 0;
	outline: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

#navigation ul	{
	line-height:1.5em;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '';
}

abbr,acronym {
	border: 0;
}

pre {
	color: #999;
	
}
/* Global ---------------------------------------------------------------------------- */
body {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.01em;
	color: #000;
	font: 1em/ 1.5em Helvetica, Arial, sans-serif;
}

strong {
	font-weight: bold;
}

a:link,a:visited {
	color: #000;
	text-decoration: underline;
	outline: 0;
}

a:link:hover,a:visited:hover {
	color: #000;
	text-decoration: underline;
	outline: 0;
}
body.global {
	background: #fff;
	text-align: center;
	margin: 0 auto;
	letter-spacing: 0.01em;
	color: #000;
	font: 1em/ 1.5em Helvetica, Arial, sans-serif;
}

@font-face {
    font-family: 'TradeGothicLTStdBold';
    src: url('../fonts/tradegothicltstd-bold-webfont.eot');
    src: url('../fonts/tradegothicltstd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/tradegothicltstd-bold-webfont.woff') format('woff'),
         url('../fonts/tradegothicltstd-bold-webfont.ttf') format('truetype'),
         url('../fonts/tradegothicltstd-bold-webfont.svg#TradeGothicLTStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

#globalContainer{
  width: 800px;
  margin: 0 auto;
  overflow: auto;
  text-align: left;
}
#globalContainer a{
  color: #36c;
  text-decoration: none;
}
#globalContainer a:hover{
  color: #000;
}
#globalContainer #header{
  	width: 800px;
  	margin: 15px auto 0 auto;
  	position: relative;
  	float: left;
}
#globalContainer #header #headerLogo {
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  font-size: 3em;
  line-height: 1em;
  color: #000;
  background-color: #36c;
  padding: 10px 15px;
  float: none;
  width:305px;
}

#globalContainer #headerBoard {
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  font-size: 8em;
  line-height: 1.2em;
  color: #000;
  background-color: #36c;
  width: 800px;
  padding: 50px 0;
  float: left;
  text-align: center;
}
#globalContainer #navigation {
  float: left;
  width: 100%;
  margin: 14px 0 10px 0px;
}
#globalContainer #navigation li a{
  float: left;
  font-weight: bold;
  font-size: .9em;
  line-height: 1em;
  clear: none;
  margin: 0px 25px 10px 0px;
  padding: 0 0 1px 0;
  border-bottom: 1px solid #FFFF00;
}
#globalContainer #navigation li a:hover{
  border-bottom: 1px solid #000;
}
#globalContainer #intro{
  float: left;
  width: 760px;
  padding: 40px 20px 50px 20px;
  font-size: 2.7em;
  line-height: 1.2em;
  border-bottom: 4px solid #fff;
}
#globalContainer #intro strong{
  font-weight: bold;
}
#globalContainer #intro a{
  border-bottom: 2px solid #ff0;
}
#globalContainer #intro a:hover{
  border-bottom: 2px solid #000;
}
#globalContainer #video{
  float: left;
  padding: 20px 0 40px 20px;
  width: 780px;
  border-bottom: 4px solid #fff;
}
#globalContainer #video a{
  border-bottom: 2px solid #FFFF00;
}
#globalContainer #video a:hover{
  border-bottom: 2px solid #000;
}
#globalContainer #video h2{
  font-size: 2.7em;
  line-height: 1.2em;
}
#globalContainer #video h3{
  margin: 0 0 20px 0;
  font-size: 1.1em;  
  font-weight: bold;  
}
#globalContainer #video #kickstarterVideo,
#globalContainer #video #kickstarterWidget {
    margin-bottom: 20px;
}
#globalContainer #video #kickstarterVideo {
    margin-right: 20px;
}
#globalContainer #branches{
  float: left;
  width: 780px;
  padding: 10px;
}
#globalContainer #branches h2{
  float: left;
  width: 760px;
  padding: 10px;
  font-weight: bold;
  margin: 0 0 10px 0;
  font-size: 1.1em;
}
#globalContainer #branches .aBranch{
  float: left;
  width: 175px;
  padding: 10px;
  text-align: left;
}

#globalContainer #branches .aBranch .branchInfo .branchHeader h3{
  text-transform: capitalize;
  font-weight: bold;
  font-size: 1.5em;
  line-height: 1.1em;
}
#globalContainer #start{
  float: left;
  width: 760px;
  padding: 70px 20px;
  border-bottom: 4px solid white;  
}
#globalContainer #start p{
  float: left;
  font-size: 2.5em;
  font-weight: normal;
  line-height: 1.2em;
}
#globalContainer #start p a{
  padding: 0 0 2px 0;
  border-bottom: 2px solid #FFFF00;
}
#globalContainer #start p a:hover{
  border-bottom: 2px solid #000;
}

#globalContainer #classes{
  float: left;
  padding: 20px 0 40px 0px;
  width: 800px;
  overflow: hidden;
}
#globalContainer #classes a{
  border-bottom: 2px solid #FFFF00;
}
#globalContainer #classes a:hover{
  border-bottom: 2px solid #000;
}
#globalContainer #classes h2{
  font-size: 2.7em;
  line-height: 1.2em;
}
#globalContainer #classes h3{
  margin: 0 0 0px 20px;
  font-size: 1.1em;  
  font-weight: bold;  
}
#globalContainer #classes h4{
  margin: 30px 0 20px 20px;
  font-size: 1.1em;  
  font-weight: normal;  
}
#globalContainer #classes h4.teacher {
    width: 580px;
    color: black;
    margin: 10px 0 30px 0;    
}
#globalContainer #classes h4.teacher a {
    color: black;
    border-bottom-color: black;
}
#globalContainer #classes a.join {
    border-bottom: none;
}


/* Header ---------------------------------------------------------------------------- */
#container #header {
	width: 965px;
	height: 450px;
	margin: 30px auto 0 auto;
	position: relative;
}

#container #header #inSession {
	position: absolute;
	top: 0;
	left: 0px;
	width: 100px;
	height: 104px;
	background: url(../images/tags/insession.png) no-repeat top left;
}

#container #header #inSession p{
	display: none;
}

#container #header #headerLogo {
	position: absolute;
	top: 0;
	left: 100px;
	font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  background-color: #000;
	z-index: 2;
	color: #fff;
}
#container #header #headerLogo h1{
  font-size: 2.2em;
  line-height: 1.2em;
  text-align: left;
	z-index: 2;
	color: #fff;
  padding: 10px;
}

#container #header #headerPhotoContainer {
    height: 306px;
    left: 100px;
    overflow: hidden;
    position: relative;
    top: 0;
    width: 400px;
}


#container #header #headerPhoto img {
    height: 306px;
    left: 0;
    position: absolute;
    top: 0;
    width: 400px;
}

#container #header #headerIntro {
	position: absolute;
	top: 0;
	left: 500px;
	width: 400px;
	height: 400px;
	text-align: left;
	background: #ff3300;
	color: #fff;
	overflow: hidden;
}

#container #header #headerIntro h2 {
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  font-size: 1.8em;
  line-height: 1.4em;
	margin: 20px 10px 30px 20px;
}

#container #header #headerIntro p {
	padding: 0 20px 12px 20px;
}

#container #header #headerIntro p {
	font: 1.1em/ 1.5em Helvetica, Arial, sans-serif;
}

#container #header #headerIntro ul, #container #headerIntro address {
	position: absolute;
	bottom: 20px;
}

#container #header #headerIntro ul {
	width: 160px;
	left: 20px;
}

#container #header #headerIntro address {
	width: 160px;
	right: 20px;
}
/*
#container #header #headerEmail {
	color: #666;
	padding: 10px 0;
	border-bottom: 3px solid #ff3300;
	width: 800px;
	height: 28px;
	position: absolute;
	bottom: 0;
	right: 65px;
	text-align: left;
}

#container #header #headerEmail form#mailinglist {
	display: inline;
}

#container #header #headerEmail input.emailField {
	border: 0;
	width: 300px;
	padding: 5px;
	font: 1em/ 1.5em Helvetica, Arial, sans-serif;
	color: #ff3300;
	margin: 0 15px;
	border: 1px solid #ddd;
}

#container #header #headerEmail input.emailButton {
	border: 0;
	font: 1em/ 1.5em Helvetica, Arial, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	width: 27px;
	height: 21px;
	background: url(../images/buttons/emailjoin.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	float: right;
	margin: 3px 0 0 0;
}

#container #header #headerEmail input.emailButton:hover {
	background: url(../images/buttons/emailjoin.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}
*/
/* Class list ---------------------------------------------------------------------------- */
.classes{
  float: left;
  width: 100%;
  margin: 40px auto;
}
.dateDivider {
	border-top: 5px solid #000;
	width: 760px;
	margin: 40px auto 0 auto;
	padding: 15px 20px;
	font: 1.25em/ 1.5em Helvetica, Arial, sans-serif;
	clear: both;
	display: block;
	position: relative;
	left: 17px;
	text-align: left;
	overflow: hidden;
}

.dateDivider .date1 {
	float: left;
	overflow: hidden;
	width: 160px;
	margin: 0 40px 0 0;
}

.dateDivider .date2 {
	float: left;
	overflow: hidden;
	width: 160px;
}
.aClass {
	width: 965px;
	margin: 0 auto 10px auto;
	position: relative;
}
#subPage .classes{
  width: 800px;
  margin-top: 0;
}
#subPage .aClass{
  width: 800px;
  margin-right: 0;
}
#subPage .aClass .classInfo{
  width: 800px;
  left: 0;
}
.typeFood .classInfo,.typeFood #classPopup {
	background: #cc3333;
}  /* red */
.typeArts .classInfo,.typeArts #classPopup {
	background: #e26521;
}  /* orange */
.typeEtc .classInfo,.typeEtc #classPopup {
	background: #dda51e;
}  /* yellow */
.typeMoney .classInfo,.typeMoney #classPopup {
	background: #74ac23;
}  /* green */
.typeLit .classInfo,.typeLit #classPopup {
	background: #2da57c;
}  /* green blue */
.typeOrg .classInfo,.typeOrg #classPopup {
	background: #2d9ac2;
}  /* blue */
.typeMusic .classInfo,.typeMusic #classPopup {
	background: #8a54bb;
}  /* purple */
.aClass .classTag {
	width: 65px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.aClass .tagFull {
	background: url(../images/tags/full.png) no-repeat top left;
}

.aClass .tagAlmost {
	background: url(../images/tags/almost.png) no-repeat top left;
}

.aClass .classInfo {
	width: 800px;
	padding: 0;
	position: relative;
	left: 100px;
	overflow: hidden;
	text-align: left;
	background-color: #555;
}

.aClass .classInfo .classHeader {
	overflow: hidden;
	padding: 11px 0 9px 0;
}

.aClass .classInfo .classHeader em {
	width: 160px;
	float: left;
	margin: 2px 20px 0 20px;
}

.aClass .classInfo .classHeader h3 a {
	width: 560px;
	float: right;
	color: #fff;
	font: 1.5em/ 1.25em Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin: 0 20px 0 0;
	text-decoration: none;
}

.aClass .classInfo .classBody {
	overflow: hidden;
	display: none;
}

.aClass .classInfo .classBody p,.aClass .classInfo .classBody h4 {
	float: right;
	width: 560px;
	margin: 0 20px 20px 0;
}

.aClass .classInfo .classBody h4 {
	font-weight: bold;
}

.aClass .classInfo .classBody p,.aClass .classInfo .classBody .classSite
	{
	font: 0.95em/ 1.5em Helvetica, Arial, sans-serif;
}
.aClass .classInfo .classBody .classSite {
	float: left;
	width: 165px;
	margin: 0;
	padding: 0 0 0 20px;
	color: #fff;
}

.aClass .classInfo .classBody .classSite img {
	float: left;
	margin: 5px 10px 0 0;
}

.aClass .classInfo .classBody .classSite p {
	float: right;
	width: 120px;
	margin: 0;
}

.aClass .classInfo .classBody a.join, #classPopup #popupBody a.join
	{
	float: left;
	clear: both;
	margin: 0 0 20px 220px;
	width: 128px;
	height: 49px;
	background: url(../images/buttons/join.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}

.aClass .classInfo .classBody a.join:hover, #classPopup #popupBody a.join:hover
	{
	background: url(../images/buttons/join.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}

/* Class sign-up pop-up ---------------------------------------------------------------------------- */
#classPopup {
	width: 600px;
	overflow: hidden;
}

#classPopup ul.errors{
  float: left;
  width: 512px;
  border: 4px solid #ff0000;
  margin: 20px 0;
  padding: 10px 20px;
  background-color: #ffff00;
}
#classPopup ul.errors li{
  float: left;
  width: 100%;
  margin: 0 0 5px 0;
  color: #ff0000;
  font-weight: bold;
}

#classPopup #popupHeader {
	background: #666;
	padding: 20px;
	text-align: left;
}

#classPopup #popupHeader h3 {
	color: #fff;
	font: 1.5em/ 1.25em Helvetica, Arial, sans-serif;
	font-weight: bold;
}

#classPopup #popupBody {
	text-align: left;
	padding: 20px;
	overflow: hidden;
}

#classPopup #popupBody .seatsLeft {
	float: right;
	position: relative;
	top: -5px;
	overflow: hidden;
}

#classPopup #popupBody .seatsLeft img,#classPopup #popupBody .seatsLeft #seatMarker,#classPopup #popupBody .seatsLeft .seatsLeft em
	{
	float: left;
}

#classPopup #popupBody .seatsLeft #seatMarker {
	width: 100px;
	height: 12px;
	background: #fff;
	position: relative;
	top: 10px;
	margin: 0 10px;
}

#classPopup #popupBody .seatsLeft #seatMarker #seatFill {
	width: 20%;
	height: 12px;
	background: #000;
}

#classPopup #popupBody .seatsLeft em {
	position: relative;
	top: 5px;
}

#classPopup #popupBody input {
	border: 0;
	width: 550px;
	padding: 5px;
	font: 1.25em/ 1.5em Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

#classPopup #popupBody .barterItems {
	margin: 20px 0;
}

#classPopup #popupBody .barterItems input {
	width: 20px;
	position: relative;
	top: -2px;
}

#classPopup #popupBody h5 {
	margin: 20px 0 0 0;
	font: 0.8em/ 1.5em Helvetica, Arial, sans-serif;
}

#classPopup #popupBody p {
	font: 0.8em/ 1.5em Helvetica, Arial, sans-serif;
	margin: 10px 0 20px 0;
}

#classPopup #popupBody .legal p {
}

#classPopup #popupBody input.join{
	float: left;
	clear: both;
	margin: 0 0 20px 220px;
	width: 128px;
	height: 49px;
	background: url(../images/buttons/join.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
}

#classPopup #popupBody input.join:hover
	{
	background: url(../images/buttons/join.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}
/* Pre-launch note ---------------------------------------------------------------------------- */
#prelaunch {
	margin: 80px auto 50px auto;
	font: 1.5em/ 1.25em Helvetica, Arial, sans-serif;
	width: 760px;
	position: relative;
	left: 17px;
	text-align: left;
	padding: 20px;
	background: #ffff00;
}

#mainPreLaunch {
    margin: 20px auto 0;
    position: relative;
    padding: 0 0 40px 20px;
    width: 786px;
}

#mainPreLaunch > div {
  margin: 0 0 20px;    
  padding: 20px 0 0 0;
  border-top: 4px solid #000;
  width: 820px;
}
#mainPreLaunch > div a{
  color : #ff3300;
  text-decoration: none;
  border-bottom: 2px solid #ff3300;
}
#mainPreLaunch > div a:hover{
  color :#000;
  border-bottom: 2px solid #000;
}
#mainPreLaunch > div h2{
  font-size: 2.7em;
  line-height: 1.2em;
  text-align: left;
}
#mainPreLaunch > div h3{
  text-align: left;
  margin: 0 0 10px 0;
  font-size: 1.1em;  
  font-weight: bold;  
}
#mainPreLaunch > div #kickstarterVideo,
#mainPreLaunch > div #kickstarterWidget {
    margin-bottom: 20px;
}
#mainPreLaunch > div #kickstarterVideo {
    margin-right: 20px;
}
#mainPreLaunch p.credit {
    margin: 0 0 20px;
}

/* Subpages ---------------------------------------------------------------------------- */

#about{
  float: left;
  width: 760px;
  padding: 20px;
  font-weight: normal;
  background-color: #fff;
  color: #000;
}
#about a{
  color: #ff0000;
  text-decoration: underline;
}

#pressMain a	{
	text-decoration: none;
	color: #ff0000;
}

h1.about_title{
  font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
  color: #000;
  font-size: 3.6em;
  line-height: 1.4em;
  margin: 0px 0 20px;
  float: left;
  width: 100%;
}
p.credit{
  float: right;
  font-size: .8em;
  padding: 8px 16px;
  margin: 0;
  line-height: 1em;
}
.wide{
  float: left;
  width: 760px;
  margin:0px 0px 30px 0px;
}
.mainWide{
  float: left;
  margin: 40px 0 0 0;
}
.main{

  float: left;
  margin: 0 0 0 0;
}

#globalContainer #about h3,
.main h3, .mainWide h3{
    float: left;
    width: 100%;
    font-size: 2em;
    font-weight: bold;
    margin: 20px 0 20px 0;
  }
  .main h3, .sidebar h3, .mainWide h3{
    float: left;
    width: 100%;
    font-size: 1.4em;
    line-height: 1.3em;
    font-weight: bold;
    margin: 40px 0 20px 0;
  }

  .sidebar h4{
    float: left;
    width: 100%;
    font-size: 1em;
    line-height: 0em;
    font-weight: bold;
    margin: 10px 0 20px 0;
	text-decoration:underline;
  }

  .main h3:first-child, .sidebar h3:first-child, .mainWide h3:first-child{
    margin-top: 0;
  }
#globalContainer #about p, #globalContainer #about ul,  
  .main p, .main ul, .sidebar p, .sidebar ul, .mainWide p, .mainWide ul{
    margin: 0 0 15px 0;
    line-height: 1.6em;
  }
.indent{
    margin: 0 0 0 40px;
}
.sidebar{
  float: left;
  width: 760px;
  padding: 0px;
  margin: 0px 0 0 0;
  background-color: #ffffff;
}

#pressMain ul	{
	float:left;
	width:230px;
	padding:0px;
	margin:0px 11px 15px;
} 

.sidebar#donateSidebar,
.main#donateMain,
.mainWide#supportMain,
.mainWide#pressMain,
.mainWide#startMain {
    margin: 0;
}
.sidebar#donateSidebar > a {
    display: block;
    font-size: 1.4em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0 0 10px;
}
.main#donateMain #kickstarterVideo {
    margin: 0 0 20px 0;
}
.main#donateMain h2 {
    font-size: 2.7em;
    line-height: 1.2em;
}



#globalContainer #about h2,
.wideText{
  float: left;
  width: 760px;
  font-size: 2.7em;
  line-height: 1.2em;
}
#globalContainer #about h2 strong,
  .wideText strong{
    font-weight: bold;
  }
  .wideText a{
    border-bottom: 2px solid #FFFF00;
  }
  .wideText a:hover{
    border-bottom: 2px solid #000;
  }
iframe{
  float: left;
  margin: 0;
}
/* Footer ---------------------------------------------------------------------------- */
#footer {
	width: 760px;
	margin: 100px auto 0 auto;
	padding: 20px;
	position: relative;
	left: 17px;
	text-align: left;
	overflow: hidden;
	color: #fff;
	background: #ff3300;
}

#footer h1 {
  display: none;
}

#footer p {
	float: right;
	margin: 0 0 20px 0;
}




/* Calendar ---------------------------------------------------------------------------- */
#calendar .fc-event-skin.selected .fc-event-inner {
	background-color: yellow;
}
#calendar .fc-event-skin.available .fc-event-inner {
}
#calendar .fc-event-skin.fc-event-inner,
#calendar .fc-event-skin {
	border-width: 0;
}




/* LIGHTBOX */
#matte {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 500;
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: 0.8;
}

#previewContainer {
    border-radius: 3px 3px 3px 3px;
    display: none;
    height: 50%;
    left: 25%;
    opacity: 1;
    position: absolute;
    top: 10%;
    width: 60%;
    z-index: 900;
    margin: 0 0 50px 0;
}
#preview {
	height:100%;
	background-color:#fff;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}




/* All Classes from all branches */
#classes #upcomingClasses .classInfo {
    left: 0;
}
#classes #upcomingClasses .classInfo .classHeader em {
    color: black;
    width: 170px;
}
#globalContainer #classes #upcomingClasses .classInfo .classHeader h3 {
    margin: 0;
}
#globalContainer #classes #upcomingClasses .classInfo .classHeader h3 a {
    color: white;
    border-bottom: none;
}
#globalContainer #classes #upcomingClasses .a {
    border-bottom: none;
}


#headerEmail {
    font-size: 12pt;
    margin: 50px 0 0 0;
}
#headerEmail p{
  color: #000;
  font-size: 1.2em;
  display: inline;
}

#headerEmail form#mailinglist {
	display: inline;
}

#headerEmail input.emailField {
    width: 507px;
    padding: 5px;
    background: #36c;
    color: #000;
    font: 1em/ 1em Helvetica, Arial, sans-serif; 
    margin: 0 10px;
    border: 3px solid #ff0;
}

#headerEmail input.emailButton {
	border: 0;
	font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
	color: #000;
	font-size: 1em;
	width: 41px;
	height: 37px;
  background-color: #36c;
  background-image: none;
	text-indent: 0;
	text-decoration: none;
	font-weight: normal;
}

#headerEmail input.emailButton:hover {
	color: #fff;
  background-image: none;
  background-color: #000;
	outline: 0;
	cursor: pointer;
}

#branchForm {
    background-color: rgba(0, 0, 0, 0);
    bottom: -20px;
    left: -20px;
    margin: 10px auto 0;
    overflow: hidden;
    position: relative;
    width: 800px;
}

#branchForm .formQ .formField {
	background: #666;
	width: 100%;
	padding: 15px 20px;
	float: left;
	position: relative;
	color: #fff;
}

#branchForm .formQ .formNote {
	background: #fff;
	color: #666;
	width: 160px;
	padding: 35px 20px 15px 20px;
	float: right;
	font: 0.8em/ 1.5em Helvetica, Arial, sans-serif;
}

#branchForm .formQ .formField > h2 {
  float: left;
	font-family: 'TradeGothicLTStdBold';
  text-transform: uppercase;
	z-index: 2;
	color: #fff;
	overflow: hidden;
	margin: 0 0 20px 0;
	font-size: 2em;
	line-height: 1.3em;
}

#branchForm .formQ .formField input {
	border: 0;
	width: 550px;
	padding: 5px;
	font: 1.25em/ 1.5em Helvetica, Arial, sans-serif;
	margin: 0 0 10px 0;
}

#branchForm .formQ .formField label {
	margin: 0 0 5px 0;
	float: left;
	font-weight: bold;
}
#branchForm .classSubmit{
  width: 800px;
  background-color: #666;
  padding: 0 0 30px 0;
}

#branchForm input.submit {
	width: 150px;
	height: 49px;
	background: url(../images/buttons/submit.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin: 0 300px;
}

#branchForm input.submit:hover {
	background: url(../images/buttons/submit.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}

#branchForm input.update {
	width: 150px;
	height: 49px;
	background: url(../images/buttons/update.png) no-repeat bottom left;
	border: 0;
	overflow: hidden;
	text-indent: -9999px;
	margin: 40px 0 0 0;
}

#branchForm input.update:hover {
	background: url(../images/buttons/update.png) no-repeat top left;
	outline: 0;
	cursor: pointer;
}
.formThanks {
	margin: 0;
	overflow: hidden;
	text-align: left;
	padding: 15px 20px;
	width: 560px;
	color: #fff;
	background: #666;
	font-weight: bold;
}

.formThanks p.thanks_intro {
	font-weight: normal;
}

.formThanks h4 {
	font-weight: normal;
	margin: 20px 0 0 0;
}
