.warning { 
  color: red;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
 }

.hidden {
  display:none;
}
.visible {
  display:block;
}
.visible-inline {
  display:inline;
}
.visible-run-in {
  display:run-in;	
}

/* Since locationdropdown is applicable to all ddi match pages
and has constant width of 200 then it is logical to put it here.
To override, declare it in the specific css. */
.locationdropdown {
	width:200px;	
}

.ddierror select { background: #ffcccc; }
.ddierror input { background: #ffcccc; }
.ddierror tr td input { background: #ffcccc; }

.abandonOffer {
  position:fixed;
  bottom:0px;
  height:200px;
  font-size:32px;
  width:100%;
  margin:20px;;
  background:#FFFFEE none;
  margin:0px auto;
  border:10px dotted red;
  z-index:100;
  display:none;
}

input.fix-width-240px {width:300px;}
textarea.fix-width-240px {width:303px;}

.label_typical .note {
	font-weight: normal;
	font-style: normal;
}

.txt .note {
    font-weight: normal;
}