#stage{
	background:#fff;
	padding:20px 20px 0 20px;
}
#stage[id]{
	padding-bottom:7px;
}

/* ----- CLASSES ----- */

.inline{
	display:inline !important;
}
.center{
	text-align:center !important;
}
.left{
	float:left;
}
.right{
	float:right;
}
.hide{
	display:none !important;
}

/* ----- CLEARFIX ----- */

.clearfix:after, #stage:after{
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
}
.clearfix, #stage{
	display: inline-block;
}  

* html .clearfix, * html #stage {height: 1%;}
.clearfix, #stage{display: block;}

#container #stage form ul{
	width:97%;
}
#container #stage form li{
	width:100%;
}

#container h1 { 
  padding-top: 5px;
  padding-left: 20px;
}

#container h1 a {
  background-image:url('/images/1200squad-logo-white-corner.gif');
  min-height:0;
  height:40px;
}

* html #container h1 a {
  background-image: none;
 filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/1200squadlogo_transparent_small.png", sizingMethod="crop")
}

/* Backgrounds */body{
  background-image:none;
 background-color:#FFFFFF
}

#container #stage{
  background:#FFFFFF
  border:1px solid #CCCCCC
  border-top:none
}

#container input.text, #container textarea.textarea, #container select.select{
/*  background:#FFFFFF url(/images/fieldbg.gif) repeat-x top; */
  background:#FFFFFF;
}

.focused{
  background:#FFF7C0
}

#container .section
  border-bottom:none;
 border-left:none;
 border-right:none
}

#container .first{
  border:none !important
}

/* Typography */.info h2{
 font:160% inherit;
 color:#000000
}

#container .section h3{
  font:110% inherit;
 color:#000000
}

#container .section p{
  font:85% inherit;
 color:#444444
}

#container label.desc{
  font:95% inherit;
 color:#444444
}

#container li div,#container li div p{
  font-family:inherit;
 color:#444444
}

#container input.text, #container textarea.textarea, #container select.select, #container label.choice{
  font:100% inherit;
 color:#333333
}

/* Drop Shadows */ #topShadow, #footer{
  visibility:visible
}

/* - - - - - - - - - - - - - - - - - - - - -

FORM

- - - - - - - - - - - - - - - - - - - - - */

form ul{
	position:relative;
	list-style-type:none;
	width:100%;
}
form li{
	line-height:2em;
	margin:0;
	padding:1px 4px 9px 9px;
	display: inline-block;
}
form li:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}

* html form li {height: 1%;}
form li {display: block;}


form li div{
	float:left;
	display:inline;
	margin-right:5px;
	color:#444;
}
form li.focused{
	background-color:#fff7c0;
} 
form li p{
	clear:both;
	font-size:9px;
	line-height:13px;
	color:#444;
}

form li div.left{
	width:48%;
}
form li div.right{
	width:48%;
}
form li div.left .medium, form li div.right .medium{
	width:100%;
}

.clear{
	clear:both;
}

form li div p{
	margin-bottom:3px;
}
form li img.icon{
	float:left;
	margin:.35em 5px 0 0;
}


/* ----- INFO ----- */

h2{
	font-size:160%;
	margin:0 0 3px 0;
	clear:left;
}
.info{
	display:inline-block; 
	clear:both;
	margin:0 0 15px 0;
	padding:0 0 4px 0;
}
.info[class]{
	display:block;
}
.info p{
         font-size: 16px;
         color:#444444
         line-height:130%;
         margin:0 0 1em 0;
}

/* ----- SECTIONS ----- */

form li.section {
	border-top:1px dotted #ccc;
	margin-top:9px;
	padding-top:13px;
	padding-bottom:0px;
}
form ul li.first{
	border-top:none;
	margin-top:0px;
	padding-top:1px;
}
form .section h3{
	font-size:110%;
	line-height:130%;
	margin:0 0 2px 0;
}
form .section p{
	font-size:85%;
	margin:0 0 1em 0;
}

/* ----- BUTTONS ----- */

.button{
	cursor: pointer;
}
.buttons{
	clear:both;
	margin:10px 0 20px 7px;
	padding:0;
}
.buttons .button{
	font-size:120%;
	margin-right: 5px;
	cursor: pointer;
}

/* ----- FIELDS AND LABELS ----- */

label.desc{
	font-weight:bold;
	line-height:125%;
	padding:4px 4px 1px 0;
	border:none;
	color:#444;
	display:block;
	font-size:95%;
}
input.text, textarea.textarea, select.select{
	font-size:100%;
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff;
/*url(http://wufoo.com/images/fieldbg.gif) repeat-x top; */
	color:#333;
}
input.text{
	padding:2px 0 2px 0;
}
input.currency{
	text-align:right;
}

input.checkbox, input.radio{
	display:block;
	line-height:1.4em;
	margin:8px 0 0 3px;
	width:13px;
	height:13px;
}
label.choice{
	font-size:100%;
	display:block;
	line-height:1.4em;
	margin:-19px 0 0 25px;
	padding:4px 0 5px 0;
	color:#444;
	width:90%;
}

textarea.textarea{
	margin-top:1px;
	font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
}
select.select{
	margin:1px 0 1px 0;
	padding:1px 0 0 0;
}
select.select[class]{
	margin:0;
	padding:1px 0 1px 0;
}

/* ----- SIZES ----- */

.third{
	width:32% !important;
}
.half{
	width:48% !important;
}
.full{
	width:100% !important;
}

input.small, select.small{
	width:25%;
}
input.medium, select.medium{
	width:50%;
}
input.large, select.large, textarea.textarea{
	width:99%;
}
input.tags{
	width:315px;
}

textarea.small{
	height:5.5em;
}
textarea.medium{
	height:10em;
}
textarea.large{
	height:20em;
}

/* ----- ERRORS ----- */

form li.error{
	background-color: #FFDFDF;
	margin:3px 0;
}
form li.error h3{
	margin-top:3px;
	font-size:110%;
	line-height:130%;
	color:red;
}
#liError{
	border-bottom:1px solid #EACBCC;
	border-right:1px solid #EACBCC;
}
form #liError p{
	color:#222;
	font-size:85%;
}
input.error, textarea.error{
	border:1px solid #EF5959;
	border-left:1px solid #FF8F8F;
	border-top:1px solid #FF8F8F;
	background:#fff;
}
p.error, li.error label.desc{
	color:red !important;
	clear:both;
}





/* ----- REQUIRED ----- */

.req{
	color:red;
	font-weight:bold;
}

/* ----- INSTRUCTIONS ----- */

.instruct{
	display:none;
	position:absolute;
	left:100%;
	width:45%;
	margin:-1px 0 0 10px;
	padding:8px 10px 9px 10px;
	border:1px solid #e6e6e6;
	background:#f5f5f5;
	line-height:130%;
	font-size:85%;
	color:#444;
}
form li:hover .instruct, form li.focused .instruct{
	display:block;
}


.instruct{
	width:45%;
	left:62%;
	margin-left:25px;
        background-color:#F5F5F5;
        border:1px solid #E6E6E6;
        font:85% inherit;
        color:#444444;
}
.instruct[class]{
	width:29%
}

#stage h4 { 
  margin-top: 15px;
  border-bottom: 2px solid #222;
  font-size: 18px;
}

.fieldGroup { 
  margin-top: 5px;
  margin-bottom: 10px;

}