.wufoo{
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:0.01em;
	text-rendering: optimizeLegibility;
}
#form29 ul #foli0 #title0 {
	color: #424029;
}

.wufoo li{
	width:64%;
}



/* ----- Field Structure ----- */

form ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
* html form ul{ /* IE6 Margin Percent Bug for Halves/Thirds */
	width:99%;
	zoom:1;
}
form li{
	margin:0;
	padding:6px 1% 9px 1%;
	clear:both;
}
form li:after, form li div:after{
	content:"."; 
	display:block;
	height:0; 
	clear:both; 
	visibility:hidden;
}
* html form li{height: 1%;margin-bottom:-3px;}
*+html form li{height: 1%;margin-bottom:-3px;}
* html form li div{display:inline-block;}
*+html form li div{display:inline-block;}

form li div{
	margin:0;
	padding:0;
	color:#444;
}
form li span{
	margin:0 .3em 0 0;
	padding:0;
	float:left;
	color:#444;
}

label span {
	display:inline !important;
	float:none !important;
}
label.desc{
	font-size:14px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:150%;
	margin:0;
	padding:0 0 3px 0;
	border:none;
	display:block;
	font-family: Roboto, Arial, Helvetica, sans-serif;
}

/* ----- REQUIRED ----- */

form span.req{
	display:inline;
	float:none;
	color:red !important;
	font-weight:bold;
	margin:0;
	padding:0;
}

#loginError {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid transparent;
	color: #B40909;
	padding: 4px 10px;
	text-align: left;
	border-radius: 8px;
}

#loginError div {
	color: #B40909;
	display: flex;
}
	/* ----- FIELDS ----- */

	input .text {
	font-family:"Lucida Grande", Tahoma, Arial, sans-serif;
	font-size:100%;
	color:#333;
	margin:0;
	padding:2px 0;
}
input.text {
	border-top:1px solid #7c7c7c;
	border-left:1px solid #c3c3c3;
	border-right:1px solid #c3c3c3;
	border-bottom:1px solid #ddd;
	background:#fff url(../images/login/fieldbg.gif) repeat-x top;
}






/* ----- SIZES ----- */


input.large {
	width:50%;
}

/* ----- BUTTONS ----- */

form li.buttons{
	width:auto !important;
	position:relative;
	clear:both;
	padding:10px 1% 10px 1%;
}
form li.buttons input{
	font-size:100%;
	margin-right:5px;
}

	form li.buttons .login-button {
		border-radius: 100px;
		width: 224px;
		height: 49px;
		box-shadow: 0px 3px 6px #00000029;
		font-size: 18px !important; /*Login button is supposed to be 18px*/
		font-weight: 600;
		line-height: 14px;
		margin-bottom: 0px;
		margin-right: 9px;
		margin-top: 6px;
		padding-bottom: 12px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 12px;
		text-decoration: none;
		font-family: Roboto, 'Lucida Grande', 'Lucida Sans Unicode', Tahoma, sans-serif;
		letter-spacing: 0.01em;
	}

	form li.buttons input.login-button {
		background-color: #48FE9B !important;
		color: #002743 !important;
		border: none;
	}
		form li.buttons input.login-button:hover {
			background-color: #33E1AA;
		}
	form li.buttons a.login-button {
		display: block;
		border: solid;
		width: 162px;
		height: 22px;
		text-align: center;
		line-height: 21px;
		border-width: 1px;
	}
		form li.buttons a.login-button:hover {
			color: #48FE9B;
			border-color: #48FE9B;
		}
		form li.buttons a.login-button:hover span {
			color: #48FE9B;
		}
	
	input .btTxt{
		padding:0 7px;
		width:auto;
		overflow:visible;
	}

.login-copyright {
	background-color: #003358;
	color: #FFF;
	padding: 6px;
	font-size: 10px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
}

/* ----- INSTRUCTIONS ----- */
@-webkit-keyframes fade-in-focused {
	from {background-color: transparent;}
	to {background-color: #fff7c0 !important;}



