.form_insert {
    float: left !important;
    width: 100% !important;
}

.form_insert > input {
    margin: 5px 10% 0 1%;
    width: 30%;
}
.form_insert input[type="submit"] {
    background-color: red;
    border-color: red;
    margin: 5px 10% 0 1%;
    width: 15%;
}

.update_form > input {
    margin: 5px 10% 0 1%;
    width: 30%;
}
.update_form input[type="submit"] {
    background-color: red;
    border-color: red;
    margin: 5px 10% 0 1%;
    width: 15%;
}
 


 .table {
    border: 1px solid;
}
.table td {
    border: 1px solid;
}
.full {
    width: 100%;
}
.full_insert {
    width: 100%;
}
.left_insert {
    float: left;
    width: 50%;
}
.right_insert {
    float: left;
    width: 50%;
}
.left_insert > label{            
            font: normal 14px arial, sans, sans-serif;
            display:inline-block;
            color: rgb(54,95,145);
            width:150px;
            margin-top: 5px; 
            padding: 0px; 
            padding-top: 3px; 
            padding-bottom: 3px; 
}
.right_insert > label{
	font: normal 14px arial, sans, sans-serif;
            display:inline-block;
            color: rgb(54,95,145);
            width:150px;
            margin-top: 5px; 
            padding: 0px; 
            padding-top: 3px; 
            padding-bottom: 3px; 	
}

.left > label{            
            font: normal 14px arial, sans, sans-serif;
            display:inline-block;
            color: rgb(54,95,145);
            width:150px;
            margin-top: 5px; 
            padding: 0px; 
            padding-top: 3px; 
            padding-bottom: 3px; 
}
.right > label{
	font: normal 14px arial, sans, sans-serif;
            display:inline-block;
            color: rgb(54,95,145);
            width:150px;
            margin-top: 5px; 
            padding: 0px; 
            padding-top: 3px; 
            padding-bottom: 3px; 	
}
