@charset "utf-8";
/* CSS Document */

/* Forms
------------------------------*/

form, fieldset {
	margin: 0;
	padding: 0;
	border:none;
	}
	
/*fieldset { border: 1px solid #000; }*/

legend {
	padding: 0;
	margin: 0;
	color: #000;
	padding-right: 10px;
	}

input, textarea, select {
	margin: 0;
	padding: 1px;
	font-size: 100%;
	font-family: inherit;
	}
	
select { padding: 0; }



form.amarisForm fieldset {
	margin-bottom: 20px;
}
	
form.amarisForm legend {
	padding-right: 10px;
	font-weight: bold;
	margin: 0 -7px; /* IE Win */
	}
	
form.amarisForm label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
form.amarisForm fieldset ol {
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #BFD962;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 12;
	margin-left: 0px;
	}
	
form.amarisForm fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
form.amarisForm fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
form.amarisForm fieldset fieldset legend {
	font-weight: normal;
	margin-bottom: 8px;
	}
	
form.amarisForm fieldset fieldset label {
	display: block;
	width: auto;
	}

form.amarisForm em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

form.amarisForm label { width: 120px; } /* Width of 

labels */
form.amarisForm fieldset fieldset label { margin-left: 

123px; } /* Width plus 3 (html space) */

/*\*//*/ form.amarisForm legend { display: inline-

block; } /* IE Mac legend fix */







form.amarisForm {
	width: 500px;
	font-size: 1em;
	color: #000;
}
	
form.amarisForm legend { padding-left: 15px;
}
	
form.amarisForm legend,
form.amarisForm label {
	color: #000;
}

form.amarisForm fieldset {
	background-image: url(images/fieldset_bg.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
	
form.amarisForm fieldset fieldset { 
	background: none;
}
	
form.amarisForm fieldset li {
	padding: 5px 10px 7px;
	border-bottom-width: 1px;
	border-bottom-style: double;
	border-bottom-color: #CCC;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333;
	background-color: #FDFEFA;
	margin-top: 10px;
}
input:focus {
	background-color: #EFF5D8;
}
.thanks {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	font-weight: normal;
	font-style: italic;
	color: #BC3639;
	margin-bottom: 5px;
}
