#margin {
	margin: auto;
	width: 1024px;
}
#content_border {
	float: left;
	width: 1024px;
	background-color: #999967;
}
#border {
	background-color: #fff;
    position: relative;
    float: left;
    width: 1024px;
} 
.redo {
	border: 1px solid red;
}
.error {
	border: 3px ridge red;
	color: red;
	font-weight: bold;
	text-align: center;
}

#questions {
	float: right;
	margin-bottom: 10px;
	border: 1px solid black;
	width: 450px;
	max-height: 276px;
	overflow:hidden;
}


.photo {
	position: relative;
	float: left;
	margin:2px;
	background-color: #fff;
	border: 1px solid black;
	height: 106px;
	width: 106px;
}
.photo a.btn{
	left: 25px;
	top: 85px;
	background-color: #fff;
	position: absolute;
}

/*
Forms
*/

.fld_cont {
	float: left;
	width: 750px;
}
.fld {
	float: left;
	clear: left;
	width: 360px;
}
.fld .fld_name{
	float: left;
	font-weight: bold;
	width: 140px;
}
.fld .fld_val{
	float: left;
	width: 196px;
}
.w_fld {
	float: left;
	clear: left;
	width: 300px;
}
.w_fld .fld_name{
	float: left;
	clear: left;
	font-weight: bold;
}
.w_fld .fld_val{
	float: left;
	clear: left;
}


.photo_fld_cont {
	float: left;
	width: 300px;
	font-size: 10px;
}
.photo_fld_cont .fld {
	float: left;
	clear: left;
	width: 360px;
}
.photo_fld_cont .fld .fld_name{
	float: left;
	font-weight: bold;
	width: 100px;
}
.photo_fld_cont .fld .fld_val{
	float: left;
	width: 196px;
}
.photo_fld_cont .w_fld {
	float: left;
	clear: left;
	width: 300px;
}
.photo_fld_cont .w_fld .fld_name{
	float: left;
	clear: left;
	font-weight: bold;
}
.photo_fld_cont .w_fld .fld_val{
	float: left;
	clear: left;
}

/*
Properties
*/
.properties {
	float: left;
}
.property {
	float: left;
	margin: 0px 5px 6px 0px;
	border: 1px solid black;
}
#property_no_search {
	position: absolute;
	width: 300px;
	height: 30px;
	background-color: #fff;
	border: 1px solid red;
	top: 200px;
	left: 700px;
}