/* Reset - Thanks Eric! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus {outline: 0;}
body {line-height: 1;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}


/******************************************************************************/


#form {
	width: 565px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 16px;
	padding: 10px;
}

#form1 {
	width: 565px;
}

fieldset 
{
	background:#F0F0F0;
	display:block;
	padding: 5px 10px; 
	border:1px solid #fff; 
	border-color:#fff #666661 #666661 #fff;
	margin-bottom:36px; width:550px;
}
input, textarea, select {
	display:block;
	font:11px/12px Arial, Helvetica, sans-serif; 
	padding:0;
}

fieldset.action {
	background:#9da2a6; 
	border-color:#e5e5e5 #797c80 #797c80 #e5e5e5; 
	margin-top:-20px;
}

legend {
	background:#BCBC93;
	color:#fff;
	font:12px/18px Tahoma, Arial, Helvetica, sans-serif;
	padding:0 10px;
	margin:-20px 0 0 -11px;
	font-weight:bold;
	border:1px solid #fff;
	border-color:#e5e5c3 #505014 #505014 #e5e5c3;
}

label {
	display:block;
	font-size:11px; 
	font-weight:bold; 
	color:#666;
}
label.opt {font-weight:normal;}

#form1 .forminput {
	float: left;
	width: 33%;
	clear: none;
}
th {
	background: #E8E8D0;
}
.clear {
	clear: both;
}

.formheading {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0 5px;
	text-align: left;
}#form #form1 p {
	padding: 10px 0px;
}
#form .button {
	float: left;
	margin: 0 5px;
	width: 70px;
}

