#inline  h3 { font-size: 20px; line-height: 1.2em; margin-bottom: 15px; text-align: center; margin-bottom: 15px; font-weight: bold; }

#inlinep { color: #656565; font-size: 1.2em; margin-bottom: 10px; }

#wrapper { width: 500px; margin: 0 auto; padding:90px 0 0 0; }

#inline { display: none; width: 270px; }

#inline h3 {
    margin-top: 0px;
}

#inline2 { display: none; width: 450px; }

label { margin-right: 12px; margin-bottom: 9px; font-family: Georgia, serif; color: #646464; font-size: 1.2em; }

	
.user-name {
display: inline-block; 
color: #676767;
width: 100%; 
margin-bottom: 10px; 
border: 1px solid #bbb; 
padding: 3px 9px;
font-size: 1em;
line-height: 1.4em;
border-radius: 8px;
box-sizing: border-box;
box-shadow: inset 0px 0px 2px rgba(0,0,0,0.4);
}	

.user-text {
border-radius: 8px;
display: inline-block; 
color: #676767;
width: 100%;
box-sizing: border-box;
margin-bottom: 10px; 
border: 1px solid #bbb; 
padding: 3px 9px;
font-size: 1.2em;
line-height: 1.4em;
height: 80px;
box-shadow: inset 0px 0px 2px rgba(0,0,0,0.4);
}

input.error, textarea.error { border-color: red; border-style: solid; color: #a35959; }
input.error:focus, textarea.error:focus { border-color: #973d3d; color: #a35959; }

#send, .content-question { 
    display: inline-block;
    cursor: pointer;
    color: #fff;
    background: #12a9b8;
    border: none;
    padding: 7px;
    border-radius: 4px;
    text-decoration: none;
    margin: 0px 0 35px 0;
    font-size: 18px;
    font-family: Arial;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

#inline #send {
    margin-bottom: 0;
}

#send:hover {
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.5);
}

#send:hover, #send:active {
	outline: none;
}