﻿body {
	background-color: #CDCDCD;
}

label {
	font-weight: bold;
	width: 250px;
}

#survey h1 {
	margin-top: 600px;
}

ul.sortable {
	list-style: none;
	padding-top: 10px;
}

	ul.sortable li {
		margin-bottom: 5px;
		margin-top: 5px;
		background-color: #FFF;
		box-shadow: 3px 3px 8px #444;
	}

		ul.sortable li:hover {
			background-color: #337ab7;
			color: #FFF;
		}

div.surveyitem table {
	border: 2px solid #000;
	background-color: #FFAAEE;
}

	div.surveyitem table p {
		margin-left: 20px;
		font-weight: bold;
		margin-top: 50px;
	}

		div.surveyitem table p.endings {
			margin: 10px 0px -5px 0px;
		}

		div.surveyitem table p.firstp {
			margin-bottom: 160px;
		}

	div.surveyitem table a {
		margin-left: 20px;
		text-decoration: none;
		font-weight: bold;
	}

	div.surveyitem table input {
		margin-left: 20px;
		margin-top: 60px;
	}

		div.surveyitem table input.firstbtn {
			margin-bottom: 45px;
		}

	div.surveyitem table a:hover {
		color: #FFF;
	}

div.surveyitem h4 {
	text-align: center;
}

div.surveyitem p.question {
	text-align: left;
	background-color: #FFF;
	margin: 0px 15% 5px;
	box-shadow: 3px 3px 8px #444;
	font-weight: bold;
	font-size: 1.15em;
	padding-left: 30px;
}

div#survey h1 {
	text-align: center;
	color: #337ab7;
}

div#result h4 {
	color: #F00;
}
