ul{
    margin: 0px;
    padding: 0px;
	list-style: none;
}

ul li{
    list-style: none;
}

li select{
	margin-left: 22px;
}

label{

}

form{
	margin: 0;
	z-index: -1;
}

table{
	border-spacing: 0 0;
	border-color: transparent;
	border: 0;
	font-size: 12px;
	margin: 0px;
	/*background: #fff url('../images/signup-3col2.png') repeat-y;*/
	border-spacing: 0 0;
	font-size: 12px;
	text-align: left;

}

tr{
	padding-top: 10px;
	padding-bottom: 10px;
	vertical-align: top;
}

td{
	margin: 0 20px 0 20px;
}

#container{
	/*width: 960px;*/
	margin: 0;
}

#formContainer{
	/*min-width: 960px;
	max-width: 960px;*/
}



#teamSelection {
	font-size: 11px;
	width: 60%;
}


td #userFields{
}

.formRow{
	height: auto;
	/*width: 90%;
	margin-left: 5%;
	margin-right: 5%;*/
	padding: 3px 0 3px 0;
	text-align: right;
	margin-right: 30px;

}

.teamCheck{
	text-align: left;

}

.introText{
	margin: 0px 20px 10px 20px;
	text-align: center;
	color: #006187;
	font-size: 15px;
	font-weight: bold;
}

.joinRow{
	margin-bottom: 10px;
	text-align: left;
}

#introText{
		font-size: 14px;
		font-weight: bold;
		color: #006187;
}

.fieldName{
		font-size: 13px;
		/*width: 35%;*/
		margin-right: 15px;
		float: left;
}

.fieldInput{
	padding-left: 5px;
	margin-left: 30px;
}

.userFieldName{
	font-size: 12px;
	padding: 5px 0 5px 0;
}

.userCheck{
	text-align: left;
	margin-left: 20px;
	font-size: 12px;
}

.reqMarker{
		font-style: italic;
		color: #e60000;
		font-size: 10px;
		padding-left: 3px;
}

#reqInfo{
		color: #e60000;
		font-size: 14px;
		margin-top: 10px;
}

#captchaTable{
		margin: 10px 0 0 0;
		font-size: 12px;
		padding: 0px 20px 0 0;
}

#captchaText{
	text-align: left;
	margin-bottom: 10px;
	width: 250px;
}

#captchaImage{
	margin-bottom: 10px;
}




/* SelectMenu */
.ui-icon { width: 16px; height: 16px; background-image: url(images/ui-icons_222222_256x240.png); }
.ui-menu-item { cursor: pointer; background: #fff; padding: 5px 14px; }
.ui-menu-item:hover { font-weight: bold; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	clear: both;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	/* Support: IE7 */
	overflow-x: hidden;
	padding-bottom: 3px;
	margin-bottom: 0px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em 2px 0px;
	margin: 1.0em 0 0 0;
	height: auto;
	border: 0;
	cursor: default;
	display: inline-block;
	clear: both;
	width: 100%;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup:first-child {
	margin: 0px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup:hover {
	background-color: transparent;
	color: #404040;
}
.ui-selectmenu-open {
	display: block;
	z-index: 99999999;
	background-color: #fcfcfc;
}
.ui-selectmenu-button {
	display: inline-block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	border: 1px solid #999;
}
.ui-selectmenu-button span.ui-icon {
	right: 0.5em;
	left: auto;
	margin-top: -8px;
	position: absolute;
	top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
	text-align: left;
	padding: 0.4em 2.1em 0.4em 1em;
	display: block;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	clear: both;
}

.tallSelect {
	height: auto !important;
	padding: 6px 30px 6px 10px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24"><g color="slategray"><path d="M7 10l5 5 5-5z" fill="currentcolor" stroke="currentcolor" /><path d="M0 0h24v24H0z" fill="none"/></g></svg>') calc(100% - 5px) 50% no-repeat #fff;
}
.shortSelect {
	height: auto !important;
	padding: 2px 24px 2px 10px !important;
	appearance: none !important;
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	background: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16"><g color="slategray"><path d="M5 6l5 5 5-5z" fill="currentcolor" stroke="currentcolor" /><path d="M0 0h16v16H0z" fill="none"/></g></svg>') calc(100% - 5px) 50% no-repeat #fff;
}

