#content {
  overflow: auto;
  width: 100%;
  height: 100%;
}

.curveBox {
  float: left;
  vertical-align: text-top;
  position: relative;
  width: 200px;
  height: 300px;
  background: #3399FF;
  color: #ffffff;
  margin: 5em auto;
}

#cv1, #cbl, #ctr, #cbr {
  position: absolute;
  width: 20px;
  height: 20px;
  color: #3399FF;
  background: #fff;
  overflow: hidden;
  font-style: normal;
  z-index: 1;
}

#cv1 {
  top: 0;
  left: 0;
}

#cbl {
  bottom: 0;
  left: 0;
}

#ctr {
  top: 0;
  right: 0;
}

#cbr {
  bottom: 0;
  right: 0;
}

.curveBox em b {
  position: absolute;
  font-size: 150px;
  font-family: arial;
  color: #3399FF;
  line-height: 40px;
  font-weight: normal;
}

#cv1 b {
  left: -8px;
}

#ctr b {
  left: -25px;
}

#cbl b {
  left: -8px;
  top: -17px;
}

#cbr b {
  left: -25px;
  top: -17px;
}

.curveBox p {
  position: relative;
  z-index: 100;
  padding: 5px 10px;
}
.curveBox a:link {
  color: #FFFFFF;
  text-decoration: underline;
}
.curveBox a:active {
  color: #FFFFFF;
  text-decoration: underline;
}
.curveBox a:visited {
  color: #FFFFFF;
  text-decoration: underline;
}
.curveBox a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

table.main {
  border-width: 2px 2px 2px 2px;
  border-spacing: 2px;
  border-style: groove groove groove groove;
  border-color: white white white white;
  border-collapse: separate;
  background-color: white;
  width: 100%;
  min-height: 450px;
}

table.main th {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-style: inset inset inset inset;
  border-color: gray gray gray gray;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}

table.main td {
  border-width: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-style: inset inset inset inset;
  border-color: gray gray gray gray;
  background-color: white;
  -moz-border-radius: 0px 0px 0px 0px;
}
