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


#form .ss-q-title
{/*display:block;*/
	font-weight:bold;
	color: #45321c;
	font-size:95%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5B5281;
}

#form h1 {color: #45321c;}

#form ul
{padding:0 0 1em 1em}ol{padding:0 0 1em 0.3em}

#form li
{
	line-height:110%;
	padding:0 0 0.5em 0;
	list-style-image:none;
	list-style-position: outside;
}

#form ol
{
	line-height:110%;
	padding:0 0 0.5em 0;
	list-style-image:none;
	list-style-position: outside;
}

#form a {
color: #c9743d;
text-decoration: none;}

#form a:hover {
color: #7DBE32;
text-decoration: underline;}

#form p
{padding:0 0 0.5em 0}

input,select,textarea,option
{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 3px;
	border: 1px solid #7DBE32;
	color: #eaa349;
	background-color: #fcfee5;
	list-style-image: none;
	list-style-type: none;
}

.ss-textarea
{max-width:99%}

.ss-q-help
{display:inline;color:#666;/*margin:.1em 0 .25em 0*/}

.ss-q-long
{max-width:90%}

.ss-form-entry
{margin-bottom:.3em;
font-weight:bold;
	color: #45321c;
	font-size:95%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#5B5281;
	margin-top: 10px;}

.ss-choices
{
	margin: .5em 0 0 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

.ss-choice-label ul ol li  {
	line-height: 110%;
	padding: 0 0 0.5em 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.ss-choice-item ul ol li  {
	line-height:110%;
	padding:0 0 0.5em 0;
	list-style:none;
	list-style-image:none;
	list-style-position: outside;
}

.content2 li {
	margin-left: 40px;
	font-family: Georgia;
	font-size: 95%;
	line-height: 150%;
	color: #5B5281;
	list-style-image: none;
	list-style-type: none;
	}

.ss-required-asterisk
{color:#7DBE32}

label
{
	display: inline;
	cursor: pointer;
	list-style-image: none;
	list-style-type: none;
}

ul label
{
	display: inline;
	list-style:none;
	list-style-image: none;
	list-style-type: none;
}

label.error {
	color: #ff0600;
	font-size: 12px;
	/*display: list-item;
	list-style-position: outside;*/
	padding: 5px 3px;
}

.required-message  {
	display: none;
}
