form {  /* set width in form, not fieldset (still takes up more room w/ fieldset width */
	padding: 0;
	min-width: 500px;
	max-width: 760px;
	width: 760px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	font-family: "Comic Sans MS", cursive;
	font-size: 18pt;
	color: #333333;
}

form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #090;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #090;
	border-bottom-color: #0C3;
	border-left-color: #0C3;
	padding-top: 0px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 50px;
	background-color: #F1FEED;
	width: 748px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}

form fieldset legend {
	font-size:1.1em;
	color: #000000;
	padding-left: 3px;
	padding-bottom: 3px;
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

form label {
	display: block;  /* block float the labels to left column, set a width */
	float: left;
	width: 300px;
	padding: 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

small a:hover {
	color: #3F0;
}


form .required{font-weight:bold;} /* uses class instead of div, more efficient */
.TextField {
	height: 33px;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 8px;
	width: 300px;
	margin-bottom: 8px;
	background-image: url(../../assets/images/BuildElements/300px_text_box_full.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 3px;
	background-color: #F1FEED;
}

.SelectField {
	height: 41px;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	padding-top: 4px;
	padding-left: 4px;
	width: 300px;
	margin-bottom: 8px;
	margin-left: 3px;
}

.TextFieldShort {
	height: 33px;
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	padding-top: 8px;
	padding-left: 8px;
	width: 142px;
	margin-bottom: 8px;
	margin-left: 3px;
	background-image: url(../../assets/images/BuildElements/150px_text_box_full.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}
.radius {
	-moz-border-radius:25px;
}
.TextAreas {
	font-family: "Comic Sans MS", cursive;
	font-size: 14px;
	height: 181px;
	overflow: auto;
	margin-bottom: 8px;
	width: 284px;
	margin-left: 3px;
	background-image: url(../../assets/images/BuildElements/300px-textArea_full.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #F1FEED;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 12px;
}

#ckDub {
	margin-top: 30px;
}
#short {
	background-color: #F1FEED;
}

.CheckBox {
	margin-bottom: -2px;
}
.submit {
	font-family: "Comic Sans MS", cursive;
	font-size: 18px;
	width: 150px;
}
.CheckBoxText {
	margin-top: 10px;
	font-size: 17px;
	margin-bottom: 10px;
}

.CheckBoxTextDoubleLine {
	margin-top: 25px;
	font-size: 17px;
	margin-bottom: 25px;
}
