@charset "utf-8";
label.error {
  margin-left: 10px;
  width: auto;
  color: #f30;
  display: inline;
}
select.error, input.error, textarea.error {
  border: 3px solid #ffaa00;
}
.entryForm table.formTable td.handicap span.add{
float:right;
width:73px;
height:17px;
font-size:12px;
line-height:17px;
padding:0 0 0 5px;
margin:0 0 0 40px;
color:#FFF;
background:url(../../../index.html) no-repeat;
cursor:pointer;
}
.entryForm table.formTable td.handicap span.del{
float:right;
width:73px;
height:17px;
font-size:12px;
line-height:17px;
padding:0 0 0 5px;
margin:0 0 0 40px;
color:#FFF;
background:url(../../../index.html) no-repeat;
cursor:pointer;
}
p.errormsg{
  font-size:18px;
  color: #f30;
}