
.titlebar {
  /* background-color: DarkSlateBlue; */
  background: #4f84b8 url(/assets/images/pages/titlebar-grad.png) repeat-x 0 0;
  background-size: 1em;
  width: 100%;
  font-size: 20px;
  color: white;
  padding: .75em 0;
  box-shadow: 0 0 12px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.4);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,.4);
  -khtml-box-shadow: 0 0 12px rgba(0,0,0,.4);
}

.icon {
  width:120px;
}

.gradientbox {
  background: #4f84b8 url(/assets/images/pages/box-grad.png) repeat-x 0 0;
  width: 250px;
  padding: 18px 20px;
  margin: 5px 10px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

.gradientbutton {
  width:200px;
  height: 30px;
  margin: auto auto 10px;
  display:table;
  background: #079100 url(/assets/images/pages/button-grad.png) repeat-x 0 0;
  background-size: 1em;
  border-radius: 10px;
  border:none;
  color: white;
  font-weight:bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -webkit-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -moz-box-shadow: 0 5px 12px rgba(0,0,0,.4);
  -khtml-box-shadow: 0 5px 12px rgba(0,0,0,.4);
}

.gradientbutton p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.divider {
  width:240px;
  height:2px;
  margin: 5px auto;
  background: url(/assets/images/pages/divider.png) repeat-x 0 0;
}

.surveytitle {
  color:black;
}

.survey {
  max-width: 650px;
  min-width: 310px;
  background-color: transparent;
  margin: 0 auto;
  padding: 10px 10px;
  text-align:center;
}

.information {
  width:95%;
  margin:10px auto;
  padding-left:10;
  overflow:auto;
  text-align:left;
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:        border-box;
}

.information img {
  width:100px;
  float:right;
}

.information div {
}

.question {
  text-align: left;
  display:block;
  min-height: 100px;
}

.questionframe {
  display:block;
}

.survey .questionframe:nth-child(odd){
  float:left;
}
.survey .questionframe:nth-child(even){
  float:right;
}

.submitbutton {
  float: left;
  height: 128px;
  width: 100%;
  //background-color: #034f00;
  text-align:center;
}

.submitbutton button {
  background: #079100 url(/assets/images/pages/button-grad.png) repeat-x 0 0;
  height: 50px;
  width: 90%;
  -moz-box-sizing:    border-box;
  -webkit-box-sizing: border-box;
  box-sizing:        border-box;
  margin-bottom: 15px;
}

.result {
  width:300px;
  margin:10px auto;
  overflow:auto;
  display:table;
}

.result div {
  width:200px;
  vertical-align:middle;
  display: table-cell;
}

.contact {
  width:100%;
  max-width: 500px;
  padding: 0px;
  overflow:auto;
  vertical-align:middle;
  margin:auto;
  //display:table;
}

.contact .contactinfo {
  width:100%;
  max-width: 500px;
  display: table-cell; 
  vertical-align: middle; 
  text-align: center;
  padding: 0 10px;
}

.imageframe {
  width: 200px;
  display: table-cell;
  vertical-align: middle;
}

.profilepic {
  float:left;
  width: 200px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
/*
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-border-top-left-radius: 10px; 
  -webkit-border-bottom-left-radius: 10px; 
  -moz-border-top-left-radius: 10px; 
  -moz-border-bottom-left-radius: 10px; 
  -khtml-border-top-left-radius: 10px; 
  -khtml-border-bottom-left-radius: 10px; 
*/
}
