#Form {
margin-top: 15px;
	width: 420px;
	border: none;
}

#Form.full { width: 100%; }


fieldset {
	border-style: none;
	width: 440px;
}

#error {
	border-style: none;
	float: right;
	clear: none;
	color: olive;
	font: xx-small "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	width: 450px;
}

legend {
border: solid;
border-width: thin;
border-color: #99FFFF;
width: 300px;
}

#Form h3 {
	clear: both;
	padding: 15px 0 5px;
	font-size: 14px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
	font-weight: bold;
}

#Form p {
	display: block;
	clear: both;
	width: 300px;
	font-size: 1em;
	line-height: 1.5em;
	padding: 0 0 9px;
}

#Form input {
	margin-bottom: 6px;
	float: right;
	width: 200px;
	border-style: none;
	background-color: white;
}



#Form select {
	margin-bottom: 6px;
	float: right;
	width: 200px;
	border-style: none;
	background-color: white;
}
#Form textarea {
	margin-bottom: 6px;
	float: right;
	width: 200px;
	border-style: none;
	background-color: white;
}

#Form label {
	color: #fff;
	font: small Verdana;
	text-align: right;
	margin-bottom: 6px;
	width: 200px;
	float: left;
	clear: both;
	display: block;
}



#Form label input {
	float: left;
	width: 200px;
	padding: 0;
}

#Form input.radio,
#Form input#radiobutton_1,
#Form input#radiobutton_2,
#Form input#radiobutton_3,
#Form input#radiobutton_4 {
	clear: left;
	float: left;
	padding: 0;
	margin: 0;
}

#Form label.radio,
#Form label.radioitem {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

#Form input.checkbox,
#Form input#checkbox_1,
#Form input#checkbox_2,
#Form input#checkbox_3,
#Form input#checkbox_4 {
	clear: both;
	float: left;
	padding: 0;
	margin: 0;
}

#Form label.checkbox {
	clear: none;
	margin: 0 0 0 25px;
	padding: 0 0 15px;
}

/* style the #EmailForm elements to look similar across browsers ... emulates Safari */

#Form input.checkbox,
#Form select {
    border: 1px solid #ddd;
    border-left-color: #c3c3c3;
    border-top-color: #7c7c7c;
    background-color: #fff;
}

#Form textarea {
	width: 200px;
	display: block;
	clear: right;
	float: right;
	height: 100px;
	border-style: none;
	background-color: white;
}

#Form label input.calc {
    text-align: right;
    width: 100px;
    clear: left;
    padding: 0;
}
