body {
  font: 77%/1.5 Tahoma, Geneva, Arial, Helvetica, sans-serif; 
  color: #555555;
  background: #f0f0f0;
}
html, body, ul, ol, form {margin:0; padding:0}
h1, h2, h3, h4, h5, h6 { margin: 1em 0 .4em; }
h5, h6 {font-size: 1em; }
a img { border: none; }
a:hover, a:focus, a:active { text-decoration: none; }
fieldset {
  margin:0;
  padding:0;
  border:none
	}
label { cursor: pointer; cursor: hand; }
input, select { vertical-align: middle; font-size: 1em; }
textarea, input {
	border: 1px solid #cfe0f5;
	border-radius:.3em;
}
textarea { padding:.5em }
table {
  border-collapse:collapse;
  border-spacing:0
	}
td, th { vertical-align: middle; }
li {list-style:none}
p {margin:.8em 0}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.uppercase {text-transform:uppercase}

#header {
  position: absolute;
  height: 250px;
  background-color: #2A8AD4;
  width: 100%;
  top: 0px;
}
#content {
  max-width: 550px;
  padding: 30px 20px 50px;
  border: 1px solid #b3b3b3;
  border-top: 10px solid #015390;
  border-radius: 4px;
  margin: 5em auto 10em auto;
  box-shadow: 0 1px 10px #a7a7a7, inset 0 1px 0 #fff;
  background: #fcfcfc;
  overflow:hidden;
  position: relative;
}

/*=----------------------------------------- G L O B A L -----------------------------------------*/

ol li {
	list-style: decimal;
	margin:0 0 .3em 4%;
	font-size:1.05em
}
a.btn {
	display:inline-block;
	height: 25px;
	line-height: 25px;
	text-align:center;
	outline: none;
	padding: 0 10px !important; 
	color:#002f58 !important;
	text-decoration:none;
	font-weight:bold;
	text-shadow:0 1px 0 #dfe7ed;
	border: 1px solid #8395a6;
	border-radius: 6%;
	box-shadow: 0 1px 1px #cbcfd3; 
	background: #cedae4;
	linear-gradient(top, #dfe8ee, #bacbd9); 
}
a.btn:hover, a.btn:focus, a.btn:active {
	background: #e2ecf5; 
	color: #006ccb !important; 
	border-color: #5289b9
	}
a.btn:active {
	background: #0045A4;
	color:#FFF !important;
	text-shadow:none;
	box-shadow: none; 
	}

.rounded {
	border-radius:5px;
}

/*Titles*/
#maincol h1 {
	font-size:1.8em;
	font-family: Trebuchet MS, Lucida Sans Unicode, Lucida Grande, Lucida Sans, Arial, sans-serif;
	color:#276FC5;
	text-transform:uppercase;
	margin: 0 0 0.5em 0;
	border-bottom: 1px solid #488ADB;
	clear:both;
}
#maincol h2 {
	margin-top:0;
	color:#0E54A0;
	padding: 1em 0 .3em;
	font-weight:bold;
	font-size: 1.3em;
	line-height: 1.5;
	}
h2 {color:#025F9F; font-size: 1.3em}
h3 {
	font-size:1.3em;
	color:#025f9f;
	font-weight:normal;
	margin-bottom:.2em
	}

/*=LINKS
--------------------------------------=*/
a:link {color:#0081D7}
a:visited {color:#3E4E57}
a:hover, a:focus, a:active {text-decoration:none}

/*FORMS
--------------------------------------=*/
input[type=text]:focus, textarea:focus {
	border:1px solid #9c5809;
	background:#fbffdf
	}
#content input, #content textarea {
	height:1.5em;
	border-color: #93ADBF
	}

#content textarea {height: auto}
#maincol label {
		float:left; 
		width:25%; 
		text-align:right;
		margin-right: 12px
	}
form p { clear: both; }
#content .error {
		color:#D00; 
		border-color: #D00 !important; 
		margin-top:0;
		}
#content input.error {color:#333}
/*=-------------------------------- C O N T E N T -----------------------------------*/

#maincol > div {
	overflow:hidden;
	margin-top:2.5em
	}

/*------------------------*/

div.editable { border: solid 1px Transparent; }
div.editable:hover { border-color: navy; }

/*------------------------*/

#SurveyForm label {
  float: none;
}

label.RadioButton {
	font-size: 18px;
	position: relative;
	display: inline;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}
input.Radio {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.RadioDecoration {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
	border-radius: 50%;
}
.RadioDecoration:after {
	position: absolute;
	display: none;
	content: '';
}

.RadioButton input:checked ~ .RadioDecoration {
	background: #488ADB;
}

.RadioButton input:checked ~ .RadioDecoration:after {
	display: block;
}

.RadioDecoration:after {
	top: 7px;
	left: 7px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}


label.CheckBox  {
	font-size: 18px;
	position: relative;
	display: inline;
	margin-bottom: 15px;
	padding-left: 30px;
	cursor: pointer;
}
input.CheckBox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.CheckBoxDecoration {
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #e6e6e6;
}
.CheckBoxDecoration:after {
	position: absolute;
	display: none;
	content: '';
}
label.CheckBox input:checked ~ .CheckBoxDecoration {
	background: #488ADB;
}
label.CheckBox input:checked ~ .CheckBoxDecoration:after {
	display: block;
}
.CheckBoxDecoration:after {
	top: 4px;
	left: 8px;
	width: 3px;
	height: 8px;
	transform: rotate(45deg);
	border: solid #fff;
	border-width: 0 2px 2px 0;
}

.SurveySection {
  border-bottom: 1px solid #488ADB;
  color:#0E54A0;
  font-size: 1.3em;
  padding: 1em 0 0.3em;
  font-weight:bold;
  line-height: 1.5;
  margin-bottom: 1em;
}
