/* line 3 */
body {
  font-family: "Times New Roman", Georgia, serif;
  font-size: 75%;
}

/* line 6 */
.window {
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  border-radius: 5px 5px 0px 0px;
  background: none;
  width: 700px;
  margin: 40px auto 300px auto;
  positon: relative;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  behavior: url(PIE.htc);
}
/* line 14 */
.window .content {
  position: relative;
  border-top: 1px solid #848484;
  border-right: 1px solid #b9b9b9;
  border-bottom: 1px solid #838383;
  border-left: 1px solid #b9b9b9;
  background: white;
  padding: 40px 0 200px 0;
}
/* line 22 */
.window .main {
  width: 400px;
  margin: 40px auto 0 auto;
  border: 2px solid black;
  padding: 5px;
}

/* line 27 */
h1 {
  background: #acacac;
  background: url(), -moz-linear-gradient(top, #dbdbdb, #acacac);
  background: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#acacac));
  background: linear-gradient(#dbdbdb, #acacac);
  -pie-background: linear-gradient(#dbdbdb, #acacac);
  border-top: 1px solid #ebebeb;
  font-family: "Lucida Grande", helvetica, arial, sans-serif;
  margin: 0em;
  padding: 2px 0 2px 0;
  position: relative;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-background-clip: padding-box;
  border-radius: 5px 5px 0px 0px;
  behavior: url(PIE.htc);
  text-align: center;
  font-size: 1em;
  font-weight: normal;
  text-shadow: #d8d8d8 0px 1px 0px;
}
/* line 40 */
h1 a {
  position: absolute;
  display: block;
  height: 10px;
  width: 10px;
  -moz-border-radius-topleft: 10em;
  -moz-border-radius-topright: 10em;
  -moz-border-radius-bottomright: 10em;
  -moz-border-radius-bottomleft: 10em;
  -webkit-border-top-left-radius: 10em;
  -webkit-border-top-right-radius: 10em;
  -webkit-border-bottom-right-radius: 10em;
  -webkit-border-bottom-left-radius: 10em;
  -webkit-background-clip: padding-box;
  border-radius: 10em 10em 10em 10em;
  border: 1px solid #303030;
  top: 3px;
  left: 0;
  z-index: 10;
  behavior: url(PIE.htc);
}
/* line 51 */
h1 a.one {
  left: 5px;
  background: #fca4b0;
  background: url(), -moz-linear-gradient(top, #ff2f2f, #fca4b0);
  background: -webkit-gradient(linear, left top, left bottom, from(#ff2f2f), to(#fca4b0));
  background: linear-gradient(#ff2f2f, #fca4b0);
  -pie-background: linear-gradient(#ff2f2f, #fca4b0);
  -webkit-box-shadow: inset 0 1px 5px #b42531;
  -moz-box-shadow: inset 0 1px 5px #b42531;
  box-shadow: inset 0 1px 5px #b42531;
  behavior: url(PIE.htc);
}
/* line 58 */
h1 a.two {
  left: 23px;
  background: #fff7c0;
  background: url(), -moz-linear-gradient(top, #fc8f1b, #fff7c0);
  background: -webkit-gradient(linear, left top, left bottom, from(#fc8f1b), to(#fff7c0));
  background: linear-gradient(#fc8f1b, #fff7c0);
  -pie-background: linear-gradient(#fc8f1b, #fff7c0);
  -webkit-box-shadow: inset 0 1px 5px #c56f4a;
  -moz-box-shadow: inset 0 1px 5px #c56f4a;
  box-shadow: inset 0 1px 5px #c56f4a;
  behavior: url(PIE.htc);
}
/* line 65 */
h1 a.three {
  left: 41px;
  background: #e7ff99;
  background: url(), -moz-linear-gradient(top, #89d519, #e7ff99);
  background: -webkit-gradient(linear, left top, left bottom, from(#89d519), to(#e7ff99));
  background: linear-gradient(#89d519, #e7ff99);
  -pie-background: linear-gradient(#89d519, #e7ff99);
  -webkit-box-shadow: inset 0 1px 5px #688f41;
  -moz-box-shadow: inset 0 1px 5px #688f41;
  box-shadow: inset 0 1px 5px #688f41;
  behavior: url(PIE.htc);
}
/* line 72 */
h1 a:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  padding: 0px;
  background: rgba(225, 225, 225, 0.8);
  top: 1px;
  left: 4px;
  -webkit-box-shadow: 0 0 4px #e1e1e1;
  -moz-box-shadow: 0 0 4px #e1e1e1;
  box-shadow: 0 0 4px #e1e1e1;
  behavior: url(PIE.htc);
  z-index: 12;
}
/* line 84 */
h1 a:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #d3d3d3;
  -moz-border-radius-topleft: 1em;
  -moz-border-radius-topright: 1em;
  -moz-border-radius-bottomright: 10em;
  -moz-border-radius-bottomleft: 10em;
  -webkit-border-top-left-radius: 1em;
  -webkit-border-top-right-radius: 1em;
  -webkit-border-bottom-right-radius: 10em;
  -webkit-border-bottom-left-radius: 10em;
  -webkit-background-clip: padding-box;
  border-radius: 1em 1em 10em 10em;
  behavior: url(PIE.htc);
  height: 11px;
  width: 11px;
  padding: 0px;
  background: none;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 98 */
h2, h3 {
  font-weight: normal;
  text-align: center;
}

/* line 101 */
h2 {
  margin: 0px 0 2px 0px;
  padding: 0;
  font-size: 1.8em;
}

/* line 105 */
h3 {
  margin: 0px 25px 5px 25px;
  font-size: 1em;
  border-bottom: 1px solid black;
  color: #a5a5a5;
}

/* line 110 */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
/* line 115 */
ul p {
  margin: 0;
  padding: 10px 5px;
  font-size: 1.2em;
}
/* line 119 */
ul li {
  float: left;
  width: 180px;
}
/* line 122 */
ul li.col1 {
  background: #ff0603;
}
/* line 124 */
ul li.col2 {
  background: #3c841c;
  float: right;
  text-align: right;
}

/* line 129 */
.footer {
  background: #a0a0a0;
  background: url(), -moz-linear-gradient(top, #adadad, #a0a0a0);
  background: -webkit-gradient(linear, left top, left bottom, from(#adadad), to(#a0a0a0));
  background: linear-gradient(#adadad, #a0a0a0);
  -pie-background: linear-gradient(#adadad, #a0a0a0);
  behavior: url(PIE.htc);
  border-top: 1px solid #c8c8c8;
  border-bottom: 1px solid #838383;
  border-right: 1px solid #b9b9b9;
  border-left: 1px solid #b9b9b9;
  height: 15px;
}
