.main
{
    background-color: #99CCFF;
    height: auto;
    width: 800px;
    margin-top: 35px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

.banner {
	float: left;
	height: 163px;
	width: 796px;
	background-image:url(../image/banner.png);
	background-color:#CCE5FF;
	background-repeat:no-repeat;
}

.logoself {
	float: left;
	height: 110px;
	width: 160px;
	margin-top:25px;
	margin-left:430px;
	background-image:url(../image/LogoSelfDef.png);
	background-repeat:no-repeat;
}
.logoproduct {
	float: left;
	height: 110px;
	width: 160px;
	margin-top:25px;
	margin-left:25px;
	background-image:url(../image/LogoProduct.png);
	background-repeat:no-repeat;
}
.content {
	float: left;
	height: 400px;
	width: 794px;
	margin: auto;
	border-left:solid 1px #C3C3C3;
	border-right:solid 1px #C3C3C3;
}
.for-field {
	float: left;	
	width: 203px;
	height:40px;
	margin-top:50px;
	margin-left:50px;
}
.lock
{
    float: left;
    width: 400px;
    height: 400px;
    background-image: url(../image/lock.png);
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
}
.footer {
	float: left;
	height: 30px;
	width: 796px;
	line-height:30px;
	text-align:center;
	color:#032EC0;
	font-size:12px;
	background-color:#CCE5FF;
	background-image:url(../image/header.png);
}

.registerNew {
	width: 103px;
	height: 40px;
	border: none;
	text-indent: -9999px;
	background: url('images/createAccountButton.png') no-repeat;

	background-color:#CCE5FF;
	background-image:url(../image/header.png);
		cursor: pointer;
	float: right;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	border-radius: 10px;
	}
	
	.registerNew:hover { background-position: 0px -41px; }
	.registerNew:active { background-position: 0px -82px; }
	
 .registration p {
      position: relative;
      }
	  
fieldset label.infield /* .infield label added by JS */ {
    color: #333;
    text-shadow: 0px 1px 0px #fff;
    position: absolute;
    text-align: left;
    top: 3px !important;
    left: 35px !important;
    line-height: 29px;
    }
  


 

 
