@charset "utf-8";
/* CSS Document */

body {background-color: #fff;} img {border: 0px;}

textarea {
 background-color: #ace9f4;
 border: none;
 scrollbar-base-color: #7ccad8;
 /* for ie, extra customization */
}

.wrapper {
 position: absolute;
 top: 50%;
 left: 0px;
 width: 100%;
 height: 100%;
 overflow: visible;
 /* align the entire page to the center */
}

.warning {
 background: url(warning1.jpg) no-repeat;
 width: 686px;
 height: 381px;
 margin-left: -343px;
 position: absolute;
 top: -200px;
 left: 50%;
}

.warning p {
 width: 575px;
 height: 80px;
 margin-top: 95px;
 line-height: 12px;
 font-size: 12px;
 color: #fff;
 text-align: left;
}

.textbox {
 margin-top: -10px;
}

.buttons {
 margin-left: 100px;
 margin-top: 20px;
}