body{
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
}

.divbody{
	width: 97%;
	position: absolute;
	top: 135px;
	margin-left: 15px;
}

div .twothird-left{
	width: 70%;
	float: left;
}

div .onethird-right{
	width: 29%;
	float: right;
}

div.img

div .formtitle{
	display: block;
	width: 89%;
	float: left;
	background-color: #CFCFCF;
	font-size: 11pt;
	font-weight: bold;
	padding-left: 3px;
}

div .msg-alert{
	background-color: #FFE4A7;
	padding: 3px 3px 3px 7px;
	border-radius: 7px;
	margin-bottom: 10px;
}

div .tools{
	display: inline-block;
	float: right;
	height: 35px;
	padding-left: : 2px;
}

div .tools-tab{
	float: right;
	height: 32px;
	margin-left: 10px;
	margin-bottom: 2px;
}

div .tools-tab-left{
	float: left;
	height: 32px;
	margin-left: 10px;
	margin-bottom: 2px;
}

div .msg-ok{
	background-color: #BFFF80;
	padding: 3px 3px 3px 7px;
	border-radius: 7px;
	margin-bottom: 10px;
	font-style: italic;
}

h1{
}

h3{
	font-weight: bold;
	color: #233CB0;
}

h4{
	border-bottom: 1px solid silver;
}

img .btn{
	width: 32px;
}


p .label{
	font-size: 11pt;
}

.smalltitle{
	text-decoration: underline;
}

.redbold{
	color: red;
	font-weight: bold;
}

/*table{
	width: 95%;
	border-collapse: collapse;
	left: 20px;
}

th{
	font-size: 15px;
}

td
{
	border: 1px solid;
	padding: 5px;
	font-size: 14px;
}

.descr{
	width: 70%;
}

.td1{
	width: 20%
}

th{
	border: 1px solid black;
	background-color: black;
	color: white;
}

tr:nth-child(odd){
	background-color: silver;
}*/

/*form{
	padding: 5px;
	border-radius: 10px;
	padding: 10px;
	background-color: #E0E0E0;
}*/

label{
    display: inline-block;
    width: 100%;
    padding: 5px;
    font-size: 11pt;
}

.btnSave{
	position: left;
	right: 10px;
	background: url("img/btn/save.png");
	width: 32px;
	height: 32px;
	border: 0;
	margin-left: 10px;
}

input[type="submit"]:hover{

}

textarea{
	max-width: 99%;
}

.myform{
  display: flex;
}
.myform input[type=text]{
  padding: 5px 15px;
  border-top: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  border-right: none;
}
.myform input[type=text]:first-of-type{
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.myform input[type=text]:last-of-type{
  border-right: 1px solid #bbb;
}
.myform button {
  padding: 5px 15px;
  border-right: 1px solid #537EA5;
  border-top: 1px solid #537EA5;
  border-bottom: 1px solid #537EA5;
  border-left: none;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #5C97BF;
  color: #fff;
}
