body {
 background: #f0f0ff;
 color: #0000ff;
 font-family: verdana, arial, helvetica, sans-serif;
 text-align: center;
}

div#title {
 width: 100%;
 text-align: center;
 border: 1px solid #0000ff;
 background: #d0d0ff;
 margin-bottom: 16px;
 font-size: 18pt;
}

input#urlEdit {
 width: 100%;
}

div#error {
 width: 100%;
 margin-top: 16px;
 background: #fff0f0;
 color: #ff0000;
 border: 1px solid #ff0000;
 text-align: center;
 font-size: 18pt;
}
