        <!--
        .plainText {
            font-family: Arial, Helvetica, sans-serif;
            font-size: 12px;
        }
        -->
        #content {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
 margin:0 auto;
 width:950px;

}
body{
    font-family: "segoe ui", "Verdana","Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #993300;
}
        .auto-style1 {
            height: 49px;
        }
		

.tooltip1 {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 350px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

.tooltip1:hover .tooltiptext {
    visibility: visible;
}
.required-css {
    color: red;
}

#valSum{
    color:red;
}
.textbox-ill {
    width: 80%;

}
.textbox-title {
    width: 60%;

}

	#outer {
    background-color: rgb(245, 245, 245);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 30px;
}

    #footer {
    background-color: orange;
}

span#cmpPhone {
    color: red;
}