#frm {
    margin-top: -2%;
}

ul
{
    margin: 0;
    padding-top: 12px;
    padding-left: 30px;
}

#intro {
    width: 65%;
    display: inline-block;
    margin-left: 1%;
    vertical-align: top;
    
}

#example {
    width: 27.0%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#example > a > img {
    width: 100%;
    border: solid;
     border-radius: 7px;
     border-color: #293741;
     border-width: 4px;
}

#form_container {
    display:table;
    border-collapse:collapse;
    width: 100%;
}

#form_container label {
line-height:77%;
}

#form_table {
    display:table;
    border-collapse:collapse;
    width: 98%;
    margin-left: 1%;
    font-size:75%;
    
}

#form_headers {
    display:table-row;
    width: 100%;
}

#form_left {
    padding-top: 1%;
    display:table-cell;
    width: 45%;
    vertical-align: top;
    //border-style: solid;
    //border-width: 1px;
    padding-left: 0px;
    margin-right: 10px;
    
}

#form_header_left {
    display:table-cell;
    width: 40%;
    vertical-align: middle;
    text-align: left;
    
}

#form_right {
   padding-top: 1%;
   padding-right: 1%;
    display:table-cell;
    width: 60%;
    
   vertical-align: top;
    //border-style: solid;
    //border-width: 1px;
    
    margin-right: 0px;
    
}

#form_header_right {
    display:table-cell;
    width: 58%;
    vertical-align: middle;
    text-align: left;
    
}



#form_left textarea {
    width:98%;
    resize: none;
    border: 2px solid white;
    border-radius: 3px;
    font-size:110%;
    font-weight: bold;
    font-family: 'Signika',sans-serif;
	color: #040674;
    width:60%;
}



#form_left input[type="text"],input[type="textarea"] {
    margin-bottom: 2%;
    width:60%;
    border: 2px solid white;
    border-radius: 3px;
    font-weight: bold;
    font-size: 110%;
	color: #040674;
}



#form_left input[type="checkbox"] {
	margin: 0;
	padding 0;
	transform: scale(1.1);
	
}

#form_right input[type="text"] {
    margin-bottom: 2%;
    width: 50%;
    border: 2px solid white;
    border-radius: 3px;
    font-weight: bold;
    font-size: 110%;
 
}

#form_table_part input[type="text"] {
    width: 5em;
}


label {
    margin-bottom: 0.5%;
}

#form_right table {
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
    
}
th, td {
    border: 2px solid white;
    white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	border-width: 2px;
    
}

td {
    padding: 5px;    
}

p {
    margin-bottom: 8px;
}

input:disabled
{
    background:#9E9E9E;
}

#send_row {
    text-align: center;
    border: 0px solid white;
}

ul {
list-style-type:none;
line-height:1.8;
}

li:before{
    content:'';
    padding: 0 12px 0 25px;
    background:url(../img/check.png) no-repeat 0 0px;
}

.adv {
    /*
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    font-weight: bolder;
    font-size: larger;
    */
    
font-family: 'signikaregular', sans-serif;
font-weight: 600;
font-size: 120%;


}

#submit1 {
    text-align: center;
    padding-top: 10px;
   
}

#submit2 {
    text-align: center;
    padding-top: 10px;
   
}

#submit1 button {
    color:white;
    background-color: #3C4F5E;
    border-color: white;
    border-style:solid;
}

#submit2 button {
    color:white;
    background-color: #3C4F5E;
    border-color: white;
    border-style:solid;
}

#form_table_part {
   margin-top:0;
}

#remarks {
    text-align: left;
    border: 0px solid white;
}

#send_section {
    text-align: left;
    
}
.submit {
    width: 12em;
    height: 3em;
    font-weight: bolder;
    color: #656565;
    margin-top:1%;
    
    }


#form_middle {
    display:table-cell;
    width:1%;
}

#form_title {
    margin-top:0%;
    margin-bottom: 2%;
    margin-left:1%;
    font-family: 'signikaregular', sans-serif;
    font-size: 120%;
    font-weight: 600;
}

#form_invalid {
    display:table-caption;
    display:none;
    color: #ededed;
    background: #EB682B;
    text-align:center;
    font-weight: bold;
    font-size:140%;
    border-radius: 5px;
}

.tab_header {
    font-weight: bold;
}