/* Color.css */
/* Red: #6a0909 */
/* Yellow: #efdea3 */
/* Black: #222 */

.agentName{
  font-weight: bold;
  font-size: 1.2em;
}

.agentPhoto{
  border: 1px solid #888;
  margin: 6px 8px 0px 0px;
}

.innerBlock{
  position: relative;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 2px 8px 8px 10px;
}

.outerBlock{
  border: 1px solid #888;
  padding: 6px;
  margin: 4px 8px 4px 0px;
  position: relative;
  height: 100%;
  width: 334px;
}

.boxCornerBotLeft{
  width: 15px;
  height: 9px;
  background-image: url('../images/boxCornerBotLeft.gif');
  position: absolute;
  left: -5px;
  bottom: -8px;
  z-index: 2;
}

.boxCornerTopLeft{
  width: 10px;
  height: 8px;
  background-image: url('../images/boxCornerTopLeft.gif');
  position: absolute;
  left: -5px;
  Top: -3px;
  z-index: 2;
}

.boxCornerTopRight{
  width: 10px;
  height: 9px;
  background-image: url('../images/boxCornerTopRight.gif');
  position: absolute;
  right: -5px;
  Top: -4px;
  z-index: 2;
}

.boxCornerBotRight{
  width: 14px;
  height: 9px;
  background-image: url('../images/boxCornerBotRight.gif');
  position: absolute;
  right: -5px;
  bottom: -7px;
  z-index: 2;
  
}

.boxShadowTop{
  width: 340px;
  background-image: url('../images/boxShadowTop.gif');
  height: 4px;
  position: absolute;
  top: -5px;
  left: -1px;
  z-index: 1;
  
}

.boxShadowLeft{
  width: 7px;
  height: 100%;
  position: absolute;
  left: -8px;
  top: 0px;
  background-image: url('../images/boxShadowLeft.gif');
  z-index: 1;
}

.boxShadowRight{
  width: 7px;
  height: 100%;
  position: absolute;
  right: -8px;
  top: 0px;
  background-image: url('../images/boxShadowRight.gif');
  z-index: 1;
}

.boxShadowBottom{
  width: 340px;
  background-image: url('../images/boxShadowBottom.gif');
  height: 10px;
  position: absolute;
  bottom: -11px;
  left: -1px;
  z-index: 1;
}