@charset "utf-8";
/* CSS Document */

.ss-q-title {
	display:block;
	font-weight:bold;
	color: #333;
	font-size: 1em;
}

ul {
	padding:0 0 1em 1em;
}
ol {
	padding:0 0 1em 1.3em;
}
li {
	line-height:1.4em;
	padding:0 0 .5em 0;
	font-size: 1em;
	font-size: 1.1em;
}

input, select, textarea, option {
	font-family:inherit;
	font-size: .8em;
	padding: 5px;
	border: 1px solid
}
.ss-q-title {;
	color: #333;
	font-size: .8em;
}
.ss-textarea {
	max-width:99%;
}
.ss-q-help {
	display:block;
	color:#666;
	margin:.1em 0 .25em 0;
	font-size: 0.8em;
}
.ss-q-long {
	max-width:90%;
}

.ss-q-short{
	background-color:#F2F9FF;
	border: 1px solid #425A7C;
	color: #333;
	}
.ss-form-entry {
	font-family:Verdana, Geneva, sans-serif;
	color:#333;

}
.ss-choices {
	list-style:none;
	margin:.5em 0 0 0;
	padding:0;
	font-size: .8em;
}
.ss-required-asterisk {
	color:#900;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.ss-legal{
	font-size:0.7em;
	font-family:Verdana, Geneva, sans-serif;
	}

label {
	display:block;
	cursor:pointer;
}
ul label {
	display:inline;
}
.send-button{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color:#F90;
	border: 1px solid #C30;
	font-weight: bold;
	cursor:pointer;
	}
.send-button a:link{
	background-color:#F90;
}
	
.send-button a:active{
	background-color:#FF6;
	}	
.send-button a:hover{
	background-color:#FF3;
	}	
.send-button a:visited{
	background-color:#F90;
	}	

