
form h1 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
body > div:nth-child(3) > div {
    border: solid 1px #ddd;
    padding: 30px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
body > div:nth-child(3) > div > h1 {
    letter-spacing: 2px;
    margin: 0 0 15px;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
    padding-left: 0;
}
form > div {
    border-radius: 3px;
    background-color: #f6f6f6;
    vertical-align: middle;
    border: 1px solid #dddddd;
    margin-top: 20px;
    margin-bottom: 15px;
    padding: 15px 10px;
	width: 665px;
margin: 0 auto;
}
form > div > div {
    border-radius: 3px;
    padding: 13px 20px;
	font-size: 95%;
}
form > div > div > p {
    width: 405px;
    float: left;
    margin: 0 15px;
}

@media screen and (max-width: 736px) {
	form > div > div > p {
    width:auto !important
    float: none !important;
}
}
form > div > div:before, form > div > div:after {
    display: table;
    content: " ";
    clear: both;
}
form > div input[type=text], form > div input[type=email], form > div textarea, form > div select {
    display: block;
    min-width: 405px;
    max-width: 405px;
    float: right;
    height: 38px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin: 0 15px;
}
form > div textarea {
    height: auto;
}
input[type=radio] {
    margin-left: 25px;
    margin-top: 8px;

}
form label {
    margin-bottom: 0;
    text-align: right;
    width: 145px;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
	font-weight:bold;
}
form label span {
    color: #fff;
    background: #ff6c00;
    display: inline-block;
    padding: 2px 5px;
    font-size: 10px;
    font-size: 1rem;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    right: 16px;
    top: 19px;
}
.container label + div {
    width: 75%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.button:hover {
    background: #00b0da;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #00a1d0), color-stop(0, #00bedf));
    background: -webkit-linear-gradient(#00bedf, #00a1d0);
}

body > div > a > button {
    margin-left: 0;
    margin: 0 auto;
    display: block;
}
a + button {
    margin-left: 20px
}
a {
    text-decoration: none;
}
a:focus, a:hover {
    outline: none;
    text-decoration: none;
}
input::-webkit-input-placeholder {
    color:   #777;
}
.button {
	margin:20px auto;
    padding: 11px 45px 11px;
    font-size: 120%;
    cursor: pointer;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #0093c9;
    color: #ffffff;
    background: #009ecf;
	border-radius:5px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28),inset 0px 2px 0px -1px #10a4d2;
}
input[type=button] {
    padding: 10px 13px 11px;
    font-size: 18px;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #c3c3c3;
    color: #7c7c7c;
    background: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,0.13);
    -moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
    box-shadow: 0px 1px 1px rgba(0,0,0,0.28);
margin-left: 260px;
margin-right: 35px;
		border-radius:5px;
}
input[type=button] + button {
    display: inline-block;
}
input + div, select + div, textarea + div {
    float: right;
    width: 420px;
    color: red;
    margin-bottom: -10px;
}
.error-form {
    border-color: #fb9a93 !important;
}

#form table td{
	margin-bottom:15px;
}
.hissu{
background: #fc8505;
color: #fff;
border-radius: 3px;
padding: 1px 5px;
font-size: 75%;
margin-left: 7px;
font-weight: 400;
}





/* ------table style------- */
/* ------tb_style------- */

#form table td,
#form table th{
	padding: 15px;
	border: 1px solid #E2E2E2;
	box-sizing: border-box;
}
#form table th{
	background:#F5F5F5;
}


/*------ tb_form ------*/
#form table{
	width:95%;
	margin:20px auto 20px auto;
	table-layout: auto;
	border-collapse: collapse;
}
#form table th {
	text-align: left;
font-weight: 600;
font-size: 105%;
width:350px;
}

#form table td{
	width:550px;
}

#form input[type="text"] {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}
#form input[type="text"]:focus,
#form textarea:focus{
	box-shadow: 0 0 7px #3498db;
    border: 1px solid #3498db;
}

#form input[type="text"] ,
#form textarea{
    padding: 0.8em;
    outline: none;
    border: 1px solid #DDD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
	width:85%;
}


@media screen and (max-width: 736px) { 
#form table th{
    width: 30% !important;
    font-size: 90%;
}
form label{
	width:auto !important;
	float:none!important;
}
.hissu{
	display:block;
	    text-align: center;
    margin: 3px 12px 0 2px;
}
form > div{
	width:auto !important;
}
input[type=button]{
	
    margin: 15px 0px 0 0!important;
}
.btnBlock{
	display:block;
	text-align:center;
}
form > div > div{
	 border-radius:0 !important;
    padding: 13px 20px;
    font-size: 95%;
    border-bottom: 1px dotted #555;
}
form > div > div.last{
	border-bottom:none;
}
}