﻿.Realestateform {
	width: 100%;
	font-size: 1.1em;
	color: #333;
	}
	
.Realestateform legend { padding-left: 0; }
	
.Realestateform legend,
.Realestateform label { color: #333; }

.Realestateform fieldset {
	border: none;
	border-top: 1px solid #C9DCA6;
	background: url(/RealEstate/imgs/shared/fieldset.gif) left bottom repeat-x;
	}
	
.Realestateform fieldset fieldset { background: none; }
	
.Realestateform fieldset li {
	padding: 5px 10px 7px;
	background: url(/RealEstate/imgs/shared/divider.gif) left bottom repeat-x;
	}

.Realestateform fieldset { margin-bottom: 10px; }
	
.Realestateform legend {
	padding: 0 2px;
	font-weight: bold;
	_margin: 0 -7px; /* IE Win */
	}
	
.Realestateform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	}
	
.Realestateform fieldset ol {
	margin: 0;
	padding: 0;
	}
	
.Realestateform fieldset li {
	list-style: none;
	padding: 5px;
	margin: 0;
	}
	
.Realestateform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
	}
	
.Realestateform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
	}
	
.Realestateform fieldset fieldset label {
	display: block;
	width: auto;
	}

.Realestateform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
	}

.Realestateform label { width: 150px; } /* Width of labels */
.Realestateform fieldset fieldset label { margin-left: 123px; } /* Width plus 3 (html space) */
.Realestateform Div{ 
  position:relative;
  display:inline-block;    
  left:152px;
  padding:0 0;
  width:400px;
  margin:0 0;
  vertical-align:text-top;
  }
/*\*//*/ .Realestateform legend { display: inline-block; } /* IE Mac legend fix */
	
