*{
    margin: 0px;
    padding: auto;
}
.bgCV{
    background-color:rgba(6, 109, 109, 0.555);
    font-family: Times New Roman;
}
label{
    font-family: Arial;
    font-size: large;
    color:black;
    display: inline-block;
    width:150px;
}
h2{
    color:blue;
    font-family: tahoma;
    font-size: 30px;
    font-weight: bold;
    margin-left: 20px;
    text-shadow: 2px 2px 2px black;
}

button#browse{
    width:160px;
    height:40px;
    border: 1px solid black;
    border-radius: 6px;
    font-size:18px;
    color:white;
    background-color:teal;
    box-shadow: 3px 3px 3px black;
}
button#thongke{
    width:160px;
    height:40px;
    border: 1px solid black;
    border-radius: 6px;
    font-size:18px;
    color:white;
    background-color:teal;
    box-shadow: 3px 3px 3px black;
}
button#return{
    width:160px;
    height:40px;
    border: 1px solid black;
    border-radius: 6px;
    font-size:18px;
    color:white;
    background-color: teal;
    box-shadow: 3px 3px 3px black;
}

button#return:hover{
    font-weight: bold;
    color:black;
    background-color:greenyellow;
    border-color: green;
    border: solid 2px;
}
button#browse:hover{
    font-weight: bold;
    color:black;
    background-color:greenyellow;
    border-color: green;
    border: solid 2px;
}
button#thongke:hover{
    font-weight: bold;
    color:black;
    background-color:greenyellow;
    border-color: green;
    border: solid 2px;
}

.divCV{
    width: 90%;
    height: 100%;
    border: solid 2px;
    border-color:white;
    margin-top: 5px;
    margin-left: 15px;
    background-color:whitesmoke;
	text-align: left;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    float: none;
}
.divDS{
    width: 90%;
    height: 100%;
    border: solid 2px;
    border-color:white;
    margin-top: 5px;
    margin-left: 15px;
    background-color:whitesmoke;
	text-align: left;
    padding-left: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    float: none;
}
.titleCV{
    font-family: tahoma;
    font-size: 18px;
    color:white;
    font-weight: bold;
    background-color:rgb(2, 49, 51);
    padding-top: 5px;
    padding-left: 40px;
    margin-left: -20px;
    padding-bottom: 5px;
    text-align: left;
    
}
#clear{
	clear:both;
}
.inputCV{
    background-color:whitesmoke;
    margin:left;
    margin-left: 20px;
    float:none;
}
.dsCV{
    background-color:whitesmoke;
    margin:left;
    margin-left: 20px;
    float:none;
}
div#imgHoso{
    float:left;
    margin-top: 5px;
}
.lb00{
    width: 10px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
.lb01{
    width: 200px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
.lb02{
    width: 110px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
.lb03{
    width: 80px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
}
.lb04{
    width: 95%;
    font-family: Times New Roman;
    font-size: 17px;
    font-weight: bold;
}
.lbStt{
    width: 40px;
    font-family: Times New Roman;
    font-size: 18px;
    font-weight: bold;
    margin-left: 0px;
    text-align: center;
}

#messCV1, #messCV2{
    width: 294px;
    height: 20px;
    margin-left: 20px;
    color:black;
    font-weight: bold;
    font-family: Times New Roman;
    font-size: 18px;
}
#messCV3 {
    width: 86%;
    height: 200px;
    border: solid 2px;
    border-color:white;
    margin-left: 20px;
    padding-left: 10px;
    padding-right: 10px;
    color:white;
    background-color:darkgreen;
    font-family:tahoma;
    font-size: 17px;
}
.messCV{
    width: 62%;
    height: 90%;
    border: solid 2px ;
    border-color:white;
    margin-top: 5px;
    margin-left: 1px;
    background-color:rgb(214, 233, 185);
    text-align: left;
    padding-bottom: 35px;
	float:left
}
.inputCV02 {
    background-color:rgb(214, 233, 185);
    margin:left;
    margin-left: 10px;
}
table#danhsach{
    width: 90%;
    border: solid 1px;
    font-size: 18px;
    border-spacing: 0px;
}
th{
    border: solid 1px;
    background-color: deepskyblue;
    font-size: 18px;
    border-spacing: 0px;
    text-align: center;
    line-height: 35px;
}
td{
    border: solid 1px;
    font-size: 18px;
    border-spacing: 0px;
    text-align: center;
    line-height: 30px;
}
td#tencdv{
    text-align: left;
    padding-left: 10px;
    width: 30%;
}
td#tentocd{
    text-align: left;
    padding-left: 10px;
    width: 65%;
}