body {
background-color: #999;
color: #000;
margin-top: 50px;
}
.content {
background-color: #d9d9d9;
width:500px;
height: 550px;
margin: 0 auto;
padding-top: 1px;
border-radius: 5px;
border: 1px solid #404040;
color: #222;
}
.content h2 {
text-align: center;
color: #000;
}
.content p {
font-size: 18px;
}
.subcontent {
margin-left: 50px;
margin-right: 50px;
}
select {
width: 300px;
height: 25px;
float: right;
}
.next {
background-color: #fff;
float: right;
width: 80px;
height: 25px;
text-align: center;
display: table;
border: 1px solid #777;
}
.next:hover {
cursor: pointer;
background-color: #c4c4c4;
}
.next p {
display: table-cell;
vertical-align: middle;
}