/* body
---------------------------------------------------
body {
	margin:0;
	padding:25px;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:11px;
	line-height:1.5;
} */

#formWrap {
	float:left;
	width:500px;
	padding:20px;
}
#formWrap h3 {
	margin-top:0;
	font-size:18px;
	margin-bottom: 0;
	margin-left: 4px;
}
#formWrap i{
  font-size: 11px;
}
#formWrap form{
	width: 500px;
	float: left;
}
/* original WebForm styles
--------------------------------------------------- */
.WebForm_name {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000000;
	font-style: normal;
}
.WebForm_top_note {
	padding:10px 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 135%;
	color: #000000;
}
.WebForm_error { color: rgb(204,0,0);}
.WebForm_asterix { 
	color: red;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 135%;
}


/* new WebForm styles
--------------------------------------------------- */
table.WebForm_main_table {
	border-collapse:collapse;
}
table.WebForm_main_table th,
table.WebForm_main_table td {
	background: #eee;
	padding:10px;
	border-bottom:4px solid #fff;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size:12px;
	line-height:1.5;
}
table td.WebForm_heading {
	font-weight:bold;
	font-size:1.1em;
	padding:3px 10px;
}
table.WebForm_main_table td input.WebForm_textbox {
	width:200px;
}
table.WebForm_main_table td textarea {
	width:200px;
}
table.WebForm_main_table td select {
	margin-right:4px;
}
tr.WebForm_question_spacing {
	display:none;
}
th#WebForm_left_column {
	border-right:1px solid #fff;
}
td#WebForm_right_column{
  width: 600px;
}
.WebForm_required_note {
	color: red;
	font-size: 10px;
	margin:.5em 0;
}


/* cmu WebForm theme
--------------------------------------------------- */
table.WebForm_main_table td.WebForm_heading {
	color: #fff;
	background: #005739;
	text-transform:uppercase;
	font-size:.8em;
}
table.WebForm_main_table th,
table.WebForm_main_table td {
	background: #EAEDE7;
}

