html{
	overflow: hidden;
}


body{
	background-color: #fff;
}

td {
    vertical-align: top;
}

.input {
	border: #cacaca 1px solid;
	padding: 5px;
	width: 100%;
    border-radius: 8px;

}

.input[type=text]{
	width:initial; 
}

.input:focus{border: #525252 1px solid;
	outline: none;
}

.input:focus{border: #525252 1px solid;
	outline: none;
}


html body form div.box table.tableProduct tbody tr td.tdProductInput div, html body form div.box table.tableProduct tbody tr td.tdProductInput label{
font-family: 'open sans', sans-serif !important;
	font-size: 14px !important;
color: #666666;

}


.divHead {
font-family: 'Lato', sans-serif;
color: #444446;
	font-size: 12pt;
	color: red; 
	width: 500px;
	height: 50px;
	padding: 0px 5px;
	}

.tableCompany, .tablePersonal, .tableProduct {
    border: none;
/*     border-radius: 4px 4px 4px 4px; */
    box-shadow: 1px 1px 0 #FDFDFF, 1px 1px 0 #FDFDFF inset;
    margin-bottom: 10px;
    line-height: 24px;
	}

.tdCompanyHead, .tdPersonalHead, .tdProductHead { 
font-family: 'Barlow', sans-serif;
	font-weight: 600;
	font-size: 22px;
	font-weight: 600;
	line-height:50px;

	color: #444446;

	border-bottom: #0075b7 2px solid;
	}
	
	
.tdCompanyLabel, .tdPersonalLabel, .tdProductLabel   {
    font-family: 'Open Sans', sans-serif;
    width: 240px;
    color: #666;
    font-weight: 400 !important;
    padding-top: 10px;
    padding-bottom: 0px;
}

.inputBody{
	resize:	none;
	height:	120px !important;
    }

	
.tdCompanyInput, .tdPersonalInput, .tdProductInput {
font-family: 'Lato', sans-serif;
	width: 500px;	
	font-size: 8pt;
	color: black; 
	}


.input {
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border: 1px solid #eee;
	font-family: 'Open Sans', sans-serif;
    font-size: 16px !important;
    font-weight: 200;
    color: #444446;
    padding-right: 5px !important;
    padding-left: 5px !important;
}
}
	
.inputNews { 
font-family: 'Lato', sans-serif;
	width: 10px;
}
	
.divSubmit {
font-family: 'Lato', sans-serif;
	position: relative;
	float: left;
	width: 150px;
	}
	
.buttonSubmit:hover {

    background-color: #0072c6;
    color: rgba(255,255,255,.7);
    border: none;
    background-image: none;
    box-shadow: inset 0 -1px 3px rgba(0, 0, 0, 0.025);
    font-weight: 600;
	}
	
	
.buttonSubmit{
    font-family: 'Open Sans', sans-serif;
	background-color: #0072c6;
    border: none;
    padding: 0 30px;
    vertical-align: middle;
    font-size: 16px;
    line-height: 38px;
    text-align: center;
    font-weight: 600;
    text-transform: capitalize;
    border-radius: 16px;
    color: #fff;
}	


/* New forms
 ========================================================================== */
table.tableProduct {
  clear: both;
  padding-top: 20PX;
}


.inputNews {
  width: 10px !important;
}



/* License Terms
 ========================================================================== */

.tdProductInput a{
	color: #006ba7;
	padding-left: 5px;
	text-decoration: none;	
}

.tdProductInput a:visited{
	color: #006ba7;
}

.tdProductInput a:hover{
	color: #ffb400
	}