body {
	font-family: georgia;
}
h1 {
	font-size: 38px;
	color: black;
	text-align: center;
}
h2 {
	font-size: 30px;
	color: #4e5357;
	text-align: center;
}
.tac {
	text-align: center;
}
#header {
	padding: 10px 0;
	background: white;
}
#header p {
	margin-bottom: 0;
	text-transform: uppercase;
	margin-top: 22px;
}
#header p:last-of-type {
	font-weight: bolder;
	margin-top: 0;
}
.addthis_sharing_toolbox {
	float: right;
	margin-top: 24px;
}
#content {
	background: #eef2f4;
	padding: 40px 0;
}
input, select {
	width:100%;
	height:51px;
	border:1px solid #ccc;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	margin-bottom: 10px;
	padding: 0 15px;
	font-family: arial;
}
button.largebutton {
	background: #efbd49;
	color: black;
	padding: 5px 15px;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	font-size: 30px;
	display: block;
	margin:10px auto;
	font-weight: 900;
	border:none;
	width:258px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
input[type="radio"] {
    display:none;
}
input[type="radio"] + label {
	font-family: arial;
	color: #4e5357;
	margin-bottom: 15px !important;
	font-weight: normal;
	font-size: 18px;
	position: relative;
	padding-left: 60px;
	text-align: left !important;
}
input[type="radio"] + label span {
    display:block;
    width:41px;
    height:41px;
    margin:-18px 20px 0 0;
    vertical-align:middle;
    background:url(../img/checked.png) left top no-repeat;
    cursor:pointer;
    position: absolute;
	left: 0;
	top: 50%;
    z-index: 999;
}
input[type="radio"]:checked + label span {
    background:url(../img/checked.png) -41px top no-repeat;
}
.question label.control-label-question {
	font-size: 38px;
	color: #4e5357;
	text-align: center;
	font-weight: normal;
	width:100%;
}
.question button {
margin-top: 50px;
}
.form-horizontal {
	padding-top: 50px;
}
.thankyou h1 {
	margin: 40px 0 0;
	text-align: center;
	color: #356592;
}
.thankyou p {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin: 40px 0;
}
.thankyou form input[type=submit] {
background-image: -ms-linear-gradient(top, #3577AB 0%, #0C386F 100%);
background-image: -moz-linear-gradient(top, #3577AB 0%, #0C386F 100%);
background-image: -o-linear-gradient(top, #3577AB 0%, #0C386F 100%);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3577AB), color-stop(1, #0C386F));
background-image: -webkit-linear-gradient(top, #3577AB 0%, #0C386F 100%);
background-image: linear-gradient(to bottom, #3577AB 0%, #0C386F 100%);
color: white;
padding: 12px 90px 15px;
border-color: 1px solid #727374;
font-family: georgia;
font-size: 18px;
margin: 0 auto 50px;
}
.thankyou img {
	max-width: 100%;
}

.footer-message {
    text-align: center;
    font-size: 12px;
}

.allows-marketing {
    width: 20px;
    height: 20px;
}

.email-sent-message {
    text-align: center;
}

button.largebutton-finish {
    background: #efbd49;
    color: black;
    padding: 5px 15px;
    border-radius: 7px;
    -moz-border-radius:7px;
    -webkit-border-radius: 7px;
    font-size: 30px;
    display: block;
    margin:10px auto;
    font-weight: 900;
    border:none;
    width:380px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.completion-img-en {
    width: 605px;
    margin: 0px 80px;
}

.completion-img-ja {
    margin: 0px 230px;
}

.thankyou-footer {
    padding: 10px 0px;
    text-align: center;
}

.retake button{
    width: 100%;
}

.or-text {
    text-align: center;
    font-size :20px
    padding-top: 25px;
}

.header-logo {
    height: 30px;
}

.check-box-marketing {
    width: 30px;
    float: left;
    padding: 0px;
    padding-left: 20px;
    margin: 0px;
}

.label-marketing {
    width: 320px;
    float: left;
    padding: 0px;
    margin: 0px;
    padding-left: 19px;
}
button.smallbutton {
    background: #efbd49;
    color: black;
    padding: 5px 15px;
    border-radius: 7px;
    -moz-border-radius:7px;
    -webkit-border-radius: 7px;
    font-size: 12px;
    display: block;
    margin:10px auto;
    font-weight: 900;
    border:none;
    width:100px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.small-text-input {
    height: 30px;
    font-size: 12px;
    float: left;
    width: 150px;
}

.user-details {
    width: 500px;
    margin: auto;
    text-align: center;
    padding: 20px;
}

.detais-title {
    font-weight: bold;
}

button.largebutton-generate {
	background: #efbd49;
	color: black;
	padding: 5px 15px;
	border-radius: 7px;
	-moz-border-radius:7px;
	-webkit-border-radius: 7px;
	font-size: 30px;
	display: block;
	margin:10px auto;
	font-weight: 900;
	border:none;
	width:320px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.admin_view_user .label {
    font-size:18px;
    color: #000;
    text-align: left;
}

.admin_view_user .value {
    font-size:18px;
    color: #000;
    text-align: left;
    background-color: #fff;
    border-radius: 5px;
    border: 1px #000 solid;
    min-height: 27px;
}

.admin_view_user .spacer {
    padding: 5px, 0px;
}

.search-btn {
    margin-bottom: 10px;
}

#header .lang-select {
    height: 30px;
}
