﻿div.out {
  padding-top: 30px;
  padding-bottom: 30px; }

div.form {
  color: #fff;
  width: 940px;
  margin: 0 auto;
  padding: 20px;
  border-radius: 4px;
  background-color: #f2f1dc;
  border: 1px solid #999; }

div.form_user h1 {
  width: auto;
  height: auto; }

div.form_user input[type=text] {
  border: 1px solid #999;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  font-size: 1em;
  padding: 0 2px 0 2px; }

div.form_user div.content_form {
  padding: 5px 10px 10px 10px;
  border: 1px solid #999;
  display: inline-block;
  vertical-align: top; }

div.form_user input.form_caption {
  width: 150px;
  display: inline-block;
  vertical-align: top;
  color: #888; }

div.form_user textarea {
  resize: none;
  border: 1px solid #999;
  width: 100%;
  height: 150px; }

div.form_user li {
  padding: 5px 0 10px 0;
  position: relative; }

div.form_user span {
  line-height: 30px;
  color: #ba25ae; }

div.form_user select {
  line-height: 30px;
  border: 1px solid #999;
  vertical-align: top; }

div.form_user div.block {
  border-bottom: dashed 1px #999; }

div.form_user div.type {
  line-height: 30px;
  display: inline-block;
  color: #555;
  width: 80px;
  vertical-align: bottom; }

div.form_user div.title {
  line-height: 30px;
  display: inline-block;
  color: #555;
  width: 200px;
  vertical-align: bottom; }

div.form_user div.form_block {
  padding: 5px 0 0 0; }

div.form_user div.form_div_title {
  line-height: 30px;
  font-size: 16px; }

div.form_user label.form_label {
  line-height: 35px;
  display: inline-block;
  font-size: 15px;
  padding: 0 5px 0 5px; }

div.form_user input[type=checkbox], div.form_user input[type=radio] {
  width: 15px;
  height: 15px;
  margin: 0; }

div.form_submit {
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 4px;
  padding: 0 8px 0 8px;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  width: 150px;
  margin: 0 auto; }

div.form_submit:hover {
  background: rgba(0, 0, 0, 0.9); }

div.form_user div.text2 {
  line-height: 25px;
  font-size: 16px; }

@media screen and (min-width: 900px) {
  div.out {
    padding: 10px; }
  div.form {
    width: auto;
    box-shadow: none; }
  div.form_user input[type=text] {
    width: 70%; }
  div.form_user textarea {
    width: 70%; }
  div.form_user div.form_div_title {
    width: 25%;
    display: inline-block;
    float: left; }
  div.form_user div.form_div_body {
    width: 70%;
    display: inline-block; } }

