.OutboxWrap { display: block; position: fixed; top:0; left: 0; width: 100%; height: 100%;  }

.ContentWrap { position: absolute; display: block; width: auto; height: auto; top: 50%; left: 50%; background-color: #fff; border-radius: 20px; }

h2, h3, h4 { display: inline-block; }
h2 { font-size: 2.0em; color: #333; font-weight: 600; }
h3 { font-size: 1.5em; font-weight: bold; color: #666; }
h4 { font-size: 1.1em; color: #999; margin-right: 0.4em; }

.InputUL { margin-top: 2em; }
.InputUL li { position: relative; margin-top: 1em; }
.InputUL li:after { content: ""; display: block; clear: both; }
.InputUL label { position: absolute; top: 50%; left: 10px; display: inline-block; color: #666; margin-top: -6px; font-size: 0.8em; }
.InputUL input[type=text], .InputUL input[type=password] { width: 100%; height: 35px; padding-left: 80px; font-size: 1em; color: #000; font-weight: bold; border: none; -webkit-ime-mode:disabled; -moz-ime-mode:disabled; -ms-ime-mode:disabled; ime-mode:disabled; background: #efefef; border-radius: 3px; }

#LoginButton { display: block; margin-top: 1.8em; text-align: center; line-height: 2.3em; font-size: 1em; width: 100%; border: none; color: #FFF; background-color: #333; }
#LoginButton:hover { background-color: #666; cursor: pointer; }
