.textboxstyle {
    COLOR: black;
    FONT-SIZE: 13px;
    BACKGROUND-COLOR: white;
    BORDER: 1px solid black;
    border-radius: 5px;
    width: 100px;
    height: 20px;
    text-align: center;
}
.textboxlabelstyle {
    border-style: hidden;
    border-color: inherit;
    border-width: medium;
    COLOR: black;
    FONT-SIZE: small;
    BACKGROUND-COLOR: transparent;
    width: 84px;
    height: 24px;
    text-align: right
}
.phonestyle {
    COLOR: black;
    FONT-SIZE: smaller;
    BACKGROUND-COLOR: white;
    BORDER: 1px solid black;
    border-radius: 5px;
    height: 20px;
}
.errorstyle {
	COLOR: black; 
	FONT-SIZE: smaller; 
	BACKGROUND-COLOR: transparent;
	BORDER: 1px solid red;
	width: 275px; 
	height: 80px;
}
.exposestyle {
	border-style: hidden;
    border-color: inherit;
    border-width: medium;
    COLOR: black; 
	FONT-SIZE: X-Small; 
	BACKGROUND-COLOR: Silver;
	width: 16px; 
	height: 34px;
}
.headerstyle {
    top: 0px;
    width: 200px;
    left: 516px;
    border-style: hidden;
    background-color: papayawhip;
    color: steelblue;
    font-size: x-large;
    font-style: italic;
    font-weight: bold;
    line-height: 32px;
    text-align: center;
    vertical-align: middle;
}
.bcstyle {
    top: 0px;
    left: 16px;
    width: 500px;
    border-style: hidden;
    background-color: papayawhip;
    color: white;
    font-size: smaller;
    line-height: 32px;
    text-align: left;
    vertical-align: middle;
}
.entitystyle {
    top: 0px;
    width: 420px;
    left: 716px;
    border-style: hidden;
    background-color: papayawhip;
    color: steelblue;
    font-size: smaller;
    line-height: 32px;
    text-align: right;
    vertical-align: middle;
}