.clear{
	clear:both;
}
.jqTransformSelectWrapper ul li { margin-left: 0; margin-right: 0; } /* override .col li in nba-reehab.css */

#main-container{
	/*width:400px;
	margin:30px 0 30px auto;*/
	margin-top: -100px;
}

#form-container{
	/*padding:15px;*/
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius:6px;
	padding-top: 15px;
	border: 1px solid #ddd;	
}

#contact-form { 
	margin-left: 15px;
}

label {
	text-transform:uppercase;
	font-size:10px;
	font-family:Arial,Helvetica,Sans-serif;
}

textarea {
	color:#404040;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
}

td > button{ text-indent:8px; }

.error{
	background-color:#f3601d;
	color:white;
	font-size:10px;
	font-weight:bold;
	margin-top:10px;
	padding:10px;
	text-transform:uppercase;
	width:240px;
}

#loading{
	position:relative;
	bottom:9px;
	visibility:hidden;
}





/* -------------
 * Buttons (from jqTransform.css)
 * ------------- */
a.jqTransformButton {
	margin: 0px;
	padding: 0px;
	border: none;
	background-color: transparent;
	cursor: pointer;
	overflow: visible;
	font-family: Arial;
	display: block;
	text-decoration: none;
}

*:first-child+html a.jqTransformButton[type]{width: 1;} /* IE7 */

a.jqTransformButton span {
	background: transparent url(jqtransformplugin/img/btn_right.gif) no-repeat right top;
	display: block;
	float: left;
	padding: 0px 4px 0px 0px; /* sliding doors padding */
	margin: 0px;
	height: 33px;
}

a.jqTransformButton span span {
	background: transparent url(jqtransformplugin/img/btn_left.gif) no-repeat top left;
	color: #333;
	padding: 8px 4px 0px 8px;
	font-weight: normal;
	font-size: 12px;
	line-height: 13px;
	display: block;
	text-decoration: none;
	height: 33px;
}

/*hover*/
a.jqTransformButton_hover span span { background-position: left -33px ; }
a.jqTransformButton_hover span { background-position: right -33px ; }

/*clicked*/
a.jqTransformButton_click span span { background-position: left -66px ; }
a.jqTransformButton_click span { background-position: right -66px ; }

/* IE 6 */
* html a.jqTransformButton { height:33px; }
* a.jqTransformButton span span { height: 25px; }
* html #main-container { margin-top: 0; }
* html #form-container { background: none; }
* html label { display: block; width: 50px;  }
* html label.long { width: auto; }
* html td.td-ie-fix { display: block; position: relative;  }
* html span.select-ie-fix { display: block; height: 32px;position: relative; top: -347px; left: -1084px;  }
* html #form-container span.select-ie-fix a:link, 
* html #form-container span.select-ie-fix a:visited { text-decoration: none; }
/* Weird IE6 page syles needing re-inforcement */
* html p { font-size: 1.2em; }
* html #footer p {  font-size: 1em; }
* html #nav li ul { background: url(../images/BG-Nav-L2.gif) bottom left no-repeat; padding-bottom: 10px; } 
* html #nav ul li ul li a:hover { background: #6c9a29;}

/* IE 7 */
*+ html a.jqTransformButton { height:33px; }
*+ a.jqTransformButton span span { height: 25px; }
*+ html #main-container { margin-top: 0; }
*+ html label { display: block;  width: 50px; }
*+ html label.long { width: auto; }

