body {
	border-top: 2px solid #54babe;
}

.section {
	margin: 40px 8%;
}

.header {
 	background: -webkit-linear-gradient(left, #64c4c9 , #57b9e4); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #64c4c9, #57b9e4); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #64c4c9, #57b9e4); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #64c4c9 , #57b9e4); /*  */
    padding: 10px 0px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin: 0px 0px 40px;
    letter-spacing: 2px;
}

.header .icon {
    background: url(./advice.png) center no-repeat ;
    background-size: 24px;
    padding: 8px 20px;
    margin-right: 10px;
}

.bodyer .demo-label {
	display: inline-block;
    width: 90%;
    padding: 8px 0px 8px 10%;
    background-color: #fff;
    margin: 4px 0px;
    color: #585858;
    border-radius: 5px;
    box-shadow: 0px 2px 8px #ccc;
}

.bodyer .demo-radio {
    display: none;
}

.demo-radioInput {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 100% ;
    display: inline-block;
    height: 16px;
    margin-right: 10px;
    margin-top: 2px;
    vertical-align: middle;
    width: 16px;
    line-height: 1;
    position: absolute;
    right: 0px;
}

.demo-radio:checked + .demo-radioInput:after {
    background-color: #2b333f;
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 2px;
    width: 12px;
}

.demo-checkbox.demo-radioInput,
.demo-radio:checked + .demo-checkbox.demo-radioInput:after {
    border-radius: 0;
}

.bodyer .more {
	background: none;
	text-align: right;
	box-shadow: none;
}

.bodyer #label1 {
    margin-top: 10px;
}

.bodyer #label2 {
    display: none;
}

.bodyer textarea {
    width: 90%;
    height: 100px;
    padding: 10px 5%;
    border: none;
    font-size: 14px;
    line-height: 24px;
    margin: 10px auto;
    letter-spacing: 1px;
    color: #585858;
    border-radius: 5px;
    box-shadow: 0px 2px 8px #ccc;
}

.bodyer button {
	width: 80px;
	height: 30px;
	background-color: #2b333f;
	color: #fff;
	text-align: center;
	line-height: 30px;
	border: none;
	border-radius: 5px;
	float: right;
}