body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
    margin: 0;
}

* {
    box-sizing: border-box;
}

#buttonContainer {
	margin: auto;
	width: 800px;
	text-align: center;
}

#buttonContainer button {
	margin-top: 25px;
	display: inline;
}

.optionsContainer {
	margin-top: 30px;
	margin-left: 40px;
}

.optionsContainer button {
	display: inline;
}

#container {
	background-color: white;
	margin: auto;
	width: 970px;
	min-height: 300px;
	border: solid 1px #c0c0c0;
	padding: 10px 10px 50px 30px;
	background-color: #fff;
	margin: 0 auto;
	margin-bottom: 55px;
	margin-top: 30px;
	-webkit-box-shadow: 0 8px 6px -6px black;
	-moz-box-shadow: 0 8px 6px -6px black;
	box-shadow: 0 8px 6px -6px black;
}

a {
	color: #96a6a6;
	font-weight: bold;
	text-decoration: none;
}


.formTitle {
	color: #222;
	margin-left: 5px;
	font-size: 16px;
	clear: both;
}

.formListHeader {
	color: #222;
	margin-left: 5px;
	border: none;
	font-size: 12px;
    color: #808080;
    font-weight: normal;
}

#leftBar {
	float:left;
	width: 250px;
}

#resultsContent {
	margin-top: 0px;
	float: right;
	width: 650px;
}

.jf-form-info {
    font-size: 12px;
    color: #808080;
    font-weight: normal;
}

.formDisabled {
	color: #ddd !important;
}

#title {
	color: #ff8e36;
	font-size: 38.5px;
	margin: 0px 0px;
	font-family: inherit;
	font-weight: bold;
	line-height: 40px;
	text-rendering: optimizelegibility;
	text-shadow: 1px 2px 2px #555;
}

#formTitleList {
	margin: 0 0 20px 0 !important;
}

.submissionItem{
	list-style:none;
	width: 250px;
	padding: 8px 14px 1px 14px;
	border: 1px solid #e5e5e5;
	margin-bottom: -1px;
	cursor: pointer;
	word-wrap:break-word;
}

.selected {
	background-color: #f2f2f2;
}

.jf-checkbox-icon {
    background: #FFFFFF url('../images/icons.png?ver=2') no-repeat 0px -30px;
    width: 20px;
    height: 20px;
}
.jf-checkbox-icon.active {
    background-position: 0px 0px;
}

#titleContainer {
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}

.instructions {
	margin: 10px;
}

.optionsInput {
    padding: 3px;
    margin-left: 0;
    border: 1px solid #ccc;
    font-size: 1em;
    line-height: 1.071em;
    -moz-box-shadow: 0 1px 2px #eee inset;
    -webkit-box-shadow: 0 1px 2px #eee inset;
    box-shadow: 0 1px 2px #eee inset;
    font-family: "Lucida Grande", Verdana;
}

#emailTo, #emailSubject {
	width: 270px;
}

#options{
	border: 1px solid #ddd;
	margin: 0px 10px 30px 10px;
	padding: 10px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-color: #ededed;
}

.exportButton {
	display:inline;
}

#exportOptions {
	margin-bottom: 10px;
}


.instructionList li {
	font-size: 12px;
	margin-left: 10px;
}

#hideShowCustomResultsPage, #hideShowCustomEmail {
	cursor: pointer;
}

.autoresponderLink {
    font-weight:normal;
    font-size:11px;
    cursor: pointer;
}




