div#register
{
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

div#register div#page_caption
{
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

div#register div#page_caption div:first-child
{
  font-size: 1.2em;
  padding: 4px;
}

div#content div#price
{
  margin: 8px auto 40px auto;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 1px;
  padding: 20px 40px;
  background-color: #778FA6;
  border: 1px dotted gray;
  border-radius: 8px; 
  -webkit-box-shadow: 4px 4px 9px 0px rgba(85,85,85,.5);
  box-shadow: 4px 4px 9px 0px rgba(85,85,85,.5);
}

div#register form
{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0px auto;
}

div#register form > div.record_table
{
  width: 100%;
  max-width: 400px;
  margin-bottom: 20px;
  border: 1px none black;
}

div#register form > div.record_table > div > div:first-child
{
  max-width: 40%;
}

div#register form hr
{
 width: 90%;
}

div#register div#verify_email
{
 margin-bottom: 12px;
}

div#subbut
{
  display: flex;
  justify-content: center;
  align-items: center;
}

div#register form div#subbut input[type="button"],
div#register form div#subbut input[type="submit"]
{
  width: auto;
  min-width: 150px;
  padding: 4px 12px;
  font-size: 1em;
  letter-spacing: 1px;
}

input#cancel
{
  display: block;
  margin: 20px auto;
}

div#register form hr
{
  margin-top: 20px;
  margin-bottom: 20px;
}

div#terms_of_use
{
  display: none;
  min-height: 300px;
  overflow-y: auto;
  width: 750px;
  background: white;
  margin: 20px auto 20px auto;
  border: 2px solid black;
  padding: 20px 40px;
  text-align: justify;
}

div#register div#agree
{
  width: 100%;
  text-align: center;
  margin: 20px 0 6px 0;
  color: #7c1212;
}

div#register div#agree input[type="button"]
{
  padding: 4px 8px;
}

div#register div#terms
{
  display: none;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;  
}  

div#register div#terms_toggle
{
  margin-bottom: 12px;
  font-size: .8em;
  color: blue;
  cursor: pointer;
}  

div#register div#terms > ol > li
{
  margin-bottom: .5em;  
}  


div#register div#terms > ul > li
{
  margin-bottom: .2em;  
}  
