body {
background-image:url(img/bak.jpg);
}
#div-form {
margin:0 auto;
height:600px;
width:600px;
border-style:dashed;
position:relative;
}
#register {
position:absolute;
border-style:dashed;
}
table {
width:600px;
text-align:center;
}
label {
font-size:36px;
}
.erromessage {
font-size:18px;
color:white;
}
.input-text {
line-height:30px;
text-height:25px;
}
.changeerror {
font-size:18px;
color:red;
}