
.center {
width:1200px;
margin:0 auto;
}
#content {
width:100%;
margin:50px 0;
float:left;
}

#content_layout {
width:100%;
float:left;
}


form select {
width:90%;
width:-moz-calc(100% - 32px);
width:-webkit-calc(100% - 32px);
width:calc(100% - 32px);
color:#000;
background:#fff;
font-size:14px;
padding:10px 15px;
border:1px solid #000;
}
form input, form textarea {
width:90%;
width:-moz-calc(100% - 32px);
width:-webkit-calc(100% - 32px);
width:calc(100% - 32px);
background:#fff;
font-size:14px;
padding:10px 15px;
margin-bottom:10px;
border:1px solid #aabeea;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
color: #002b53;
}

.styled-select {
width: 300px;
height: 40px;
overflow: hidden;
background: url('../../images/ico_select.png') no-repeat top 15px right 10px #fff;
border: 1px solid #aabeea;
margin-bottom:10px;
display:inline-block !important;
margin:5px 0;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
.styled-select select {
background: transparent;
width: 328px !important;
padding: 5px;
font-size: 14px;
line-height: 1;
border: 0;
border-radius: 0;
height: 40px;
-webkit-appearance: none;
}

form textarea {
height:150px;
padding:10px 15px;
}
form input:focus, form textarea:focus {
border-color:#0348af;
color:#0348af;
}


form p {
margin-bottom:10px;
}
/* The container */
.container_check {
    display: block;
    text-align: justify;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 0;
    left: -250px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    border: 2px solid #cacaca;
    background-color: #fff;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
    background-color: #a6a6a6;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {


    background-color: #a6a6a6;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
    display: block;
    top: 3px;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.but_sub {
    float: right;
    width: 20%;
    clear: none !important;
}