@import "https://fonts.googleapis.com/css?family=Gotu";

body{
margin:0;
padding:0;
font-family:'Gotu',sans-serif;
background-color: #000;
}
h4 {
font-weight:normal;
color: #F00;
}
#main{
width:400px;
height:620px;
margin:10px auto
}
#commentPanel{
width:400px;
height:620px;
float:left;
padding:0 0 0 20px;
background:linear-gradient(#fff,#f2f6f9);
}
#regPanel{
width:370px;
height:600px;
float:left;
padding:0 0 0 20px;
background:linear-gradient(#fff,#f2f6f9);
}
#vlabel {
color: #AAA;
}
input{
width:350px;
padding:5px;
margin-top:10px;
margin-bottom:25px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
font-size:1em;
box-sizing: border-box;
}
label{
font-size:1em;
display: block;
}
textarea{
width:350px;
height:130px;
padding:10px;
margin-top:10px;
margin-bottom:20px;
border-radius:5px;
border:1px solid #cbcbcb;
box-shadow:inset 0 1px 2px rgba(0,0,0,0.18);
font-size:1em;
box-sizing: border-box;
}
.btn{
background:linear-gradient(to bottom,#444 5%,#888 100%);
/*border:1px solid #0F799E;*/
color:#fff;
font-size:1.2em;
font-weight:700;
cursor:pointer;
text-shadow:0 1px 0 #13506D;
margin-left:30px;
width:130px;
display: inline;
}
.btn:hover{
background:linear-gradient(to bottom,#888 5%,#444 100%)
}
#continue {
    margin-left:50px;
    margin-top: 40px;
}
p {
color: red;
}
#back {
background: none;
border: none;
}

#back:hover {
  background-color: #CCC;
}