body
{
background: rgb(247, 247, 247);
}
#registe
{

width:1100px;
height:590px;
margin:30px 50px;

padding-left:10px;
color:#06072b;
border:1px solid silver;
box-shadow:	
		0pt 1px 1px silver,	
		0px 0px 1px 1px silver inset;

}

#registe input
{
width:500px;
height:40px;
}
.section a
{
width:600px;
margin-left:800px;
background:#0b7ee9;
color:white;
text-decoration:none;
font-size:16px;
box-shadow:

	0pt 2px 4px #06072b;
	0px 0px 4px #06072b inset;
}
