/* Color.css */
/* Red: #6a0909 */
/* Yellow: #efdea3 */
/* Black: #222 */

.success{
  color: green;
}

.error{
  color: red;
}

.more{
  position: absolute;
  right: 12px;
  top: 54px;
  z-index: 3;
}

.highPhoto{
  border: 1px solid #444;
  margin: 0;
}

.street{
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 4px;
  
}

.city{
  font-weight: bold;
}

.outerBlock{

  width: 280px;
  border: 1px solid #888;
  padding: 6px;
  margin: 12px 4px 12px 18px;
  position: relative;
  top: 4px;

}

.innerBlock{
  position: relative;
  border: 1px solid #ccc;
  background-color: #eee;
  padding: 2px 8px 8px 10px;
}

.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: 290px;
  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: 290px;
  background-image: url('../images/boxShadowBottom.gif');
  height: 10px;
  position: absolute;
  bottom: -11px;
  left: -1px;
  z-index: 1;
}

.propThumb{
  border: 2px solid #6a0909;
}