
label.error {
  margin-top: 3px;
}

#formFile {
  /* height: au; */
  position: relative;
  opacity: 1;
  background: transparent;
}

.uploadArea > div {
  background: url(../images/upload.png) no-repeat center 25px;
  padding-top: 70px;
}

.fileDragOver {
  border: 1px dashed #098ed7;
}

ul.squareStyle {
  list-style-type: square;
}

/* winner prize page */

.whitef {
  color: #fff;
}

.redbg3 {
  background: #098ed7;
}
.gridTable .tableHeader,
.gridTable .tableRow label,
.rankLabel {
  font-weight: bold;
}

.redf3,
.gridTable .tableRow label{
  color:#098ed7;
}

.whitebg,
.board,
.gridTable .tableRow,
#footer .cpLogo {
  background: #fff;
}

.gridTable .tableHeader {
  font-size: 18px;
}

.gridTable .tableRow {
  border-left: 1px solid #eaf5fb;
  border-right: 1px solid #eaf5fb;
  border-bottom: 1px solid #eaf5fb;
}

.gridTable .tableRow label {
  display: inline-block;
  width: 135px;
}