body {
    margin:0;
	font:bold 14px Verdana;
}
.div1 {
    background:#fff url(../img/bkform.jpg);
    width:669px;
    height:529px;
    border:0;
    margin:20px auto;
}
.shadow  {
	color:#0000FF;
	text-shadow:3px 3px 10px white,-3px -3px 10px white;
}
#div2 {
    width:540px;
    height:363px;
    border:1px #000 solid;
    background:#fff url(../img/bkform4.jpg);
    margin:22px 45px;
	padding:20px;
	color:#00008B;
}
.div2L {
text-align:left;
}
.div2R {
text-align:right;
}
.div2C {
text-align:center;
}
#button1 {
	border:1px #000 solid;
	border-radius:3px;
	position:relative;
	left:264px;
	top:-9px;
}
