/* CSS Document */
/* Form stylesheet */

form h3 {
	font-size:13px;
	}

fieldset {
	border:1px #f6ebde solid;
	margin-bottom:20px;
	clear:both;
	}

legend {
	margin:10px 10px;
	padding:5px;
	font-weight:bold;
	color:#888888;
	}

label {
	width:200px;
	margin-left:10px;
	margin-bottom:10px;
	float:left;
	}

label.howdidyouhear {
	width:110px;
}

select {
	margin-left:80px;
	margin-bottom:10px;
	}

select.select {
	width:180px;
	margin-left:20px;
	margin-bottom:10px;
	}
select.howdidyouhear {
	margin-left:140px;
}

input.text  {
	width:180px;
	border:1px solid #999999;
	margin-left:20px;
	margin-bottom:10px;
	}
input.age {
	width:42px;
	margin-right:5px;
	margin-left:5px;
}
input.firstage {
	margin-left:20px;
}
textarea.textarea {
	float:right;
	margin-right:48px;
	margin-bottom:20px;
	}
input.submit {
	width:55px;
	border: 1px solid #999999;
	}
/*
 * tcc login form
 */
#tcc-login {
	margin-top:20px;
}
#tcc-login label {
	margin:0;
	float:left;
	display:block;
	width:60%;
}
#tcc-login label input {
	margin-bottom:5px;
	float:right;
}
#tcc-login p label {
	width:30%;
	float:none;
}

